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/doc/latex/cascadilla/README | 11 ++++++++++- Master/texmf-dist/doc/latex/cascadilla/example.pdf | Bin 79641 -> 79647 bytes .../texmf-dist/tex/latex/cascadilla/cascadilla.cls | 12 +++++++----- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/latex/cascadilla/README b/Master/texmf-dist/doc/latex/cascadilla/README index cf96ca02287..ac75c0f24a9 100644 --- a/Master/texmf-dist/doc/latex/cascadilla/README +++ b/Master/texmf-dist/doc/latex/cascadilla/README @@ -24,7 +24,8 @@ github project page for this project: https://github.com/maxbane/cascadilla.cls Special thanks to Jonathan Brindle for helping to resolve some glitches in -previous versions. +previous versions. Thanks also to Christopher Piñón for spotting a +difficult-to-detect layout error, and suggesting a solution. TO USE: @@ -40,6 +41,14 @@ are globally available. This is usually somewhere in your "texmf" tree. VERSION HISTORY +Version 1.8.1 (Nov 12, 2011): + Fixed centering of author line by simplifying \blankline command - thanks to +Christopher Piñón. + +Version 1.8 (Jul 20, 2011): + Added author's signature statement at the top of the first page, +and the "nosignature" option to suppress it. + Version 1.7.1 (Jun 18, 2011): Added commented example of listing multiple authors/institutions to example.tex. diff --git a/Master/texmf-dist/doc/latex/cascadilla/example.pdf b/Master/texmf-dist/doc/latex/cascadilla/example.pdf index 35bd1e09477..c064dc2b499 100644 Binary files a/Master/texmf-dist/doc/latex/cascadilla/example.pdf and b/Master/texmf-dist/doc/latex/cascadilla/example.pdf differ 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