-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.tex
More file actions
296 lines (268 loc) · 8.84 KB
/
book.tex
File metadata and controls
296 lines (268 loc) · 8.84 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
% $Id: book.tex,v 1.2 2005/04/13 08:28:24 loreti Exp $
%
% *** Add at the very end: \clearpage \enlargethispage
%
% Fonts: Lucida with expert collection [expert], scaled
% [lucidasmallscale].
\documentclass[12pt,a4paper,twoside]{book}
\usepackage[english,italian]{babel}
\usepackage[T1]{fontenc}
\usepackage[dvips]{graphicx,color}
\usepackage[centering,width=137mm,nomarginpar,ignoreheadfoot]{geometry}
\usepackage{amsmath,amssymb}
\usepackage[expert,lucidasmallscale]{lucidabr}
\usepackage{bsheaders}
\usepackage{indentfirst}
\usepackage{float}
\usepackage{lscape}
\usepackage{makeidx}
\usepackage{booktabs}
\floatstyle{ruled} % Declare a new
\restylefloat{table} % style for floats
\restylefloat{figure} % (tables and figures).
%%%%%%%%%% Redefine some style parameters (start) %%%%%%%%%%
\makeatletter
% 1) Supersedes a wrong definition of 'oldstylenums' for
% the Lucida fonts
\@ifpackageloaded{lucidabr}{
\renewcommand{\oldstylenums}[1]{%
\begingroup
\spaceskip\fontdimen\tw@\font
\usefont{OML}{hlcm}{\f@series}{it}%
\mathgroup\symletters #1%
\endgroup
}
}{}
% 2) [float.sty] Figure/table name in small-caps
\renewcommand\fs@ruled{\def\@fs@cfont{\scshape}\let\@fs@capt\floatc@ruled
\def\@fs@pre{\hrule height.8pt depth0pt \kern2pt}%
\def\@fs@post{\kern2pt\hrule\relax}%
\def\@fs@mid{\kern2pt\hrule\kern2pt}%
\let\@fs@iftopcapt\iftrue}
\renewcommand\floatc@ruled[2]{{\@fs@cfont #1}\ -\ #2\par}
% 3) [float.sty] Figure/table number with normal digits
\renewcommand{\thefigure}{{\normalfont\arabic{chapter}\alph{figure}}}
\renewcommand{\thetable}{{\normalfont\arabic{chapter}.\arabic{table}}}
% 4) [book.cls] Headers:
% - chapter and section names in small-caps;
% - page number with old-style digits;
% - chapter and section numbers with normal digits.
%
% The headers are defined with ps@headings (general); and
% explicitly redefined for the "Table of Contents", "List
% of Figures", "List of Tables" and "Index" environments.
\def\ps@headings{%
\let\@oddfoot\@empty\let\@evenfoot\@empty
\def\@evenhead{\oldstylenums{\thepage}\hfil\scshape\leftmark}%
\def\@oddhead{\scshape\rightmark\hfil\oldstylenums{\thepage}}%
\let\@mkboth\markboth
\def\chaptermark##1{%
\markboth {%
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\@chapapp\ {\normalfont\thechapter}\ -\ %
\fi
\fi
##1}{}}%
\def\sectionmark##1{%
\markright {%
\ifnum \c@secnumdepth >\z@
{\normalfont\thesection}\ -\ %
\fi
##1}}}
\renewcommand{\tableofcontents}{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter*{\contentsname
\@mkboth{\scshape\contentsname}{\scshape\contentsname}}%
\@starttoc{toc}%
\if@restonecol\twocolumn\fi}
\renewcommand{\listoffigures}{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter*{\listfigurename
\@mkboth{\scshape\listfigurename}{\scshape\listfigurename}}%
\@starttoc{lof}%
\if@restonecol\twocolumn\fi}
\renewcommand{\listoftables}{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter*{\listtablename
\@mkboth{\scshape\listtablename}{\scshape\listtablename}}%
\@starttoc{lot}%
\if@restonecol\twocolumn\fi}
\renewenvironment{theindex}
{\if@twocolumn
\@restonecolfalse
\else
\@restonecoltrue
\fi
\columnseprule \z@
\columnsep 35\p@
\twocolumn[\@makeschapterhead{\indexname}]%
\@mkboth{\scshape\indexname}{\scshape\indexname}%
\thispagestyle{plain}\parindent\z@
\parskip\z@ \@plus .3\p@\relax
\let\item\@idxitem}
{\if@restonecol\onecolumn\else\clearpage\fi}
% 5) [book.cls] Footers:
% - to use everywhere old-style digits for the page numbers,
% we need to redefine the "plain" page style too...
\def\ps@plain{\let\@mkboth\@gobbletwo
\let\@oddhead\@empty\def\@oddfoot{\reset@font\hfil
\oldstylenums{\thepage}
\hfil}\let\@evenhead\@empty\let\@evenfoot\@oddfoot}
% 6) [book.cls] \@pnumwidth is redefined (the default is
% 1.55em) to host larger digits for the page numbers in
% the TOC index. Also \l@chapter, l@section and so on
% are redefined with respect to the defaults, in order to
% host larger digits in the section/subsection numbers.
\renewcommand{\@pnumwidth}{2em}
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{2.0em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode \bfseries
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
\renewcommand*{\l@section}{\@dottedtocline{1}{2.0em}{2.8em}}
\renewcommand*{\l@subsection}{\@dottedtocline{2}{4.8em}{3.7em}}
\renewcommand*{\l@subsubsection}{\@dottedtocline{3}{8.5em}{4.1em}}
\renewcommand*{\l@paragraph}{\@dottedtocline{4}{12.6em}{5em}}
\renewcommand*{\l@subparagraph}{\@dottedtocline{5}{17.6em}{6em}}
\renewcommand*{\l@figure}{\@dottedtocline{1}{2.0em}{2.8em}} % default 1.5 2.3
% 7) [book.cls] Index parameters
\renewcommand{\subitem}{\@idxitem\quad}
\renewcommand{\subsubitem}{\@idxitem\quad\quad}
\makeatother
%%%%%%%%%% Redefine some style parameters (end) %%%%%%%%%%
% All other definitions: from "definitions.tex"
\input definitions
\raggedbottom
\pagestyle{empty}
\makeindex
\begin{document}
\frontmatter
\include{preambolo}
\include{prefazione}
\cleardoublepage
{\markboth{}{}
\pagestyle{empty}
~\vspace*{20mm}
\begin{flushright}
\fontfamily{hlcn}\fontseries{m}\fontshape{it}
\fontsize{12}{16}\selectfont
``Where shall I begin, please, your Majesty?'' he asked. \\
``Begin at the beginning,'' the King said, gravely, \\
``and go on till you come to the end: then stop.'' \\[2ex]
\fontsize{10}{12}\selectfont
Charles L.\ Dodgson (Lewis Carroll) \\
Alice in Wonderland (1865) \par
\end{flushright}}
\cleardoublepage
\mainmatter
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\include{chapter8}
\include{chapter9}
\include{chapter10}
\include{chapter11}
\include{chapter12}
\include{chapter13}
\appendix
\renewcommand{\thefigure}{{\normalfont\Alph{chapter}\arabic{figure}}}
\renewcommand{\thetable}{{\normalfont\Alph{chapter}.\arabic{table}}}
\include{chaptera}
\include{chapterb}
\include{chapterc}
\include{chapterd}
\include{chaptere}
\include{chapterf}
\include{tabelle} % Will be: Appendix G
%
% Appendix H: Bibliografia
%
\cleardoublepage
\chapter{Bibliografia}
\label{ch:g.biblio}
\noindent Per approfondire:
{ \setlength{\leftmargini}{\labelwidth}
\begin{enumerate}
\item Roger J.\ Barlow: \textit{Statistics: a guide to the
use of statistical methods in the physical sciences}
-- J.\ Wiley \& Sons, 1997
\item G.\ Cowan: \textit{Statistical data analysis} --
Oxford University Press, 1998 (ISBN 0-19-850155-2)
\item H.\ Cram\'er: \textit{Mathematical methods of
statistics} -- Princeton University Press, 1946
\item W.T.\ Eadie, D.\ Drijard, F.E.\ James, M.\ Roos e
B.\ Sadoulet: \textit{Statistical methods in
experimental physics} -- North-Holland Publishing
Company, 1971 (ISBN 0-7204-0239-5)
\item W.\ Feller: \textit{An introduction to probability
theory and its applications (3rd Ed.)} -- J.\ Wiley \&
Sons, 1970 (ISBN 0-471-25711-7)
\item R.A.\ Fisher: \textit{Statistical methods for
research workers} -- Oliver \& Boyd, 1954
\item H.\ Freeman: \textit{Introduction to statistical
inference} -- Addison-Wesley, 1963
\item M.G.\ Kendall e A.\ Stuart: \textit{The advanced
theory of statistics} -- Griffin \& Co., 1958
\item W.H.\ Press, S.A.\ Teukolsky, W.T.\ Vetterling e
B.P.\ Flannery: \textit{Numerical recipes in C} --
Cambridge University Press, 1992 (ISBN 0-521-43108-5)
\item M.R.\ Spiegel: \textit{Statistica} -- Collana
``Schaum'' -- McGraw-Hill, 1961 (ISBN 88-386-5000-4)
\item J.R.\ Taylor: \textit{Introduzione all'analisi degli
errori} -- Zanichelli, 1986 (ISBN 88-08-03292-2)
\item Particle Data Group: \textit{Review of particle
physics: reviews, tables, and plots - Mathematical
tools} -- \texttt{http://pdg.web.cern.ch/pdg/pdg.html}
\end{enumerate}
}
%
% Postamble
%
\cleardoublepage
{\markboth{}{}
\par\vspace*{50mm}\vfill
\begin{flushright}
\fontfamily{hlcn}\fontseries{m}\fontshape{it}
\fontsize{12}{16}\selectfont
In realt\`a un lavoro simile non termina mai. \\
Lo si deve dichiarare concluso quando, \\
a seconda del tempo e delle circostanze, \\
si \`e fatto il possibile. \\[2ex]
\fontsize{10}{12}\selectfont
Johann Wolfgang von Goethe \\
Italienische Reise (1789) \par
\end{flushright}}
\cleardoublepage
%
% Index
%
\addcontentsline{toc}{chapter}{\numberline{}Indice analitico}
\printindex
\end{document}