summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-22 14:21:47 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-22 14:21:47 +0000
commitd52b367c5437bcba881bac5f4c4fc20bbe8a25fa (patch)
treed6b0395bfa1230f85cf0d84e46a53edc8450303e
parentce57a552309046a4cc494db73b145392d23854d8 (diff)
-micsv update (from tds.zip)
git-svn-id: svn://tug.org/texlive/trunk@8286 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/icsv/README15
-rw-r--r--Master/texmf-dist/doc/latex/icsv/icsv.pdfbin223717 -> 228973 bytes
-rw-r--r--Master/texmf-dist/source/latex/icsv/icsv.dtx64
-rw-r--r--Master/texmf-dist/source/latex/icsv/icsv.ins13
-rw-r--r--Master/texmf-dist/tex/latex/icsv/icsv-dtx.sty126
-rw-r--r--Master/texmf-dist/tex/latex/icsv/icsv.cls2
6 files changed, 51 insertions, 169 deletions
diff --git a/Master/texmf-dist/doc/latex/icsv/README b/Master/texmf-dist/doc/latex/icsv/README
index 40644031e4e..bc9faba1f88 100644
--- a/Master/texmf-dist/doc/latex/icsv/README
+++ b/Master/texmf-dist/doc/latex/icsv/README
@@ -1,5 +1,16 @@
-This is an ad-hoc class for typesetting articles for the ICSV conference,
+______________
+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
+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
diff --git a/Master/texmf-dist/doc/latex/icsv/icsv.pdf b/Master/texmf-dist/doc/latex/icsv/icsv.pdf
index c0b3f7a6404..036bb4006d6 100644
--- a/Master/texmf-dist/doc/latex/icsv/icsv.pdf
+++ b/Master/texmf-dist/doc/latex/icsv/icsv.pdf
Binary files differ
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)
diff --git a/Master/texmf-dist/tex/latex/icsv/icsv-dtx.sty b/Master/texmf-dist/tex/latex/icsv/icsv-dtx.sty
deleted file mode 100644
index f619bf0833c..00000000000
--- a/Master/texmf-dist/tex/latex/icsv/icsv-dtx.sty
+++ /dev/null
@@ -1,126 +0,0 @@
-\ProvidesPackage{icsv-dtx}
-
-\renewcommand{\topfraction}{.85}
-\renewcommand{\bottomfraction}{.7}
-\renewcommand{\textfraction}{.15}
-\renewcommand{\floatpagefraction}{.66}
-\renewcommand{\dbltopfraction}{.66}
-\renewcommand{\dblfloatpagefraction}{.66}
-\setcounter{topnumber}{9}
-\setcounter{bottomnumber}{9}
-\setcounter{totalnumber}{20}
-\setcounter{dbltopnumber}{9}
-\renewcommand\section{\@startsection {section}{1}{\z@}%
- {-3ex \@plus -1ex \@minus -.2ex}%
- {2ex \@plus 0.2ex}%
- {\centering\normalsize\scshape}}
-\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
- {-2.5ex\@plus -1ex \@minus -.2ex}%
- {1.5ex \@plus 0.2ex}%
- {\centering\normalsize\itshape}}
-\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
- {-2ex\@plus -1ex \@minus -.2ex}%
- {1.5ex \@plus 0.2ex}%
- {\centering\normalfont\normalsize}}
-\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
- {3.25ex \@plus1ex \@minus.2ex}%
- {-1em}%
- {\normalfont\normalsize\itshape}}
-\let\subparagraph\undefined
-\def\@maketitle{%
- \newpage
- {\centering
- {\large\@title\par}\vskip1em
- \textsc\@author\par\vskip1em
- \@date\par}\vskip2em}
-\renewenvironment{abstract}{%
- \begin{trivlist}\item[]
- \setlength\leftskip{0.15\textwidth}
- \setlength\rightskip{0.15\textwidth}
- \small\textit{Abstract}\quad}{\end{trivlist}}
-\setcounter{tocdepth}{2}
-\renewcommand\tableofcontents{%
- \section*{\contentsname}
- \begin{trivlist}\item[]
- \begin{multicols}{2}
- \setlength\parskip{0pt}
- \small
- \@starttoc{toc}%
- \end{multicols}
- \end{trivlist}}
-\renewcommand*\l@section[2]{%
- \ifnum \c@tocdepth >\z@
- \addpenalty\@secpenalty
- \addvspace{1.0em \@plus\p@}%
- \setlength\@tempdima{1.5em}%
- \begingroup
- \raggedright
- \parindent \z@
- \rightskip \z@
- \parfillskip \@flushglue
- \leavevmode
- \advance\leftskip\@tempdima
- \hskip -\leftskip
- #1\quad\nobreak#2\hfil\par
- \endgroup
- \fi}
-\def\@dottedtocline#1#2#3#4#5{%
- \ifnum #1>\c@tocdepth \else
- {\leftskip #2\relax \rightskip \@tocrmarg \parfillskip \@flushglue
- \parindent #2\relax\@afterindenttrue
- \interlinepenalty\@M
- \leavevmode
- \raggedright
- \@tempdima #3\relax
- \advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
- {#4}\quad\nobreak#5\hfil\par}%
- \fi}
-
-\let\old@makefntext\@makefntext
-\renewcommand\@makefntext[1]{%
- \vspace{2pt}%
- \setlength\parindent{-1.8em}%
- \setlength\leftskip{1.8em}%
- \makebox[1.8em][l]{\normalfont\small\@thefnmark.}#1}
-
-\setcounter{IndexColumns}{2}
-\renewenvironment{theglossary}
- {\small\list{}{}
- \item\relax
- \glossary@prologue\GlossaryParms
- \let\item\@idxitem \ignorespaces
- \def\pfill{\hspace*{\fill}}}
- {\endlist}
-
-\usepackage{amstext,array,booktabs,calc,color,fancyvrb,graphicx,hyperref,ifthen,longtable,refstyle,varioref}
-\usepackage[T1]{fontenc}
-\usepackage{lmodern}
-\usepackage[sc,osf]{mathpazo}
-
-\linespread{1.069} % A bit more space between lines
-\frenchspacing % Remove ugly extra space after punctuation
-
-\hypersetup{colorlinks, breaklinks, linktocpage,
- linkcolor=red, citecolor=red, filecolor=blue, urlcolor=blue}
-
-\newcommand*\setexsize[1]{\let\examplesize#1}
-\newcommand*\setverbwidth[1]{\def\auxwidth{#1}}
-
-\newcommand*\name[1]{{#1}}
-\newcommand*\pkg[2][]{\relax
- \edef\@tempa{#1}\relax
- \ifx\@tempa\@empty
- \textsf{\mbox{#2}}\else
- \href{#1}{\textsf{\mbox{#2}}}\fi}
-\newcommand*\env[1]{\textsf{#1}}
-
-\newcommand*\note[1]{\unskip\footnote{#1}}
-
-\let\latin\textit
-\def\eg{\latin{e.g.}}
-\def\Eg{\latin{E.g.}}
-\def\ie{\latin{i.e.}}
-\def\etc{\@ifnextchar.{\latin{etc}}{\latin{etc.}\@}}
-
-\def\TeX{\smash{T\kern-.15em\lower.5ex\hbox{E}\kern-.07em X}\spacefactor1000\relax}
-
diff --git a/Master/texmf-dist/tex/latex/icsv/icsv.cls b/Master/texmf-dist/tex/latex/icsv/icsv.cls
index ee0b4bc824a..4ffe1f83e42 100644
--- a/Master/texmf-dist/tex/latex/icsv/icsv.cls
+++ b/Master/texmf-dist/tex/latex/icsv/icsv.cls
@@ -286,7 +286,7 @@
%% 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)