-
Notifications
You must be signed in to change notification settings - Fork 1
/
guidaebooklatex.tex
65 lines (39 loc) · 1.06 KB
/
guidaebooklatex.tex
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
% !TEX encoding = UTF-8
% !TEX program = pdflatex
% !TEX root = guidaebooklatex.tex
\documentclass[b5paper,11pt,openany]{guidatematica}
\ProvidesFile{guidaebooklatex.tex}[2013/03/30 v.0.0.1 Generare ebook da sorgenti LaTeX]
\GetFileInfo{guidaebooklatex.tex}
\usepackage{guit}% \GuIT
\usepackage{cclicenses}
\definecolor{guitgreen}{rgb}{0,0.5,0}
\usepackage[
colorlinks=true,
linkcolor=blue,
citecolor = blue,
urlcolor = blue,
pdftitle={Da LaTeX ad ebook in tre semplici mosse},
pdfauthor={Pietro Giuffrida},
pdfsubject={Guida tematica del GuIT},
pdfkeywords={ebook, mobi, epub, reader}
]{hyperref}
\frenchspacing
\title{%
Da \LaTeX{} ad \textsl{ebook}\\
in tre semplici mosse}
\author{Pietro Giuffrida}
\date{\filedate{} --- \fileversion}
\begin{document}
\frontmatter
\maketitle
\scalebox{1.6}{\cc \ccby \ccnc \ccsa}
\newpage
\input{chapter/intro}
\newpage
\tableofcontents
\mainmatter
\input{chapter/latex2html}
\input{chapter/calibre}
%\backmatter
%
\end{document}