Templates

TEG Templates

Preview

TEG Templates

Plantilla no-oficial para escribir el TEG de la Escuela de Computación de la Universidad Central de Venezuela.

Category

university

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
\documentclass[12pt,letterpaper,final,oneside,openany,onecolumn]{book} 												
\usepackage[lmargin=3.5cm,rmargin=2.5cm,tmargin=3.0cm,bmargin=3.0cm]{geometry}
\usepackage[latin1]{inputenc}												%european 
\usepackage[T1]{fontenc}
\usepackage[]{times}
\usepackage[spanish]{babel}													%espa�ol
\usepackage{amsmath}																%math package
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{url}
\usepackage{amssymb}
\usepackage{array}
\usepackage{algorithm_spa}
\usepackage{algpseudocode}
\usepackage[footnotesize]{subfigure}
\usepackage{makeidx}
\usepackage{color}
\makeindex
%\renewcommand{\baselinestretch}{1}
%\renewcommand{\contentsname}{�ndice General}%{Tabla de Contenidos}
%\renewcommand{\listfigurename}{Lista de Figuras}
%\renewcommand{\listtablename}{\'Indice de Tablas}
%\renewcommand{\chaptername}{Cap�tulo}
%\renewcommand{\bibname}{Bibliograf�a}
\renewcommand\floatpagefraction{.9}
\renewcommand\topfraction{.9}
\renewcommand\bottomfraction{.9}
\renewcommand\textfraction{.1}
\addto\captionsspanish{%
  \renewcommand{\tablename}%
    {Tabla}%
}

\setcounter{totalnumber}{50}
\setcounter{topnumber}{50}
\setcounter{bottomnumber}{50}

% Different font in captions
\newcommand{\captionfonts}{\small}

\makeatletter  % Allow the use of @ in command names
\long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{{\captionfonts #1: #2}}%
  \ifdim \wd\@tempboxa >\hsize
    {\captionfonts #1: #2\par}
  \else
    \hbox to\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}
\makeatother   % Cancel the effect of \makeatletter

%Inicio de documento
\begin{document}
\hyphenation{pa-la-bra}

\renewcommand{\contentsname}{Tabla de Contenidos}
%\renewcommand{\listfigurename}{Lista de Figuras}
%\renewcommand{\listtablename}{Lista de Tablas}
	\frontmatter
		\input{portada}
		%\input{agradecimientos}	%opcional
		%\input{dedicatoria}		%opcional
		\input{abstract}
		\tableofcontents	%indice
		\listoffigures	%opcional
		\listoftables		%opcional
		\input{intro}
	\mainmatter
		\input{chapter1}
		%\input{chapter2}
		%\input{chapter3}
		%\input{chapter4}
		%\input{chaptern}
		\input{conclusiones}
	\backmatter
		\bibliographystyle{IEEEtran}
		%\bibliographystyle{plain}     %You may prefer \bibliographystyle{alpha}
		%\bibliographystyle{alpha}
		%\bibliographystyle{babalpha}
		\bibliography{books}
		\nocite{*}
		\input{anexos}	%opcional
\end{document}
Preview
TEG Templates preview
TEG Templates LaTeX Template | Bibby | Bibby AI