From 0823233e4a3a6e3ba66ba35d6ae47bce08f08171 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 13 Nov 2011 23:40:54 +0000 Subject: cascadilla (13nov11) git-svn-id: svn://tug.org/texlive/trunk@24589 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex') 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 -- cgit v1.2.3