diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/TUIdoc.pdf | bin | 232441 -> 232441 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/TUIdoc.tex | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/example/ch01.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/example/main.pdf | bin | 251991 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/example/main.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tui/template/main.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tui/tui.cls | 44 |
8 files changed, 38 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/tui/README b/Master/texmf-dist/doc/latex/tui/README index 596e85319b5..b7530593756 100644 --- a/Master/texmf-dist/doc/latex/tui/README +++ b/Master/texmf-dist/doc/latex/tui/README @@ -1,7 +1,7 @@ This class is designed to typeset doctoral dissertations for the Faculty of Engineering at the Universidad de los Andes, Bogota, Colombial. -TUI 2012/03/09 v.1.8 +TUI 2012/07/27 v.1.9 Copyright (c) Nicolas Vaughan <nivaca@fastmail.net>, 2010-2012 This material is subject to the LaTeX Project Public License. See diff --git a/Master/texmf-dist/doc/latex/tui/TUIdoc.pdf b/Master/texmf-dist/doc/latex/tui/TUIdoc.pdf Binary files differindex 519e88cb7d0..4c2b365365e 100644 --- a/Master/texmf-dist/doc/latex/tui/TUIdoc.pdf +++ b/Master/texmf-dist/doc/latex/tui/TUIdoc.pdf diff --git a/Master/texmf-dist/doc/latex/tui/TUIdoc.tex b/Master/texmf-dist/doc/latex/tui/TUIdoc.tex index ba1b4543239..550f91bd5ca 100644 --- a/Master/texmf-dist/doc/latex/tui/TUIdoc.tex +++ b/Master/texmf-dist/doc/latex/tui/TUIdoc.tex @@ -70,7 +70,7 @@ \maxtocdepth{section} -\newcommand{\elipsis}{\,.\,.\,.\,} +\newcommand*{\elipsis}{\,.\,.\,.\,} \newenvironment{cita}% {\begin{list}{}% {\setlength\rightmargin{0pt}% @@ -81,13 +81,13 @@ \newcommand\CTANurl[1]{\url{#1}} -\newcommand{\comando}[1]{\texttt{#1}} +\newcommand*{\comando}[1]{\texttt{#1}} -\newcommand{\paquete}[1]{\texttt{\color{NavyBlue}#1}\xspace} -\newcommand{\tui}{{\normalfont\paquete{tui}}\xspace} -\newcommand{\MEMOIR}{\paquete{memoir}} +\newcommand*{\paquete}[1]{\texttt{\color{NavyBlue}#1}\xspace} +\newcommand*{\tui}{{\normalfont\paquete{tui}}\xspace} +\newcommand*{\MEMOIR}{\paquete{memoir}} -\newcommand{\XeLaTeX}{X\hspace*{-2pt}\raisebox{-2pt}{\rotatebox[origin=c]{-180}{E}}\LaTeX\xspace} +\newcommand*{\XeLaTeX}{X\hspace*{-2pt}\raisebox{-2pt}{\rotatebox[origin=c]{-180}{E}}\LaTeX\xspace} \title{\LARGE\scshape La clase\,\ \tui\\[6pt] \large\itshape Tesis de la Facultad de Ingeniería\\ @@ -96,7 +96,7 @@ \author{\normalsize\normalfont\scshape Nicolás Vaughan\\% \normalsize\normalfont\scshape Balliol College, Oxford\\% \small\url{nivaca@fastmail.net}} -\date{\normalsize\normalfont v.1.8, 2012/03/09} +\date{\normalsize\normalfont v.1.9, 2012/07/27} \frenchspacing @@ -106,7 +106,7 @@ \vspace*{-2cm}\maketitle \vspace*{-1cm} \chapterstyle{article} -\renewcommand{\printtoctitle}[1]{\large\bfseries\scshape #1} +\renewcommand*{\printtoctitle}[1]{\large\bfseries\scshape #1} \tableofcontents* @@ -158,7 +158,7 @@ Opcionalmente, la clase \tui puede llamar a uno o varios de los siguientes paque \section{Opciones de clase} -\renewcommand{\tablename}{Tabla} +\renewcommand*{\tablename}{Tabla} \noindent La tabla \ref{tab:opciones} detalla las opciones provista por la clase \tui. Las opciones chuleadas son seleccionadas por defecto. \begin{table} @@ -295,7 +295,7 @@ Para facilitar la detección de este error, \LaTeX{} puede indicarlo mediante un % Referencias ----------------------------------------- -\renewcommand{\bibname}{Referencias} +\renewcommand*{\bibname}{Referencias} \begin{thebibliography}{GMS94A} \small diff --git a/Master/texmf-dist/doc/latex/tui/example/ch01.tex b/Master/texmf-dist/doc/latex/tui/example/ch01.tex index c39883d5bcf..7f37676ef80 100644 --- a/Master/texmf-dist/doc/latex/tui/example/ch01.tex +++ b/Master/texmf-dist/doc/latex/tui/example/ch01.tex @@ -12,17 +12,13 @@ First sentence.\footnote{And this is my first footnote. And this is my first foo \subsection{This Is My First Subsection} \noindent \input{lipsum.tex}\cite{texbook} - +\subsubsection{This Is My First Subsubsection} \input{lipsum} - +%\subsubsubsection{This Is My First Subsection} \input{lipsum} \input{lipsum} -\subsubsection{This Is My First Subsubsection} -\noindent -\input{lipsum.tex}\cite{texbook} - \input{lipsum} \input{lipsum} diff --git a/Master/texmf-dist/doc/latex/tui/example/main.pdf b/Master/texmf-dist/doc/latex/tui/example/main.pdf Binary files differdeleted file mode 100644 index f4dcf66bc24..00000000000 --- a/Master/texmf-dist/doc/latex/tui/example/main.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/tui/example/main.tex b/Master/texmf-dist/doc/latex/tui/example/main.tex index 417c6e9382f..45679fd6705 100644 --- a/Master/texmf-dist/doc/latex/tui/example/main.tex +++ b/Master/texmf-dist/doc/latex/tui/example/main.tex @@ -1,10 +1,10 @@ % !TEX root = main.tex % !TEX encoding = Windows Latin 1 % !TEX TS-program = pdflatex -% +% arara: pdflatexmk % % Plantilla para las tesis de ingenieria de la Universidad de los Andes -% 2012/03/09, v.1.8 +% 2012/07/27, v.1.9 % Para las opciones de clase, ver la documentacion \documentclass[publish,english]{tui} diff --git a/Master/texmf-dist/doc/latex/tui/template/main.tex b/Master/texmf-dist/doc/latex/tui/template/main.tex index 72e0da5a0a8..b60c95dbb5a 100644 --- a/Master/texmf-dist/doc/latex/tui/template/main.tex +++ b/Master/texmf-dist/doc/latex/tui/template/main.tex @@ -4,7 +4,7 @@ % % % Plantilla para las tesis de ingenieria de la Universidad de los Andes -% 2012/02/27, v.1.7 +% 2012/07/27, v.1.9 % Para las opciones de clase, ver la documentacion \documentclass[publish,english]{tui} diff --git a/Master/texmf-dist/tex/latex/tui/tui.cls b/Master/texmf-dist/tex/latex/tui/tui.cls index 894561fcea0..548128b0e95 100644 --- a/Master/texmf-dist/tex/latex/tui/tui.cls +++ b/Master/texmf-dist/tex/latex/tui/tui.cls @@ -3,13 +3,13 @@ % !TEX root = main.tex % % Clase para las tesis de ingenieria de la Universidad de los Andes -% 2012/03/09, v.1.8 +% 2012/07/27, v.1.9 % Autor: Nicolas Vaughan (nivaca@fastmail.net) \NeedsTeXFormat{LaTeX2e} \def\filedate{2012/03/09} -\def\fileversion{v1.8} +\def\fileversion{v1.9} \typeout{\space}\typeout{************************************************************} \typeout{Class tui \fileversion\space<\filedate> -- Uniandes Engineering Thesis Class} @@ -182,7 +182,7 @@ \makeevenfoot{tui}{}{}{} \makeoddfoot{tui}{}{}{} \makeheadrule{tui}{\textwidth}{\normalrulethickness} -\newcommand{\@tuimarks}{% +\newcommand*{\@tuimarks}{% \def\chaptermark##1{% \markboth{% \ifnum \c@secnumdepth >\m@ne @@ -221,7 +221,7 @@ %\aliaspagestyle{tui}{ruled} \pagestyle{tui} -\newcommand{\setupheaders}{\createmark{section}{right}{shownumber}{}{\ \ }} +\newcommand*{\setupheaders}{\createmark{section}{right}{shownumber}{}{\ \ }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Document divisions @@ -270,16 +270,16 @@ \setbeforesubsubsecskip{-1\onelineskip plus -1ex minus -.2ex} \setaftersubsubsecskip{1.5ex plus .2ex} -\setsecnumdepth{subsection} -\maxsecnumdepth{subsection} +\setsecnumdepth{subsubsection} +\maxsecnumdepth{subsubsection} \maxtocdepth{section} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % TOC etc. -\renewcommand{\cftsectiondotsep}{\cftnodots} -\renewcommand{\cftfiguredotsep}{\cftnodots} -\renewcommand{\cfttabledotsep}{\cftnodots} +\renewcommand*{\cftsectiondotsep}{\cftnodots} +\renewcommand*{\cftfiguredotsep}{\cftnodots} +\renewcommand*{\cfttabledotsep}{\cftnodots} \renewcommand*{\cftchapterfont}{\bfseries\scshape} \renewcommand*{\cftchapterpagefont}{\bfseries\scshape} @@ -310,7 +310,7 @@ \setfootnoterule[\vfill]{3pt}{48pt}{.5pt} % Localizacion ---------------------------------------- -\newcommand{\Agradecimientos}{% +\newcommand*{\Agradecimientos}{% \iftui@spanish% \chapter{Agradecimientos}% \else% @@ -319,7 +319,7 @@ \pagestyle{tui}% } -\newcommand{\Introduccion}{% +\newcommand*{\Introduccion}{% \iftui@spanish% \chapter{Introducci{\'o}n}% \else% @@ -328,15 +328,15 @@ \pagestyle{tui}% } -\newcommand{\CrearIndice}{% +\newcommand*{\CrearIndice}{% \iftui@spanish% - \renewcommand{\indexname}{{\'I}ndice anal{\'i}tico}% + \renewcommand*{\indexname}{{\'I}ndice anal{\'i}tico}% \else\relax\fi% \printindex% \pagestyle{tui}% } -\newcommand{\ListofSymbols}{% +\newcommand*{\ListofSymbols}{% \iftui@spanish% \chapter{S{\'i}mbolos usados}% \else% @@ -358,7 +358,7 @@ \fi -\newcommand{\dosenblanco}{% +\newcommand*{\dosenblanco}{% \iftui@noblancas\relax% \else% \hbox{}\newpage% @@ -367,10 +367,10 @@ } -\newcommand{\tuitableofcontents}{% +\newcommand*{\tuitableofcontents}{% \cleardoublepage% \iftui@spanish - \renewcommand{\spanishcontentsname}{\'{I}ndice} + \renewcommand*{\spanishcontentsname}{\'{I}ndice} \else\relax \fi \hbox{}% @@ -384,15 +384,15 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\sangrar}{\hspace*{13pt}} +\newcommand*{\sangrar}{\hspace*{13pt}} -\newcommand{\elipsis}{.\,.\,.} +\newcommand*{\elipsis}{.\,.\,.} \bibliographystyle{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Language Options. . . -\newcommand{\checklanguage}{% +\newcommand*{\checklanguage}{% \iftui@spanish \selectlanguage{spanish} \else @@ -401,7 +401,7 @@ } % Setup everything. . . -\newcommand{\setupeverything}{% +\newcommand*{\setupeverything}{% \checklanguage \setlength{\labelsep}{.5ex} % para description } |