From 19b5e94fbacf01a42023c8ff862c8b80f637e1ef Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 18 Jan 2012 23:36:04 +0000 Subject: cascadilla (18jan12) git-svn-id: svn://tug.org/texlive/trunk@25144 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/cascadilla/README | 7 +++++-- Master/texmf-dist/doc/latex/cascadilla/example.pdf | Bin 79647 -> 79612 bytes Master/texmf-dist/doc/latex/cascadilla/example.tex | 2 +- .../texmf-dist/tex/latex/cascadilla/cascadilla.cls | 17 +++++++++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Master/texmf-dist/doc/latex/cascadilla/README b/Master/texmf-dist/doc/latex/cascadilla/README index ac75c0f24a9..deaf5b398fb 100644 --- a/Master/texmf-dist/doc/latex/cascadilla/README +++ b/Master/texmf-dist/doc/latex/cascadilla/README @@ -5,7 +5,7 @@ Also included are an example document (example.tex and example.pdf), a BibTeX bibliography style (cascadilla.bst) and a BibTeX database used by the example document (exampleref.bib). -This package was written by Max Bane, copyright 2008-2011, and is maintained by +This package was written by Max Bane, copyright 2008-2012, and is maintained by the same. It is distributed under the conditions of the LaTeX Project Public License, a copy of which is included in LICENSE.txt; the license boilerplate is also included at the top of each source file. @@ -32,7 +32,7 @@ TO USE: Simply place cascadilla.cls and cascadilla.bst in the same directory as the paper you are writing, and use "\documentclass{cascadilla}" instead of "\documentclass{article}". See the example paper (example.tex) for more details -of usage. +of usage, including optional arguments to the \documentclass command. To make cascadilla.cls and cascadilla.bst available for all of your papers, without having to put separate copies in the directory of each, consult your @@ -41,6 +41,9 @@ are globally available. This is usually somewhere in your "texmf" tree. VERSION HISTORY +Version 1.8.2 (Jan 17, 2012): + Made footnote marks flush with left edge of body text. + Version 1.8.1 (Nov 12, 2011): Fixed centering of author line by simplifying \blankline command - thanks to Christopher Piñón. diff --git a/Master/texmf-dist/doc/latex/cascadilla/example.pdf b/Master/texmf-dist/doc/latex/cascadilla/example.pdf index c064dc2b499..3b274ca2eb1 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/doc/latex/cascadilla/example.tex b/Master/texmf-dist/doc/latex/cascadilla/example.tex index cb2bb717eb5..5ca0777853d 100644 --- a/Master/texmf-dist/doc/latex/cascadilla/example.tex +++ b/Master/texmf-dist/doc/latex/cascadilla/example.tex @@ -1,5 +1,5 @@ %% example.tex -%% Copyright 2008-2011 Max Bane +%% Copyright 2008-2012 Max Bane % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 diff --git a/Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls b/Master/texmf-dist/tex/latex/cascadilla/cascadilla.cls index 4d2d3b3b35a..7f41bc39a6a 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.1 +%% Copyright 2008-2012 Max Bane +%% Version 1.8.2 % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -22,10 +22,11 @@ % Proceedings Project (http://www.lingref.com/cpp/authors/style.html), which % is used by a number of linguistics conference proceedings (e.g., WCCFL). % Suggestions, questions, and bug reports should be directed to Max Bane at -% bane@uchicago.edu. +% max.bane@gmail.com. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Changes: +% Version 1.8.2: Made footnote marks flush with left edge of body text. % 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, @@ -55,7 +56,7 @@ % Identification \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{cascadilla}[2011/11/12 v1.8.1 Class for Cascadilla Proceedings +\ProvidesClass{cascadilla}[2012/01/17 v1.8.2 Class for Cascadilla Proceedings Project articles, by Max Bane] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -203,6 +204,14 @@ date: % Footnotes should be set in 9pt, which is \small \let\footnotesize\small +% Adjust footnotes so that numbers appear flush with margin. +% Implementation inspired by answers at: +% http://tex.stackexchange.com/questions/40976/align-footnote-mark-with-text-margin +\renewcommand{\@makefntext}[1]{% + \settowidth{\@tempdima}{\@thefnmark} \parindent \dimexpr\@tempdima+.75em\relax% + \noindent\makebox[1em][l]{\textsuperscript{\@thefnmark}}#1 +} + % Disable page numbers. Suppressed by "pagenums" class option. \ifthenelse{\boolean{nopagenums}}{ \pagestyle{empty} -- cgit v1.2.3