diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/icsv/icsv-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/icsv/icsv-example.tex | 33 |
1 files changed, 33 insertions, 0 deletions
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} |