OpenCores
URL https://opencores.org/ocsvn/phr/phr/trunk

Subversion Repositories phr

[/] [phr/] [trunk/] [doc/] [informe-tesis/] [template/] [Sothampton_University/] [templates/] [latex/] [ecsdocs/] [Report.tex] - Blame information for rev 278

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 110 guanucolui
%% ----------------------------------------------------------------
2
%% Report.tex
3
%% ----------------------------------------------------------------
4
\documentclass{ecsreport}      % Use the Report Style
5
\graphicspath{{../Figures/}}   % Location of your graphics files
6
\usepackage{natbib}            % Use Natbib style for the refs.
7
\hypersetup{colorlinks=true}   % Set to false for black/white printing
8
\input{Definitions}            % Include your abbreviations
9
%% ----------------------------------------------------------------
10
\begin{document}
11
\frontmatter
12
\title      {An Investigation into \dots}
13
\authors    {\texorpdfstring
14
             {\href{mailto:S.R.Gunn@ecs.soton.ac.uk}{Steve R. Gunn}}
15
             {Steve R. Gunn}
16
            }
17
\addresses  {\groupname\\\deptname\\\univname}
18
\date       {\today}
19
\subject    {}
20
\keywords   {}
21
\maketitle
22
\begin{abstract}
23
This work is all about \dots
24
\end{abstract}
25
\tableofcontents
26
\listoffigures
27
\listoftables
28
\lstlistoflistings
29
\listofsymbols{ll}{$w$ & The weight vector}
30
\acknowledgements{Thanks to no one.}
31
\dedicatory{To \dots}
32
\mainmatter
33
%% ----------------------------------------------------------------
34
\include{Introduction}
35
\include{Conclusions}
36
\appendix
37
\include{AppendixA}
38
\backmatter
39
\bibliographystyle{ecs}
40
\bibliography{ECS}
41
\end{document}
42
%% ----------------------------------------------------------------

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.