diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls b/Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls index 34773ab010e..4d2d3b3b35a 100644 --- a/Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls +++ b/Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls @@ -1,6 +1,6 @@ %% cascadilla.cls %% Copyright 2008-2011 Max Bane -%% Version 1.8 +%% Version 1.8.1 % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -26,6 +26,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Changes: +% Version 1.8.1: Fixed centering of author line by simplifying \blankline +% command - thanks to Christopher Piñón. % Version 1.8: Added author's signature statement at the top of the first page, % and the "nosignature" option to suppress it. % Version 1.7.1: Added commented example of listing multiple @@ -53,7 +55,7 @@ % Identification \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{cascadilla}[2011/07/20 v1.8 Class for Cascadilla Proceedings +\ProvidesClass{cascadilla}[2011/11/12 v1.8.1 Class for Cascadilla Proceedings Project articles, by Max Bane] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -126,7 +128,7 @@ Project articles, by Max Bane] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Main Definitions -\newcommand{\blankline}{\quad\pagebreak[2]} +\newcommand{\blankline}{\quad\\} % Booleans for whether various strings have been set \newboolean{haveAuthor} @@ -154,8 +156,8 @@ Project articles, by Max Bane] this printout will not be fixed by the publisher. Here is my signature and the date: \underline{\qquad\qquad\qquad\qquad\qquad\qquad\qquad\qquad\qquad\qquad\qquad\quad}\\ - \blankline\\ - }{\blankline\\\blankline\\\blankline\\} + \blankline + }{\blankline\blankline\blankline} \ifthenelse{\boolean{haveTitle}}{ \fontsize{18}{18} \selectfont |