blob: debf41690e52cebff1ab57ef9ff6655fb2690134 (
plain)
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
|
*********************************************************************
* 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-2012 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/ufficiostampa/identita.php
In particular it can be used in the theses of "Sapienza"
university without explicit authorization.
** Class information ************************************************
Sapthesis is a LaTeX class to typeset PhD, Master and Bachelor
theses that adhere to "Sapienza - University of Rome"'s
guidelines for publishing.
It is compatible with two compilation methods:
pdflatex and xelatex.
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.
The documentation is provided in the file sapthesis-doc.pdf.
** Installation instruction *****************************************
The simplest way to install sapthesis is by the package manager
of your TeX distribution (TeX Live or MiKTeX).
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. sapthesis-example.pdf (a document example)
5. sapthesis-example.tex (source of the example)
6. README (this file)
7. sapienza-MLred-pos.pdf (red university logo)
8. sapienza-MLblack-pos.pdf (black university logo)
9. sapthesis.bst (an english BibTeX style)
The following files should end up in 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/sapthesis-example.pdf
<texmf>/doc/latex/sapthesis/sapthesis-example.tex
<texmf>/doc/latex/sapthesis/README
<texmf>/bibtex/bst/sapthesis/sapthesis.bst
Then, you need to update the file database.
Alternatively, 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.
|