summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ryethesis/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ryethesis/README')
-rw-r--r--Master/texmf-dist/doc/latex/ryethesis/README28
1 files changed, 19 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/ryethesis/README b/Master/texmf-dist/doc/latex/ryethesis/README
index b07ee75034b..8ca78266f7c 100644
--- a/Master/texmf-dist/doc/latex/ryethesis/README
+++ b/Master/texmf-dist/doc/latex/ryethesis/README
@@ -13,30 +13,40 @@
and version 1.3c or later is part of all distributions of LaTeX
version 2008/05/04 or later.
-This is a class definition for formatting a thesis, dissertation or project subject to
-Ryerson University School of Graduate Studies policy. The following files are provided:
+This is a class definition for formatting a thesis, dissertation or
+project subject to Ryerson University School of Graduate Studies
+policy. The following files are provided:
README
ryethesis.ins
ryethesis.dtx
- ryethesis.cls
ryethesis.pdf
ryesample.tex
ryesample.bib
ryesample.pdf
figure1.pdf
-To re-create the class file 'ryethesis.cls',
+To create the class file 'ryethesis.cls',
run LaTeX on the install file 'ryethesis.ins'.
To re-create the class and usage documentation 'ryethesis.pdf',
run LaTeX on the file 'ryethesis.dtx'.
-For a sample thesis using most of the available options, see 'ryesample.tex'.
-This LaTeX file will include a figure 'figure1.pdf', which requires that you use
-pdflatex, xelatex, or similar. Run BiBTeX to process the cited references from
-the file 'ryesample.bib'. You will also need to recreate the nomenclature, glossary,
-and index. See 'ryesample.tex' for details or examine the output log messages.
+For a sample thesis using most of the available options, see
+'ryesample.tex'. This LaTeX file will include a figure 'figure1.pdf',
+which requires that you use pdflatex, xelatex, or similar. Run BiBTeX
+to process the cited references from the file 'ryesample.bib'. You
+will also need to recreate the nomenclature, glossary, and index. See
+'ryesample.tex' for details or examine the output log messages. Using
+pdflatex, the sequence of commands is:
+
+pdflatex ryesample
+bibtex ryesample
+makeindex -s nomencl.ist -o ryesample.nls ryesample.nlo
+makeindex ryesample
+makeglossaries ryesample
+pdflatex ryesample
+pdflatex ryesample
Feel free to send bug reports to the author above.