forked from nepero27178/notes-quantum-computing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
60 lines (46 loc) · 1.75 KB
/
main.tex
File metadata and controls
60 lines (46 loc) · 1.75 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
\documentclass[11pt,a4paper,twoside,openright,titlepage,
headinclude,footinclude,BCOR=5mm,numbers=noenddot,
cleardoublepage=empty,abstracton,table,usenames,dvipsnames]{scrbook}
\input{misc/packages} % Packages
\input{misc/graphic setup} % Setups for graphics
\input{misc/definitions} % Definitions
% --- Graphics ---
% Fix Arsclassica TOC
\makeatletter
\renewcommand{\numberline}[1]{%
\hb@xt@\@tempdima{\@cftbsnum{#1}\@cftasnum\hfil}\@cftasnumb}
\makeatother
% Numbering within chapter
\numberwithin{equation}{chapter}
\numberwithin{figure}{chapter}
% Footnotes separator
\setlength{\skip\footins}{1cm}
% Version
% \newcommand{\version}{\( 1.0 \)}
% Bibliography
\addbibresource{misc/bibliography.bib}
% --- Compiler ---
\includeonly{
% misc/cover,
% misc/license,
% misc/intro,
% introduction to quantum computation/chapters/basis of quantum computing/basis of quantum computing,
% introduction to quantum computation/chapters/the deutsch-josza and grover's algorithms/the deutsch-josza and grover's algorithms,
introduction to quantum computation/chapters/shor's algorithm/shor's algorithm,
}
\begin{document}
%
\include{misc/cover}
\include{misc/license}
\include{misc/intro}
%
\pdfbookmark{\contentsname}{toc}
\tableofcontents % Toggle comment
% \part{Introduction to quantum computation} % Toggle comment
\include{introduction to quantum computation/chapters/basis of quantum computing/basis of quantum computing}
\include{introduction to quantum computation/chapters/the deutsch-josza and grover's algorithms/the deutsch-josza and grover's algorithms}
\include{introduction to quantum computation/chapters/shor's algorithm/shor's algorithm}
%
\printbibliography\nocite{*}
%
\end{document}