From f57cd96021c2285b8b7eb58e72727a82be147b49 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 Jul 2006 22:31:59 +0000 Subject: icsv (26jul06) git-svn-id: svn://tug.org/texlive/trunk@1926 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/icsv/README | 5 ++++ Master/texmf-dist/doc/latex/icsv/icsv-example.tex | 33 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/icsv/icsv.pdf | Bin 0 -> 223717 bytes 3 files changed, 38 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/icsv/README create mode 100644 Master/texmf-dist/doc/latex/icsv/icsv-example.tex create mode 100644 Master/texmf-dist/doc/latex/icsv/icsv.pdf (limited to 'Master/texmf-dist/doc/latex/icsv') diff --git a/Master/texmf-dist/doc/latex/icsv/README b/Master/texmf-dist/doc/latex/icsv/README new file mode 100644 index 00000000000..40644031e4e --- /dev/null +++ b/Master/texmf-dist/doc/latex/icsv/README @@ -0,0 +1,5 @@ +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. diff --git a/Master/texmf-dist/doc/latex/icsv/icsv-example.tex b/Master/texmf-dist/doc/latex/icsv/icsv-example.tex new file mode 100644 index 00000000000..3d7e0cc298f --- /dev/null +++ b/Master/texmf-dist/doc/latex/icsv/icsv-example.tex @@ -0,0 +1,33 @@ +\documentclass{icsv} + +%%% Some nice packages: +% \usepackage[square,numbers,sort&compress]{natbib}% for better citation commands +% \usepackage{hypernat}% to fix natbib/hyperref incompatibility +% \usepackage{refstyle}% for better referencing commands +% \usepackage{SIstyle}% for better and easy units (e.g. "m.s^{-2}") +% \usepackage{subfig}% to provide for subfloats + +\showaffiliations +\title{Title of the paper} +\author[1]{A. Author} +\email{A.Author@email.address} +\author[1,2]{B. Buthor} +\email{B.Buthor@email.address} +\author[2]{C. Cuthor} + +\address{Name of affiliation, School/Department\\ + University/Company, Country etc.} +\address{Name of 2nd affiliation, School/Department\\ + University/Company, Country etc.} + +\begin{document} +\maketitle + +\begin{abstract} +This is the abstract +\end{abstract} + +\section{Introduction} +This is the paper. + +\end{document} diff --git a/Master/texmf-dist/doc/latex/icsv/icsv.pdf b/Master/texmf-dist/doc/latex/icsv/icsv.pdf new file mode 100644 index 00000000000..c0b3f7a6404 Binary files /dev/null and b/Master/texmf-dist/doc/latex/icsv/icsv.pdf differ -- cgit v1.2.3