diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/frontespizio')
-rw-r--r-- | Master/texmf-dist/doc/latex/frontespizio/README | 69 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/frontespizio/examplea.tex | 38 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/frontespizio/exampleb.tex | 41 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/frontespizio/examplec.tex | 42 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/frontespizio/frontespizio.pdf | bin | 0 -> 270580 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/frontespizio/makedoc.sh | 14 |
6 files changed, 204 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/frontespizio/README b/Master/texmf-dist/doc/latex/frontespizio/README new file mode 100644 index 00000000000..f374b743f3a --- /dev/null +++ b/Master/texmf-dist/doc/latex/frontespizio/README @@ -0,0 +1,69 @@ +The frontespizio package lets you typeset a frontispiece (suitable for +Italian university style) independently of the page layout of the main +document. + +This is version 1.0 of the package + + Copyright 2008 Enrico Gregorio + + 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: Enrico Gregorio + Enrico dot Gregorio at univr dot it + + This work has the LPPL maintenance status "author-maintained". + + This work consists of the following files: + +README (this file) +frontespizio.dtx +frontespizio.ins +frontespizio.pdf + + and of the derived files + +frontespizio.sty +examplea.tex +exampleb.tex +examplec.tex +makedoc.sh + +To install the distribution: + +o run "latex frontespizio.ins" +o run "{|pdf|xe}latex example{a,b,c}.tex" for a test +o run "{|pdf|xe}latex example{a,b,c}-frn.tex" for a test +o run "{|pdf|xe}latex example{a,b,c}.tex" for a test +o after the tests, you should have correct dvi or pdf + example files (choose either latex, pdflatex or xelatex + and compile each of the three examples) +o move "frontespizio.sty" to locations where LaTeX will find + it (the FAQ on CTAN in /help/uktug-FAQ gives more + information about this magic place) + +To reproduce the complete documentation, follow these steps + +$ pdflatex examplea.tex +$ pdflatex examplea-frn.tex +$ pdflatex exampleb.tex +$ pdflatex exampleb-frn.tex +$ pdflatex examplec.tex +$ pdflatex examplec-frn.tex +$ pdflatex frontespizio.dtx +$ pdflatex frontespizio-frn.dtx +$ makeindex -s gind frontespizio +$ makeindex -s gglo -o frontespizio.gls frontespizio.glo +$ pdflatex frontespizio.dtx +$ pdflatex frontespizio.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; you can also use, on Unix systems, +the automated script makedoc.sh by + +sh makedoc.sh + +2008/03/04 +Enrico Gregorio diff --git a/Master/texmf-dist/doc/latex/frontespizio/examplea.tex b/Master/texmf-dist/doc/latex/frontespizio/examplea.tex new file mode 100644 index 00000000000..f918909683e --- /dev/null +++ b/Master/texmf-dist/doc/latex/frontespizio/examplea.tex @@ -0,0 +1,38 @@ +%% +%% This is file `examplea.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% frontespizio.dtx (with options: `examplea') +%% +%% Copyright 2008 Enrico Gregorio +%% +%% 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: Enrico Gregorio +%% Enrico dot Gregorio at univr dot it +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +\documentclass[a4paper,titlepage]{book} +\usepackage{frontespizio} + +\begin{document} +\begin{frontespizio} +\Universita{Padova} +\Facolta{Scienze Matematiche, Fisiche e Naturali} +\Corso[Laurea]{Matematica} +\Titoletto{Tesi di laurea} +\Titolo{Equivalenze fra categorie di moduli\\ +e applicazioni} +\Candidato[145822]{Enrico Gregorio} +\Relatore{Ch.mo Prof.~Adalberto Orsatti} +\Annoaccademico{19??-19??} +\end{frontespizio} +\end{document} +\endinput +%% +%% End of file `examplea.tex'. diff --git a/Master/texmf-dist/doc/latex/frontespizio/exampleb.tex b/Master/texmf-dist/doc/latex/frontespizio/exampleb.tex new file mode 100644 index 00000000000..0be7d09c3fb --- /dev/null +++ b/Master/texmf-dist/doc/latex/frontespizio/exampleb.tex @@ -0,0 +1,41 @@ +%% +%% This is file `exampleb.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% frontespizio.dtx (with options: `exampleb') +%% +%% Copyright 2008 Enrico Gregorio +%% +%% 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: Enrico Gregorio +%% Enrico dot Gregorio at univr dot it +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +\documentclass[a4paper,titlepage]{book} +\usepackage[sans]{frontespizio} + +\begin{document} +\begin{frontespizio} +\Universita{Padova} +\Facolta{Scienze Matematiche, Fisiche e Naturali} +\Corso[Laurea]{Matematica} +\Titoletto{Tesi di laurea} +\Titolo{Equivalenze fra categorie di moduli\\ +e applicazioni} +\Candidato{Enrico Gregorio} +\Relatore{Ch.mo Prof.~Adalberto Orsatti} +\Annoaccademico{19??-19??} +\Rientro{1.5cm} +\NCandidato{Laureando} +\Punteggiatura{} +\end{frontespizio} +\end{document} +\endinput +%% +%% End of file `exampleb.tex'. diff --git a/Master/texmf-dist/doc/latex/frontespizio/examplec.tex b/Master/texmf-dist/doc/latex/frontespizio/examplec.tex new file mode 100644 index 00000000000..f4443a89314 --- /dev/null +++ b/Master/texmf-dist/doc/latex/frontespizio/examplec.tex @@ -0,0 +1,42 @@ +%% +%% This is file `examplec.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% frontespizio.dtx (with options: `examplec') +%% +%% Copyright 2008 Enrico Gregorio +%% +%% 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: Enrico Gregorio +%% Enrico dot Gregorio at univr dot it +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +\documentclass[a4paper,titlepage]{book} +\usepackage{frontespizio} + +\begin{document} +\begin{frontespizio} +\Package{\usepackage{fourier}} +\Universita{Bologna} +\Dipartimento{Matematica} +\Corso[Dottorato di Ricerca]{Matematica} +\Titolo{Equivalenza di Morita generalizzata\\ +e applicazioni alla teoria degli\\ +anelli compatti} +\Candidato{Enrico Gregorio} +\Relatore{Ch.mo Prof.~Ermanno Lanconelli} +\NRelatore{Coordinatore}{} +\Correlatore{Ch.mo Prof.~Adalberto Orsatti} +\NCorrelatore{Supervisore della ricerca}{} +\Annoaccademico{19??-19??} +\end{frontespizio} +\end{document} +\endinput +%% +%% End of file `examplec.tex'. diff --git a/Master/texmf-dist/doc/latex/frontespizio/frontespizio.pdf b/Master/texmf-dist/doc/latex/frontespizio/frontespizio.pdf Binary files differnew file mode 100644 index 00000000000..0c5b2bd2e47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/frontespizio/frontespizio.pdf diff --git a/Master/texmf-dist/doc/latex/frontespizio/makedoc.sh b/Master/texmf-dist/doc/latex/frontespizio/makedoc.sh new file mode 100644 index 00000000000..0c59680731f --- /dev/null +++ b/Master/texmf-dist/doc/latex/frontespizio/makedoc.sh @@ -0,0 +1,14 @@ +#!/bin/sh +pdflatex examplea.tex +pdflatex examplea-frn.tex +pdflatex exampleb.tex +pdflatex exampleb-frn.tex +pdflatex examplec.tex +pdflatex examplec-frn.tex +pdflatex frontespizio.dtx +pdflatex frontespizio-frn.tex +makeindex -s gind frontespizio +makeindex -s gglo -o frontespizio.gls frontespizio.glo +pdflatex frontespizio.dtx +pdflatex frontespizio.dtx +exit |