summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-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