source: SMC4LRT/Outline.tex @ 3680

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

adding Schema Matching info and application

File size: 3.1 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
10\usepackage{url}
11\usepackage{hyperref}
12\hypersetup{colorlinks=true, linkcolor=black}
13%\usepackage{svn-multi}
14
15% Subversion Information
16%\svnidlong
17%{$HeadURL: $}
18%{$LastChangedDate: $}
19%{$LastChangedRevision: $}
20%{$LastChangedBy: $}
21%\svnid{$Id$}
22
23\usepackage{titlesec}
24\titlespacing*{\chapter}{0pt}{0.5in}{0.5in}
25
26%%% Examples of Article customizations
27% These packages are optional, depending whether you want the features they provide.
28% See the LaTeX Companion or other references for full information.
29
30%%% PAGE DIMENSIONS
31\usepackage{geometry} % to change the page dimensions
32\geometry{a4paper} % or letterpaper (US) or a5paper or....
33%\geometry{margin=1cm} % for example, change the margins to 2 inches all round
34\topmargin=-0.6in
35\textheight=700pt
36% \geometry{landscape} % set up the page for landscape
37%   read geometry.pdf for detailed page layout information
38
39% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
40%%% HEADERS & FOOTERS
41\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
42\pagestyle{empty} % options: empty , plain , fancy
43\renewcommand{\headrulewidth}{0pt} % customise the layout...
44\lhead{}\chead{}\rhead{}
45\lfoot{}\cfoot{\thepage}\rfoot{}
46
47%%% SECTION TITLE APPEARANCE
48\usepackage{sectsty}
49\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
50% (This matches ConTeXt defaults)
51
52%%% ToC (table of contents) APPEARANCE
53\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
54%\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
55%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
56%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
57
58
59\input{utils}
60
61%%% END Article customizations
62
63%%% The "real" document content comes below...
64
65\title{SMC4LRT - Master Outline}
66\author{Matej Durco}
67%\date{} % Activate to display a given date or no date (if empty),
68         % otherwise the current date is printed
69
70\begin{document}
71\maketitle
72\newgeometry{top=0.8in,bottom=1in}
73%\addtocontents{toc}{\protect\enlargethispage{35mm}}
74\tableofcontents
75\restoregeometry
76
77\listoffigures
78\listoftodos
79
80\begin{comment}
81
82\input{chapters/Introduction}
83
84\input{chapters/Literature}
85
86\input{chapters/Definitions}
87\end{comment}
88\input{chapters/Data}
89
90\begin{comment}
91
92\input{chapters/Infrastructure}
93
94
95\input{chapters/Design_SMCschema}
96
97\input{chapters/Design_SMCinstance}
98\input{chapters/Results}
99
100\input{chapters/Conclusion}
101
102\end{comment}
103
104
105
106\bibliographystyle{ieeetr}
107\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb,../../2bib/distributed_systems,../../2bib/own,../../2bib/diglib,../../2bib/it-misc}
108
109\appendix
110
111%\input{chapters/appendix}
112
113
114\end{document}
Note: See TracBrowser for help on using the repository browser.