summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/suftesi/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-06 23:38:47 +0000
committerKarl Berry <karl@freefriends.org>2012-02-06 23:38:47 +0000
commitd1fa41d1e3da91e706a0fb84aab888756a3d279e (patch)
treeeb66168381941cb5e96caad3eefdd35e5bd0d592 /Master/texmf-dist/doc/latex/suftesi/README
parent8085544365e7f2ec7bb1e87d0ed6da322fd6a0c7 (diff)
suftesi (6feb12)
git-svn-id: svn://tug.org/texlive/trunk@25321 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/suftesi/README')
-rw-r--r--Master/texmf-dist/doc/latex/suftesi/README76
1 files changed, 61 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/suftesi/README b/Master/texmf-dist/doc/latex/suftesi/README
index 7889896598c..f11f1818c53 100644
--- a/Master/texmf-dist/doc/latex/suftesi/README
+++ b/Master/texmf-dist/doc/latex/suftesi/README
@@ -1,9 +1,16 @@
-----------------------------------------------------------------------
The 'suftesi' class for LaTeX
-Maintained by Ivan Valbusa
-E-mail: ivan.valbusa@univr.it
-Released under the LaTeX Project Public License v1.3c or later
-See http://www.latex-project.org/lppl.txt
+Author: Ivan Valbusa
+ ivan dot valbusa at univr dot it
+
+This work has the LPPL maintenance status "author-maintained".
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
-----------------------------------------------------------------------
DESCRIPTION:
@@ -12,18 +19,57 @@ DESCRIPTION:
It provides many options to change the style of headings and titles and a
new layout for the frontispiece using the package 'frontespizio' by Enrico Gregorio.
+This work consists of the following files:
+
+ README (this file)
+ suftesi.dtx
+ suftesi.ins
+ suftesi.pdf
+ example/
+ logo.png
+ bibliografia.bib
+ tesi.tex
+ Capitoli/
+ primo.tex
+ secondo.tex
+ terzo.tex
+ Immagini/
+ don.png
+ lamport.jpg
+ MaterialeInizialeFinale/
+ Introduzione.tex
+ Ringraziamenti.tex
+
+
+and of the derived files:
+
+ suftesi.cls
+ suftesi.bib
+
INSTALLATION:
-To use the class place the suftesi.cls file in: <HOME>/texmf/tex/latex/suftesi/
-Alternatively, place the suftesi.cls file in your working directory or in:
-<TEXMFLOCAL>/tex/latex/suftesi. In this case remember to refresh the file name database.
-USAGE:
-\documentclass[<options>]{suftesi}
+To install the distribution:
+
+o run "latex suftesi.ins"
+o move "suftesi.cls" to locations where LaTeX will find
+ it (the FAQ on CTAN in /help/uktug-FAQ gives more
+ information about this magic place)
+
+
+DOCUMENTATION:
+
+To reproduce the complete documentation, follow these steps
+
+$ pdflatex suftesi.dtx
+$ bibtex suftesi
+$ makeindex -s gind.ist suftesi
+$ pdflatex suftesi.dtx
+$ pdflatex suftesi.dtx
+
+from a shell (or in the preferred method for you system),
+where "pdflatex" can be also "xelatex", and the `$' stands
+for the shell's prompt.
-WARNING:
-Follow these steps to get the documentation:
-- pdflatex suftesi
-- pdflatex suftesi-frn
-- bibtex suftesi
-- pdflatex suftesi
+2012/12/25
+Ivan Valbusa