-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBibbia.tex
executable file
·39 lines (31 loc) · 936 Bytes
/
Bibbia.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
\documentclass[10pt,a4paper]{report}
\usepackage{graphicx}
\usepackage[colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}
\usepackage{geometry}
\usepackage{bookmark}
\usepackage{wrapfig}
%\geometry{article}
\usepackage[ampersand]{easylist}
\hypersetup{
pdftitle={Analog Circuit Design},%
pdfauthor={Matteo Baldo},%
pdfsubject={Analog Circuit Design},%
pdfkeywords={},%
colorlinks=true,%
linkcolor=blue,%
linktocpage=true,%
pageanchor=true
}
\begin{document}
\input{Chapter0} % Intro page and index
%------------------------------------------------------------------------%
\input{info} % Reference to github page
%------------------------------------------------------------------------%
\input{Chapter1}
\end{document}