diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-10 22:04:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-10 22:04:27 +0000 |
commit | d341bbbc50a0e7411f8040ebcd91c627e23125be (patch) | |
tree | 52c9c96dc463ea2f633ac2b199fa354c5746254e /Master/texmf-dist/tex/latex/thesis-ekf | |
parent | 84257410e10a4046498dce5ad800d2a72c314b4c (diff) |
thesis-ekf
git-svn-id: svn://tug.org/texlive/trunk@43745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thesis-ekf')
-rw-r--r-- | Master/texmf-dist/tex/latex/thesis-ekf/thesis-ekf.cls | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/thesis-ekf/thesis-ekf.cls b/Master/texmf-dist/tex/latex/thesis-ekf/thesis-ekf.cls index 248a855d1bb..11333624c57 100644 --- a/Master/texmf-dist/tex/latex/thesis-ekf/thesis-ekf.cls +++ b/Master/texmf-dist/tex/latex/thesis-ekf/thesis-ekf.cls @@ -6,7 +6,7 @@ %% %% ./thesis-ekf.dtx (with options: `class') %% This is a generated file. -%% Copyright (C) 2014-2016 Tibor Tomacs +%% Copyright (C) 2014- by Tibor Tomacs %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.2 of this license or (at your option) any later @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesClass{thesis-ekf}[2016/07/01 v2.0 Thesis class for Eszterhazy Karoly University (Eger, Hungary)] +\ProvidesClass{thesis-ekf}[2017/04/08 v2.1 Thesis class for Eszterhazy Karoly University (Eger, Hungary)] \RequirePackage{kvoptions,etoolbox,setspace} \SetupKeyvalOptions{family=ekf,prefix=ekf@} @@ -50,18 +50,16 @@ \ifx\ekf@fontsize\ekf@ten\else \ifx\ekf@fontsize\ekf@eleven\else \ifx\ekf@fontsize\ekf@twelve\else -\ClassWarning{thesis-ekf}{ -Unused option: fontsize=\ekf@fontsize. -Use fontsize=10pt, fontsize=11pt or fontsize=12pt!} +\ClassWarning{thesis-ekf}{Unused option: fontsize=\ekf@fontsize. Use fontsize=10pt, fontsize=11pt or fontsize=12pt!} \def\ekf@fontsize{12pt} \fi\fi\fi \PassOptionsToClass{\ekf@fontsize}{report} - \LoadClass{report} -\RequirePackage[unicode,linktocpage,allcolors=blue,pdfstartview=FitH, -bookmarksnumbered,pdfborder={0 0 0}]{hyperref} + +\RequirePackage[unicode,linktocpage,allcolors=blue,pdfstartview=FitH,bookmarksnumbered,pdfborder={0 0 0}]{hyperref} \RequirePackage[a4paper,top=25mm,bottom=25mm,inner=30mm,outer=25mm]{geometry} + \onehalfspacing \flushbottom \widowpenalty=10000 @@ -97,6 +95,7 @@ bookmarksnumbered,pdfborder={0 0 0}]{hyperref} }}} \AfterEndPreamble{ + \ifekf@centeredchapter \ekf@centeredchapter \let\original@selectlanguage\selectlanguage @@ -144,6 +143,7 @@ bookmarksnumbered,pdfborder={0 0 0}]{hyperref} \if@nochanged@supervisorcaption@% \@ifundefined{l@magyar}{}{% \iflanguage{magyar}{\gdef\ekf@supervisorcaption{T\'{e}mavezet\H{o}}}{}}\fi + } \def\logo#1{\gdef\ekf@logo{#1}} |