-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain-en.tex
53 lines (49 loc) · 972 Bytes
/
main-en.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
\documentclass[oneside]{book}
\usepackage[T1]{fontenc}
\usepackage[left=20mm,top=20mm,right=20mm,bottom=20mm]{geometry}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{array}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{xcolor}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{cite}
\usepackage{hyperref}
\usepackage{soul}
\usepackage{listings}
\usepackage{algorithmic}
\usepackage{url}
\usepackage{float}
\graphicspath{%
{./pictures/}
{tutorial/pictures/}
{origdocs/pictures/}
{ref_guide/tools/attenuator_design/pictures/}
}
%
\author{Vadim Kuznetsov et al.}
\title{QUCS-S Manual}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\listoffigures
\listoftables
%
\mainmatter
%
\include{tutorial/tutorial.tex}
%
\include{ref_guide/ref_guide.tex}
%
% move things to appendix, to be reorder (or not) lately
%
\appendix
%
\include{origdocs/origdocs.tex}
%
\bibliographystyle{plain}
\bibliography{references}
\end{document}