From 261a3a21fd2a449577779b1e19d94aa136b48261 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 May 2019 21:03:36 +0000 Subject: lion-msc (16may19) git-svn-id: svn://tug.org/texlive/trunk@51143 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/lion-msc/Thumbs.db | Bin 153600 -> 0 bytes Master/texmf-dist/doc/latex/lion-msc/lion-msc.pdf | Bin 1297946 -> 875818 bytes Master/texmf-dist/doc/latex/lion-msc/lion-msc.tex | 6 ++-- Master/texmf-dist/doc/latex/lion-msc/minimal.pdf | Bin 108514 -> 107947 bytes Master/texmf-dist/tex/latex/lion-msc/lion-msc.cls | 36 +++++++++++++--------- 5 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/lion-msc/Thumbs.db (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/lion-msc/Thumbs.db b/Master/texmf-dist/doc/latex/lion-msc/Thumbs.db deleted file mode 100644 index b25d6aa55cf..00000000000 Binary files a/Master/texmf-dist/doc/latex/lion-msc/Thumbs.db and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/lion-msc/lion-msc.pdf b/Master/texmf-dist/doc/latex/lion-msc/lion-msc.pdf index 8b102e0a293..9125a53c34f 100644 Binary files a/Master/texmf-dist/doc/latex/lion-msc/lion-msc.pdf and b/Master/texmf-dist/doc/latex/lion-msc/lion-msc.pdf differ diff --git a/Master/texmf-dist/doc/latex/lion-msc/lion-msc.tex b/Master/texmf-dist/doc/latex/lion-msc/lion-msc.tex index 5db09330442..32fc3dbcf3f 100644 --- a/Master/texmf-dist/doc/latex/lion-msc/lion-msc.tex +++ b/Master/texmf-dist/doc/latex/lion-msc/lion-msc.tex @@ -26,7 +26,7 @@ %\major{Physics and Mathematics} % optional cover picture - should be jpg or pdf -\coverpicture{\includegraphics[width=13cm]{thesisstyle.png}} +% \coverpicture{\includegraphics[width=13cm]{thesisstyle.png}} % Use this to make hyperlinks visible in the document. % \hypersetup{colorlinks=true} @@ -127,7 +127,6 @@ The files included with this package are the following: \textbf{AlexanderPRA.tex} & \LaTeX file used as an example of a Master Thesis \\ \textbf{lion-msc.tex} & This file \\ \textbf{lion-msc.pdf} & PDF file of the compiled version of lion-msc.tex \\ -\textbf{thesisstyle.jpg} & Image used for the cover \\ \textbf{Fig1.png} & Figure used in AlexanderPRA.tex \\ \textbf{Fig2.png} & Figure used in AlexanderPRA.tex \\ \textbf{Fig3a.png} & Figure used in AlexanderPRA.tex \\ @@ -179,6 +178,9 @@ Note that you have to fill out the required options. If you leave these empty, i \textbf{$\backslash$coverpicture} & (optional) Insert a cover picture on the first page \\ & Usage: \\ & $\backslash$coverpicture\{$\backslash$includegraphics[width=13cm]\{picture.jpg\}\} \\ +\textbf{$\backslash$dedicate} & (optional) Use this to dedicate your thesis to someone. \\ + & Please do respect the university guidelines for this! \\ + \hline \end{tabular} diff --git a/Master/texmf-dist/doc/latex/lion-msc/minimal.pdf b/Master/texmf-dist/doc/latex/lion-msc/minimal.pdf index 1cdc19b679e..5d2c5430e29 100644 Binary files a/Master/texmf-dist/doc/latex/lion-msc/minimal.pdf and b/Master/texmf-dist/doc/latex/lion-msc/minimal.pdf differ diff --git a/Master/texmf-dist/tex/latex/lion-msc/lion-msc.cls b/Master/texmf-dist/tex/latex/lion-msc/lion-msc.cls index d28307bb63a..5b9649cb8d3 100644 --- a/Master/texmf-dist/tex/latex/lion-msc/lion-msc.cls +++ b/Master/texmf-dist/tex/latex/lion-msc/lion-msc.cls @@ -48,9 +48,9 @@ \typeout{} \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{lion-msc}[2017/03/17 v0.27] +\ProvidesClass{lion-msc}[2019/05/15 v0.28] \typeout{} -\typeout{Leiden Institute of Physics thesis class - version 0.27} +\typeout{Leiden Institute of Physics thesis class - version 0.28} \typeout{} \typeout{Copyright (c) 2014 Michiel de Dood} \typeout{Please send questions, comments, additions, complaints to:} @@ -141,7 +141,10 @@ \RequirePackage[margin=0cm,font={small,sl},labelfont={bf,sl},tableposition=top,singlelinecheck=false,hypcap]{caption} % Use US english (default) hyphenation rules and provide dutch as an option -\RequirePackage[dutch,USenglish]{babel} +% 14/05/2019 The USenglish as an option started generating errors. +% changed the option to english instead hoping for more +% stable behavior (M.J.A. de Dood) +\RequirePackage[dutch,english]{babel} % For standard formatting of dates I use the datetime package % It is important to load this package AFTER the babel package @@ -206,6 +209,11 @@ % New if construct: Default condition: \newif\ifcover@picture \cover@picturefalse +% Optional dedication added 14-05-2019. Requested by Ruoyan Wang +% use \dedicate to define +\def\dedicate#1{\gdef\@dedicate{#1}\dedicationtrue} +% default option is off +\newif\ifdedication \dedicationfalse % == start : title page using titling package @@ -282,6 +290,9 @@ \normalsize } +% Changed the alignment of the abstract. The centering is plain ugly +% Following comments of Casper Remeijer + \postdate{ \end{center} \begin{center} @@ -291,20 +302,15 @@ \vskip 1em \normalsize \@abstract \vfill + \ifdedication + \clearpage + \thispagestyle{empty} + \vskip 3em + \textit{\@dedicate} + \fi } -% Changed the alignment of the abstract. The centering is plain ugly -% Following comments of Casper Remeijer -\postdate{ - \end{center} - \begin{center} - \vskip 1 em - \color{black} \large \textbf{Abstract} \\ - \vskip 1em - \normalsize \@abstract - \end{center} - \vfill -} + % == end : title page using titling package % == start : pagesize commands -- cgit v1.2.3