summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tui/tui.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-30 22:40:01 +0000
committerKarl Berry <karl@freefriends.org>2012-07-30 22:40:01 +0000
commitd419de7b6bf5706818c13fa6b1356244e7f04552 (patch)
tree35404f6f3bdc00bfeef078cb2142e8eef724f875 /Master/texmf-dist/tex/latex/tui/tui.cls
parentcdbee0af018111dd0693d5fdd43fc56575761d99 (diff)
tui (30jul12)
git-svn-id: svn://tug.org/texlive/trunk@27253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tui/tui.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tui/tui.cls44
1 files changed, 22 insertions, 22 deletions
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
}