This document is a rough guide for using the U of R dissertation template for Scientific Workplace users. Comments and questions may be mailed to Samuel at danthine.samuel@uqam.ca
1. Put all your dissertation chapters and files in one folder (say, mythesis) and put EconDissertationSW.tex in there, too.
2a. Rename reportsam2.cls as report.cls
2b. Find where report.cls is in the SW folder (should be something like ../tex/latex/base/report.cls, where ../ indicate the sw root
2c. rename the report.cls that is in there (so that you can revert changes later if you wish)
2d. place the newly saved (in step 2a) report.cls in that folder
3. Open each of your chapters in word processor like wordpad or notepad (choose the one that allows you to see best). Save them with a new name, chap1.tex, chap2.tex and chap3.tex.
4. The structure of these files is:
stuff
stuff
\begin{document}
\bibliographystyle{econometrica}
some title stuff
your document
\end{document}
you should delete everything up to and including
\begin{document}
then start the document by \title{Your Title}
then delete \end{document} and all that is after it.
In the end, all your files should start like this:
\title{Your Title}
\section{Introduction}
Nothing more..
Don’t forget to save!
Note: If things don’t format perfectly, one thing you will have to do is
check if the packages and definition that I summed up as “stuff”
above can be found at the top of EconDissertationSW.tex.
5. Open EconDissertationSW.tex in the same word
processor:
I have put comments which should help fill the form (these are after “%”)
Do not touch stuff before \begin{document}.
Fill in the Title page : title; your name; your advisor; the year (if it is not 2004)
Fill in the dedication page. If you do not want to make a dedication, delete all the elements in between %BEGIN DEDICATIONS PAGE and %END DEDICATIONS PAGE.
Fill in the CV page. Start all paragraphs with \noindent. Delete the \noindent you do not need (I have already put three).
Fill in the Acknowledgment page. Start all paragraphs with \noindent. Delete the \noindent you do not need (I have already put three).
Fill in the abstract page. Start all paragraphs with \noindent. Delete the \noindent you do not need (I have already put three). Be careful that we are allowed a maximum of 1xx words or so (check the number, I have forgotten it)
Do not touch the list of figures, list of tables and table of contents pages