diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/icsv')
-rw-r--r-- | Master/texmf-dist/source/latex/icsv/icsv.dtx | 64 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/icsv/icsv.ins | 13 |
2 files changed, 37 insertions, 40 deletions
diff --git a/Master/texmf-dist/source/latex/icsv/icsv.dtx b/Master/texmf-dist/source/latex/icsv/icsv.dtx index df8c85f1934..633c818b304 100644 --- a/Master/texmf-dist/source/latex/icsv/icsv.dtx +++ b/Master/texmf-dist/source/latex/icsv/icsv.dtx @@ -1,24 +1,30 @@ -% \iffalse meta-comment -% -% Copyright 2005 by Will Robertson <wspr81@gmail.com> -% -% Distributable under the LaTeX Project Public License, -% version 1.3b or higher (your choice). The latest version of -% this license is at: http://www.latex-project.org/lppl.txt -% -% This work is "maintained" (as per LPPL maintenance status) -% by Will Robertson. -% -% This work consists of the file icsv.dtx -% and the derived files icsv.cls and icsv.ins -% and the documentation icsv.pdf. -% -% +% \iffalse +%<*internal> +\iffalse +%</internal> +%<*readme> +______________ +The ICSV class +v0.2 + +This is an ad-hoc class for typesetting articles for the ICSV conference, +based on the previously hacked together active-conf by the same author. + +Hopefully it's useful to someone. Contact me for refinements or if things +don't work. + +______________ +Will Robertson +wspr 81 [at] gmail [dot] com + +Copyright 2006 +Distributed under the LaTeX Project Public License +%</readme> %<*internalbatchfile> +\fi \begingroup %</internalbatchfile> %<*batchfile> -% \begin{macrocode} \input docstrip.tex \keepsilent \preamble @@ -33,25 +39,26 @@ Copyright 2006 by Will Robertson <wspr81@gmail.com> Distributable under the LaTeX Project Public License, -version 1.3b or higher (your choice). The latest version of +version 1.3c or higher (your choice). The latest version of this license is at: http://www.latex-project.org/lppl.txt This work is "maintained" (as per LPPL maintenance status) by Will Robertson. -This work consists of the file \jobname.dtx - and the derived files \jobname.cls and \jobname.ins - and the documentation \jobname.pdf. +This work consists of the file icsv.dtx + and the derived files icsv.cls and icsv.ins + and the documentation icsv.pdf. \endpostamble \askforoverwritefalse \generate{\file{\jobname.cls}{\from{\jobname.dtx}{classfile}}} +%</batchfile> +%<batchfile>\endbatchfile +%<*internalbatchfile> \generate{\file{\jobname.ins}{\from{\jobname.dtx}{batchfile}}} \nopreamble\nopostamble +\generate{\file{README.txt}{\from{\jobname.dtx}{readme}}} \generate{\file{\jobname-dtx.sty}{\from{\jobname.dtx}{dtx-style}}} -% \end{macrocode} -%</batchfile> -%<*internalbatchfile> \endgroup %</internalbatchfile> % @@ -78,7 +85,7 @@ This work consists of the file \jobname.dtx % % \fi % -% \CheckSum{613} +% \CheckSum{622} % \errorcontextlines=20 % % \DoNotIndex{\@tempa,\@tempb,\@temptokena} @@ -699,13 +706,6 @@ This work consists of the file \jobname.dtx %\iffalse % % -%<*batchfile> -% \begin{macrocode} -\endbatchfile -% \end{macrocode} -%</batchfile> -% -% %<*dtx-style> % \begin{macrocode} \ProvidesPackage{icsv-dtx} diff --git a/Master/texmf-dist/source/latex/icsv/icsv.ins b/Master/texmf-dist/source/latex/icsv/icsv.ins index ca956e5b7d3..e1b13346d07 100644 --- a/Master/texmf-dist/source/latex/icsv/icsv.ins +++ b/Master/texmf-dist/source/latex/icsv/icsv.ins @@ -24,28 +24,25 @@ Copyright 2006 by Will Robertson <wspr81@gmail.com> Distributable under the LaTeX Project Public License, -version 1.3b or higher (your choice). The latest version of +version 1.3c or higher (your choice). The latest version of this license is at: http://www.latex-project.org/lppl.txt This work is "maintained" (as per LPPL maintenance status) by Will Robertson. -This work consists of the file \jobname.dtx - and the derived files \jobname.cls and \jobname.ins - and the documentation \jobname.pdf. +This work consists of the file icsv.dtx + and the derived files icsv.cls and icsv.ins + and the documentation icsv.pdf. \endpostamble \askforoverwritefalse \generate{\file{\jobname.cls}{\from{\jobname.dtx}{classfile}}} -\generate{\file{\jobname.ins}{\from{\jobname.dtx}{batchfile}}} -\nopreamble\nopostamble -\generate{\file{\jobname-dtx.sty}{\from{\jobname.dtx}{dtx-style}}} \endbatchfile %% %% Copyright 2006 by Will Robertson <wspr81@gmail.com> %% %% Distributable under the LaTeX Project Public License, -%% version 1.3b or higher (your choice). The latest version of +%% version 1.3c or higher (your choice). The latest version of %% this license is at: http://www.latex-project.org/lppl.txt %% %% This work is "maintained" (as per LPPL maintenance status) |