URL
https://opencores.org/ocsvn/phr/phr/trunk
Subversion Repositories phr
[/] [phr/] [trunk/] [doc/] [informe-tesis/] [template/] [Sothampton_University/] [templates/] [latex/] [ecsdocs/] [Report.tex] - Rev 272
Go to most recent revision | Compare with Previous | Blame | View Log
%% ---------------------------------------------------------------- %% Report.tex %% ---------------------------------------------------------------- \documentclass{ecsreport} % Use the Report Style \graphicspath{{../Figures/}} % Location of your graphics files \usepackage{natbib} % Use Natbib style for the refs. \hypersetup{colorlinks=true} % Set to false for black/white printing \input{Definitions} % Include your abbreviations %% ---------------------------------------------------------------- \begin{document} \frontmatter \title {An Investigation into \dots} \authors {\texorpdfstring {\href{mailto:S.R.Gunn@ecs.soton.ac.uk}{Steve R. Gunn}} {Steve R. Gunn} } \addresses {\groupname\\\deptname\\\univname} \date {\today} \subject {} \keywords {} \maketitle \begin{abstract} This work is all about \dots \end{abstract} \tableofcontents \listoffigures \listoftables \lstlistoflistings \listofsymbols{ll}{$w$ & The weight vector} \acknowledgements{Thanks to no one.} \dedicatory{To \dots} \mainmatter %% ---------------------------------------------------------------- \include{Introduction} \include{Conclusions} \appendix \include{AppendixA} \backmatter \bibliographystyle{ecs} \bibliography{ECS} \end{document} %% ----------------------------------------------------------------
Go to most recent revision | Compare with Previous | Blame | View Log