diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-13 23:40:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-13 23:40:54 +0000 |
commit | 0823233e4a3a6e3ba66ba35d6ae47bce08f08171 (patch) | |
tree | be09bbcf967832e6d81c46c3c3977e7356bdfef4 /Master | |
parent | 5dddc3b0376963968ee62edd82b37ae60d8ad735 (diff) |
cascadilla (13nov11)
git-svn-id: svn://tug.org/texlive/trunk@24589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/cascadilla/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cascadilla/example.pdf | bin | 79641 -> 79647 bytes | |||
-rw-r--r-- | Master/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 Binary files differindex 35bd1e09477..c064dc2b499 100644 --- a/Master/texmf-dist/doc/latex/cascadilla/example.pdf +++ b/Master/texmf-dist/doc/latex/cascadilla/example.pdf 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 |