summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/icsv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-26 22:31:59 +0000
committerKarl Berry <karl@freefriends.org>2006-07-26 22:31:59 +0000
commitf57cd96021c2285b8b7eb58e72727a82be147b49 (patch)
treeaa16f606143cf10ed48669bcd3bd5a78590b1508 /Master/texmf-dist/doc/latex/icsv
parent0fd2403a0f4b13aaa511dc96740e6d3bc46a3b1b (diff)
icsv (26jul06)
git-svn-id: svn://tug.org/texlive/trunk@1926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/icsv')
-rw-r--r--Master/texmf-dist/doc/latex/icsv/README5
-rw-r--r--Master/texmf-dist/doc/latex/icsv/icsv-example.tex33
-rw-r--r--Master/texmf-dist/doc/latex/icsv/icsv.pdfbin0 -> 223717 bytes
3 files changed, 38 insertions, 0 deletions
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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/icsv/icsv.pdf
Binary files differ