Index of /archives/text/CTAN/macros/latex/contrib/feupphdteses
Name Last modified Size Description
Parent Directory -
mymacros.tex 2013-03-10 05:39 273
feupphdteses.sty 2013-06-14 17:37 19K
Template_EN.tps 2013-06-16 04:29 1.5K
Template_EN.tex 2013-06-12 01:57 4.9K
Template_EN.tcp 2013-06-16 04:29 192
Template_EN.pdf 2013-06-16 04:29 218K
Resumo.tex 2013-03-12 19:53 150
References.bib 2013-04-24 22:55 2.2K
README 2013-04-24 21:17 3.4K
Quote.tex 2013-03-12 19:55 212
Publications.tex 2013-03-14 02:23 702
Intro.tex 2013-06-16 04:28 7.3K
IEEEtranSN.bst 2013-03-12 21:26 65K
IEEEtranN.bst 2013-03-13 00:39 62K
Figures/ 2013-06-16 03:50 -
Dedicatory.tex 2013-03-12 20:12 131
Conclusions.tex 2013-03-12 19:46 70
Chapter3.tex 2013-03-13 21:11 4.3K
Chapter2.tex 2013-06-16 04:13 11K
Appendix.tex 2013-06-16 03:51 6.3K
Acknow.tex 2013-03-12 19:57 185
Abstract.tex 2013-03-13 23:44 141
Abbs.tex 2013-03-14 02:07 264
%% FEUPPHDTESES Style for LaTeX README
%% Document Style `FEUP PhD Teses'
%% By Mario Saenz Espinoza
%% mario.espinoza at fe.up.pt
%% General Considerations:
%% - Uses BibTeX
%% - Uses MakeIndex
%% Make sure to specify those properties in the "Project/Properties" section of your LaTeX editor.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% TOP MATTER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Package options:
%% - prodeb/prodef/pdeqb/pdeec: choose a doctoral program
% PRODEB: Programa Doutoral em Engenharia Biomedica
% PRODEF: Programa Doutoral em Engenharia Fisica
% PDEQB: Programa Doutoral em Engenharia Quimica e Biologica
% PDEEC: Programa Doutoral em Engenharia em Electrotecnica e Computadores
%% - libre: for any kind of work that is not the PhD thesis (e.g. monografia, workplan, etc.)
%% - jury: copy for the Jury
%% - final: final copy
%% - onpaper: links are not shown (for paper versions)
%% - linenum: to include line numbers
%% - backrefs: include back references from bibliography to citation place
%% \graphicspath:
%% - Where the "Figures" folder is located. Save all your images in this folder
%% \include{mymacros}:
%% - Save all macros in this .tex file
%% \hyphenation:
%% - Set all the special hyphenation exceptions. Shouldn't be needed, but could be useful for the "Resumo"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% GENERAL INFORMATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% \author
%% - Your name
%% \title
%% - Title of your thesis
%% \supervisor
%% - Name of your Supervisor
%% \thesisdate
%% - Date of your thesis. Use only "month, year"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% CHAPTERS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Add your chapters, each in a sepparate .tex file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% BIBLIOGRAPHY
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This is tricky. There is a difference between 'bibliography' and 'references'. 'Bibliography' is all the literature you used in your research, whether you cited them explictly or not. 'References' are the specific entries you have cited and your work is referred to.
%% Therefore, if you are using 'Bibliography', the whole section in the main file ('Template_EN.tex') should look like this:
% \renewcommand{\bibname}{Bibliography}
% \phantomsection
% \addcontentsline{toc}{chapter}{Bibliography}
% \begin{singlespace}
% \nocite{*}
% \bibliographystyle{IEEEtranSN}
% \bibliography{References} % Bibliography/References [.bib file]
% \end{singlespace}
% \clearemptydoublepage
%% If you are using 'References':
% \renewcommand{\bibname}{References}
% \phantomsection
% \addcontentsline{toc}{chapter}{References}
% \begin{singlespace}
% \bibliographystyle{IEEEtranN}
% \bibliography{References} % Bibliography/References [.bib file]
% \end{singlespace}
% \clearemptydoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% APPENDIX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%Don't do anything except adding your "Appendix.tex" file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% OTHERS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% I hope you enjoy it! Keep up the good work. Bom trabalho.