summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-07 00:19:04 +0000
committerKarl Berry <karl@freefriends.org>2011-02-07 00:19:04 +0000
commite6c71e60f6c4b72ad324a5fad9717412b763984a (patch)
treea32fc06de0615dd5b25e30b73b20a66095be3734 /Master/texmf-dist/doc/latex/lps
parentac5d64567ba90ba14cc77499c99d543ad763798f (diff)
lps
git-svn-id: svn://tug.org/texlive/trunk@21322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lps')
-rw-r--r--Master/texmf-dist/doc/latex/lps/lps.pdfbin442146 -> 259859 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lps/lpstemplate.tex24
2 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/lps/lps.pdf b/Master/texmf-dist/doc/latex/lps/lps.pdf
index 659a313f571..7517954b4ed 100644
--- a/Master/texmf-dist/doc/latex/lps/lps.pdf
+++ b/Master/texmf-dist/doc/latex/lps/lps.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lps/lpstemplate.tex b/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
index 356d404c04a..595aacd3256 100644
--- a/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
+++ b/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
@@ -20,16 +20,17 @@
\documentclass{lps}
%%
%% User's packages:
-%% \usepackage[italian]{babel} % for italian language
+%% \usepackage[italian]{babel} % for Italian language
%% \usepackage[ansinew]{inputenc} % to insert special symbols on Windows systems
-%% \usepackage[T1]{fontenc} % standard encoding on Windows systems
+%% \usepackage[T1]{fontenc} % standard encoding on Windows systems
+%% \usepackage{lipsum} % to test this template
\begin{document}
%% Article's information:
-\Title{Title of the article}
-\Author{Name Surname}
+\title{Title of the article}
%% Author's information:
-\Affiliation{Department of Philosophy\\ University of Trieste (Italy)}
-\Email{n.surname@mail.it}
+\author{John First\\Department of Philosophy\\University of Trieste (Italy)\\j.first@mail.it \and%
+ James Second\\Department of Philosophy\\University of Trieste (Italy)\\j.second@mail.it}
+\shortauthor{John First, James Second}
%% Issue's information:
%%\Volume{}
%%\Number{}
@@ -39,14 +40,21 @@
\maketitle
\tableofcontents
%% Keywords and abstract:
-\Keywords{some, crucial, terms.}
+\keywords{some, crucial, terms.}
\begin{abstract}
Summary of the article.
\end{abstract}
%%
%%%%%%%%%%%%%%%%%%%%%%%% Main text: %%%%%%%%%%%%%%%%%%%%%%%%
\section{First section}
-Your article.
+Your article.\par
%%
+%% \lipsum[1-10]
+%%
+\begin{thebibliography}{AAA}
+\bibitem{mypaper} \textsc{First, J.} and \textsc{Second, J.} (2010), ``An interesting paper'', \emph{A Famous Journal}, 1, pp.~1--11.
+\bibitem{mybook} \textsc{First, J.} and \textsc{Second, J.} (2011), \emph{A great book}, Address: Publisher.
+\end{thebibliography}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\par