diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-14 21:26:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-14 21:26:56 +0000 |
commit | cbeca9673e5907e8e7e1d971c55e951616211f3e (patch) | |
tree | db2de12e18090ce2330b5b8d38c050772e5d19df /Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls | |
parent | b838c9c2b471f38d784e44638b063cc608894573 (diff) |
udesoftec (14may15)
git-svn-id: svn://tug.org/texlive/trunk@37399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls index fab454f7039..d85be837bd2 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec.cls %% Copyright 2013-2014 J. Peter M. Schuler -%% 2014/11/03 v1.4.5 udesoftec +%% 2015/05/14 v1.4.6 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -32,7 +32,7 @@ % and % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesClass{udesoftec}[2014/11/10 v1.4.5 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]% +\ProvidesClass{udesoftec}[2015/05/14 v1.4.6 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]% %%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%% @@ -717,10 +717,10 @@ \usepackage[includehead=false,includefoot=false]{geometry} \iftemplateUseBookLayout \KOMAoptions{twoside=true} - \KOMAoptions{BCOR=12mm,DIV=calc} % for helvetica + \KOMAoptions{BCOR=12mm,DIV=10} % for helvetica \else \KOMAoptions{twoside=false} - \KOMAoptions{BCOR=0mm,DIV=calc} % for helvetica + \KOMAoptions{BCOR=0mm,DIV=10} % for helvetica \fi \renewcommand*\chapterheadstartvskip{} @@ -1118,8 +1118,8 @@ colorinlistoftodos hyperindex,linktoc=section,pdfstartview=FitV, pdfpagelabels, bookmarks=true,bookmarksopen=true,bookmarksopenlevel=1,bookmarksnumbered=true]{hyperref}% -\AtBeginDocument{\def\subsectionautorefname{\sectionautorefname}} -\AtBeginDocument{\def\subsubsectionautorefname{\sectionautorefname}} +\AfterEndPreamble{\def\subsectionautorefname{\sectionautorefname}} +\AfterEndPreamble{\def\subsubsectionautorefname{\sectionautorefname}} % change url font type to "inherit" \renewcommand\UrlFont{\color{LinkExternal}} %%%%%%%%%%%%%%%%%%%%%% @@ -1185,7 +1185,7 @@ bookmarks=true,bookmarksopen=true,bookmarksopenlevel=1,bookmarksnumbered=true]{h \newcommand{\udesoftecprintacronyms}{\@ifundefined{r@udesoftec:needsloa}{}{\printacronyms[style=myAcronymStyle]}}% \newcommand{\udesoftecoverride}{} -\AtBeginDocument{ +\AfterEndPreamble{ \udesoftecoverride% \pagenumbering{alph} % title page is "a" - internal trick to prevent two pages with same name \hypertarget{titlepage}{}\pdfbookmark[-1]{\@title}{titlepage} % |