PhD Report Class (phd-report.cls) 2.1.1 03/06/2004 PhD Report Class (phd-report.cls) 2.1.0 02/07/2003 ==================================================== This latex PhD Report class follows the thesis class described at http://wwwacs.gantep.edu.tr/guides/programming/latex/ThesisClass/. The PhD Report class is modified from the thesis class for the student to write PhD reports (written every 6 months after the PhD proficiency exam). The following is a list of example files (most of them are required) for writing a PhD report in Latex with phd-report.cls; They should be all contained in the zip file "PhdReportClass-2.1.0.tgz" phd-report.cls The phd report class file. phd-report.tex The phd report "driver". macros.tex (Optional) macro definitions. abstract.tex The phd report abstract in English. nomenclature.tex List of symbols used in the phd report. chapter1.tex Chapter 1 of the phd report. chapter2.tex Chapter 2 of the phd report. chapter5.tex Chapter 2 of the phd report. chapter6.tex Chapter 2 of the phd report. references.tex Your citations. appendixA.tex First appendix. publications.tex If you have any. figures/ A directory containing eps figures used in the example phd report. cleanup-phd-report-files A Linux shell script to clean up the directory (sometimes useful if latex gets confused). Note about versions ------------------- phd-report.cls-2.1.1 is the current (03/06/2004) version of the phd report class. You can find the latest version at: http://wwwacs.gantep.edu.tr/guides/programming/latex/PhdReportClass/ If you are latexing on the central linux server 'gul1' then you *dont* need a copy of phd-report.cls as the latest version will be available system-wide. If you are latexing elsewhere then you need to take a copy of phd-report.cls: rename phd-report-2.1.1.cls to phd-report.cls and copy it to your thesis or latex directory. History ------- phd-report.cls is a modification of and follows the thesis.cls file; for an account of the thesis.cls file history see: http://wwwacs.gantep.edu.tr/guides/programming/latex/ThesisClass/ phd-report.cls version 2.1.1 03/06/2004 changed website URL only. phd-report.cls version 2.1.0 02/07/2003 modified from thesis.cls version 2.1.0 01/07/2003. Compiling --------- To compile the example PhD report type: $ latex phd-report and again to get the cross-references: $ latex phd-report You can view the .dvi file with: $ xdvi phd-report.dvi I prefer: $ xdvi -s 9 phd-report.dvi or obtain a postscript output with: $ dvips phd-report.dvi -o phd-report.ps Contacts -------- For questions/comments/ideas contact: bidb@gantep.edu.tr system@gantep.edu.tr University of Gaziantep Copyright --------- You are free to copy and modify phd-report.cls as you like.