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

Subversion Repositories phr

[/] [phr/] [trunk/] [doc/] [informe-tesis/] [template/] [Sothampton_University/] [templates/] [latex/] [ecsdocs/] [Article.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
%% Article.tex
3
%% ----------------------------------------------------------------
4
\documentclass{ecsarticle}     % Use the Article 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
\mainmatter
31
%% ----------------------------------------------------------------
32
\section{Introduction} \label{Section:Introduction}
33
You probably found all the files from \cite{Gunn:2001:pdflatex}.
34
\tref{Table:tabex} illustrates the results of my work.
35
\begin{table}[!htb]
36
  \centering
37
  \begin{tabular}{cc}
38
  \toprule
39
  \textbf{Training Error} & \textbf{Testing Error}\\
40
  \midrule
41
 
42
  \bottomrule
43
  \end{tabular}
44
  \caption{The Results}
45
  \label{Table:tabex}
46
\end{table}
47
 
48
\fref{Figure:figex} shows why this is the case.
49
\begin{figure}[!htb]
50
  \centering
51
  \includegraphics[width=8cm]{figure}
52
  \caption{A colourful picture.}
53
  \label{Figure:figex}
54
\end{figure}
55
 
56
This page shows you a subfigure example in \fref{Figure:figsubex}.
57
\begin{figure}[!htb]
58
  \centering
59
  \subfigure[The left caption]{
60
    \includegraphics[width=4.2cm]{figure}
61
    \label{Figure:figsubex:left}
62
  }
63
  \subfigure[The right caption]{
64
    \includegraphics[width=4.2cm]{figure}
65
    \label{Figure:figsubex:right}
66
  }
67
  \caption{A doubly colourful picture.}
68
  \label{Figure:figsubex}
69
\end{figure}
70
%% ----------------------------------------------------------------
71
\section{Conclusions} \label{Section: Conclusions}
72
It works.
73
\acknowledgements{Thanks to no one.}
74
\backmatter
75
\bibliographystyle{ecs}
76
\bibliography{ECS}
77
\appendix
78
%% ----------------------------------------------------------------
79
\section{Stuff} \label{Section:Stuff}
80
The following gets in the way of the text....
81
\end{document}
82
%% ----------------------------------------------------------------

powered by: WebSVN 2.1.0

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