summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lps/lpstemplate.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lps/lpstemplate.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lps/lpstemplate.tex b/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
new file mode 100644
index 00000000000..356d404c04a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
@@ -0,0 +1,52 @@
+%%
+%% This is file `lpstemplate.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lps.dtx (with options: `template')
+%%
+%% Copyright 2005, 2006 Gustavo Cevolani, Gruppo Utilizzatori Italiani di TeX
+%%
+%% This program is provided under the terms of the
+%% LaTeX Project Public License distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt.
+%%
+%% Author: Gustavo Cevolani
+%% at g.cevolani@gmail.com
+%%
+%% This work has the LPPL maintenance status "author-maintained".
+%%
+\documentclass{lps}
+%%
+%% User's packages:
+%% \usepackage[italian]{babel} % for italian language
+%% \usepackage[ansinew]{inputenc} % to insert special symbols on Windows systems
+%% \usepackage[T1]{fontenc} % standard encoding on Windows systems
+\begin{document}
+%% Article's information:
+\Title{Title of the article}
+\Author{Name Surname}
+%% Author's information:
+\Affiliation{Department of Philosophy\\ University of Trieste (Italy)}
+\Email{n.surname@mail.it}
+%% Issue's information:
+%%\Volume{}
+%%\Number{}
+%%\Year{}
+%%\FirstPage{}
+%%
+\maketitle
+\tableofcontents
+%% Keywords and abstract:
+\Keywords{some, crucial, terms.}
+\begin{abstract}
+Summary of the article.
+\end{abstract}
+%%
+%%%%%%%%%%%%%%%%%%%%%%%% Main text: %%%%%%%%%%%%%%%%%%%%%%%%
+\section{First section}
+Your article.
+%%
+\end{document}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%