source: SMC4LRT/Outline.tex @ 3641

Last change on this file since 3641 was 3204, checked in by vronk, 11 years ago

restructuring the chapters
added chapter Structure of the work in the Introduction

File size: 3.7 KB
Line 
1% !TEX TS-program = pdflatex
2% !TEX encoding = UTF-8 Unicode
3
4% This is a simple template for a LaTeX document using the "article" class.
5% See "book", "report", "letter" for other types of document.
6
7\documentclass[11pt]{book} % use larger type; default would be 10pt
8
9\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
10
11\usepackage{url}
12\usepackage{hyperref}
13\hypersetup{colorlinks=true, linkcolor=black}
14%\usepackage{svn-multi}
15
16% Subversion Information
17%\svnidlong
18%{$HeadURL: $}
19%{$LastChangedDate: $}
20%{$LastChangedRevision: $}
21%{$LastChangedBy: $}
22%\svnid{$Id$}
23
24\usepackage{titlesec}
25\titlespacing*{\chapter}{0pt}{0.5in}{0.5in}
26
27%%% Examples of Article customizations
28% These packages are optional, depending whether you want the features they provide.
29% See the LaTeX Companion or other references for full information.
30
31%%% PAGE DIMENSIONS
32\usepackage{geometry} % to change the page dimensions
33\geometry{a4paper} % or letterpaper (US) or a5paper or....
34%\geometry{margin=1cm} % for example, change the margins to 2 inches all round
35\topmargin=-0.6in
36\textheight=700pt
37% \geometry{landscape} % set up the page for landscape
38%   read geometry.pdf for detailed page layout information
39
40\usepackage{graphicx} % support the \includegraphics command and options
41
42% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
43
44%%% PACKAGES
45\usepackage{booktabs} % for much better looking tables
46\usepackage{array} % for better arrays (eg matrices) in maths
47\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
48\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
49%\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
50% These packages are all incorporated in the memoir class to one degree or another...
51
52%%% HEADERS & FOOTERS
53\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
54\pagestyle{empty} % options: empty , plain , fancy
55\renewcommand{\headrulewidth}{0pt} % customise the layout...
56\lhead{}\chead{}\rhead{}
57\lfoot{}\cfoot{\thepage}\rfoot{}
58
59%%% SECTION TITLE APPEARANCE
60\usepackage{sectsty}
61\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
62% (This matches ConTeXt defaults)
63
64%%% ToC (table of contents) APPEARANCE
65\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
66%\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
67%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
68%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
69
70\usepackage{color}
71
72
73\input{utils}
74
75%%% END Article customizations
76
77%%% The "real" document content comes below...
78
79\title{SMC4LRT - Master Outline}
80\author{Matej Durco}
81%\date{} % Activate to display a given date or no date (if empty),
82         % otherwise the current date is printed
83
84\begin{document}
85\maketitle
86\newgeometry{top=0.8in,bottom=1in}
87%\addtocontents{toc}{\protect\enlargethispage{35mm}}
88\tableofcontents
89\restoregeometry
90
91\listoffigures
92\listoftodos
93
94
95\input{chapters/Introduction}
96
97\begin{comment}
98\input{chapters/Literature}
99
100\input{chapters/Definitions}
101
102\input{chapters/Data}
103
104\input{chapters/Infrastructure}
105
106\input{chapters/Design}
107
108\input{chapters/Implementation}
109
110\input{chapters/CMD2RDF}
111
112\input{chapters/Results}
113
114\input{chapters/Conclusion}
115\end{comment}
116
117
118\bibliographystyle{ieeetr}
119\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
120
121\appendix
122
123\input{chapters/appendix}
124
125
126\end{document}
Note: See TracBrowser for help on using the repository browser.