summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-05 23:11:21 +0000
committerKarl Berry <karl@freefriends.org>2017-06-05 23:11:21 +0000
commitb24122a971cddb2ecf9c75a917ffbf9cef30c492 (patch)
tree6916b0da28e369f8e6d34d00468dc5bd83e54a38 /Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
parent2e05ff6e2fdfe8be763245181437e76214502d41 (diff)
fithesis (5jun17)
git-svn-id: svn://tug.org/texlive/trunk@44472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty39
1 files changed, 23 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
index a544a3f0ad4..58978444cf2 100644
--- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
+++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/06/06]
+\ProvidesPackage{fithesis/style/mu/fithesis-base}[2017/06/02]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{10pt}{\def\thesis@ptsize{0}}
\DeclareOption{11pt}{\def\thesis@ptsize{1}}
@@ -240,8 +240,11 @@
\def\thesis@blocks@clear{%
\ifthesis@twoside@
\clearpage
- \thispagestyle{empty}%
- \cleardoublepage
+ \ifodd\value{page}\else%
+ \thispagestyle{empty}%
+ \hbox{}%
+ \newpage
+ \fi
\else
\newpage
\fi}
@@ -384,8 +387,9 @@
\fi}
\def\thesis@blocks@abstract{%
\begin{alwayssingle}%
- % Start the new chapter without clearing the right page
- {\def\cleardoublepage{}
+ % Start the new chapter without clearing the left page.
+ \clearpage
+ {\let\thesis@blocks@clear\relax
\chapter*{\thesis@@{abstractTitle}}}%
\noindent\thesis@abstract
\par\vfil\null
@@ -394,17 +398,19 @@
\ifthesis@english\else
{\thesis@selectLocale{english}%
\begin{alwayssingle}%
- % Start the new chapter without clearing the right page
- {\def\cleardoublepage{}%
- \chapter*{\thesis@english@abstractTitle}%
- \thesis@abstractEn}%
+ % Start the new chapter without clearing the left page.
+ \clearpage
+ {\let\thesis@blocks@clear\relax
+ \chapter*{\thesis@english@abstractTitle}}%
+ \noindent\thesis@abstractEn
\par\vfil\null
\end{alwayssingle}}%
\fi}
\def\thesis@blocks@keywords{%
\begin{alwayssingle}%
- % Start the new chapter without clearing the right page
- {\def\cleardoublepage{}%
+ % Start the new chapter without clearing the left page.
+ \clearpage
+ {\let\thesis@blocks@clear\relax
\chapter*{\thesis@@{keywordsTitle}}%
\noindent\thesis@TeXkeywords}%
\par\vfil\null
@@ -413,10 +419,11 @@
\ifthesis@english\else
{\thesis@selectLocale{english}%
\begin{alwayssingle}%
- % Start the new chapter without clearing the right page
- {\def\cleardoublepage{}%
- \chapter*{\thesis@english@keywordsTitle}%
- \thesis@TeXkeywordsEn}%
+ % Start the new chapter without clearing the left page.
+ \clearpage
+ {\let\thesis@blocks@clear\relax%
+ \chapter*{\thesis@english@keywordsTitle}}%
+ \noindent\thesis@TeXkeywordsEn
\par\vfil\null
\end{alwayssingle}}%
\fi}
@@ -554,7 +561,7 @@
\bfseries % \chapter (0)
\or
\slshape % \section (1)
-\else
+ \else
\rmfamily % \subsection (2), \subsubsection (3)
% \paragraph, \subparagraph (4)
\fi}