1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
*********************************************************************
* sapthesis class *
*********************************************************************
This is the README file of the "sapthesis" LaTeX class.
Official web page:
http://biccari.altervista.org/c/informatica/latex/sapthesis.php
** License **********************************************************
Copyright (c) 2008-2015 by Francesco Biccari.
This work (specified below) may be distributed and/or
modified under the conditions of the
LaTeX Project Public License,
either version 1.3 of this license or 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.
This work has the LPPL maintenance status 'maintained'.
The Current Maintainer of this work is Francesco Biccari.
The "Sapienza - University of Rome" logo is a registered
trademark of "Sapienza" university. The logo can be used
only according to the "Protocollo per l'uso del
marchio/logotipo e del sistema di identità visiva della
Sapienza" document available, with other information,
at the following link (in italian):
http://www.uniroma1.it/ateneo/chi-siamo/identit%C3%A0-visiva-e-marchio
In particular it can be used in the theses of "Sapienza"
university without explicit authorization.
** Class information ************************************************
Sapthesis is a LaTeX class to typeset theses that adhere to
"Sapienza - University of Rome"'s guidelines for publishing.
The supported types of theses are: Laurea, LaureaMagistrale,
Dottorato di Ricerca, Master di primo livello, Master di
secondo livello, TFA, Specializzazione.
It is compatible with two compilation methods:
pdflatex and xelatex.
The documentation is provided in the file sapthesis-doc.pdf.
The version number of this class is reported at the top of the
class file sapthesis.cls and in the pdf manual
sapthesis-doc.pdf.
** Installation instruction *****************************************
Sapthesis can be installed in 3 different ways:
1. The simplest way to install sapthesis is by the package manager
of your TeX distribution (TeX Live, MiKTeX or MacTeX).
2. Instead, if you want to install sapthesis manually, you have to
download the sapthesis.zip archive from CTAN or, better, from
the official sapthesis website
http://biccari.altervista.org/c/informatica/latex/sapthesis.php
The sapthesis.zip archive contains:
1. sapthesis.cls (main file)
2. sapthesis-doc.pdf (manual of sapthesis.cls)
3. sapthesis-doc.tex (source of the manual)
4. README (this file)
5. sapienza-MLred-pos.pdf (red university logo)
6. sapienza-MLblack-pos.pdf (black university logo)
7. examples folder with several examples of usage
8. sapthesis.bst (an english BibTeX style)
9. sapthesis.layout (sapthesis layout file for LyX)
You can simply copy sapthesis.cls and sapthesis.bst
together with sapienza-MLred-pos.pdf and
sapienza-MLblack-pos.pdf into your local work directory where
your thesis files will live.
3. The last possibility is copying the files of Sapthesis
(discussed in the previous point) into your texmf tree
(or your localtexmf tree) at these locations:
<texmf>/tex/latex/sapthesis/sapthesis.cls
<texmf>/tex/latex/sapthesis/sapienza-MLred-pos.pdf
<texmf>/tex/latex/sapthesis/sapienza-MLblack-pos.pdf
<texmf>/doc/latex/sapthesis/sapthesis-doc.pdf
<texmf>/doc/latex/sapthesis/sapthesis-doc.tex
<texmf>/doc/latex/sapthesis/examples/*.tex
<texmf>/doc/latex/sapthesis/README
<texmf>/bibtex/bst/sapthesis/sapthesis.bst
<texmf>/doc/latex/sapthesis/sapthesis.layout
Then, you need to update the file database.
|