summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-25 00:00:25 +0000
committerKarl Berry <karl@freefriends.org>2007-10-25 00:00:25 +0000
commit1ebcd6983d96ba05845c31b177c647ae214c7f60 (patch)
tree5b5f335de3bb750eeb892a5b957920e0600353fb /Master/texmf-dist/doc/latex/lps
parent0cd28a83f858291b8e2421c64e44d7759e5b7f1b (diff)
new latex package lps for logic&philosophy of science journal (1feb07)
git-svn-id: svn://tug.org/texlive/trunk@5273 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lps')
-rw-r--r--Master/texmf-dist/doc/latex/lps/README41
-rw-r--r--Master/texmf-dist/doc/latex/lps/lps.pdfbin0 -> 442146 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lps/lpstemplate.tex52
3 files changed, 93 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lps/README b/Master/texmf-dist/doc/latex/lps/README
new file mode 100644
index 00000000000..9b8bcd92d7f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lps/README
@@ -0,0 +1,41 @@
+LaTeX Class: lps
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+Files: lps.ins (installation), lps.dtx (documented source)
+
+Author: Gustavo Cevolani, comments to g.cevolani@gmail.com
+
+Description: LaTeX class style (lps.cls) for the Logic & Philosophy of Science Journal (University of Trieste, Italy), http://www.univ.trieste.it/~episteme/
+
+Class homepage: http://www.univ.trieste.it/~episteme/latex_L&PS.htm
+
+License: This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+* Brief description of the class:
+
+The lps class modifies the standard \LaTeX2e article class in order to comply with the Logic and Philosophy of Science journal style specifications.
+
+
+* Quick use:
+
+ - run LaTeX on the file lps.ins to create the lps.cls class file and the lpstemplate.tex sample file;
+
+ - run (PDF)LaTeX on the file lps.dtx to obtain the documentation for the class;
+
+ - run (PDF)LaTeX (two times) on the file lps-template.tex to check if you have all packages needed and if all works fine;
+
+ - rename lps-template.tex and modify it to create your own article.
+
+
+* Installation:
+
+ - move the file lps.cls in some directory searched by LaTeX, then refresh the file name database.
+
+ Example of installation for a MiKTeX 2.5 distribution on a Windows system:
+
+ 1. move lps.cls to your \localtexmf folder, for instance in \localtexmf\tex\latex\lps\ (create the directories that do not exist);
+ 2. move the documentation files (lps.dvi or lps.pdf) to some folder of your choice (for instance: \localtexmf\tex\doc\latex\lps\);
+ 3. open the MiKTeX Options window (Start>Programs>MikTeX>MiKTeX Options) and refresh the file name database ("Refresh Now" button).
diff --git a/Master/texmf-dist/doc/latex/lps/lps.pdf b/Master/texmf-dist/doc/latex/lps/lps.pdf
new file mode 100644
index 00000000000..659a313f571
--- /dev/null
+++ 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
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}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%