summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ryethesis/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-18 00:06:30 +0000
committerKarl Berry <karl@freefriends.org>2010-06-18 00:06:30 +0000
commit1cd867ef11ec5a4a1a5e94fefa0d17de9b630e65 (patch)
tree4e172150908a03d500ff09770a022cbd142a10df /Master/texmf-dist/doc/latex/ryethesis/README
parent1ce3ee2ff28a4ec21ca5ac6e1bafaa73930f5265 (diff)
ryethesis 1.1 (17jun10)
git-svn-id: svn://tug.org/texlive/trunk@19022 c570f23f-e606-0410-a88d-b1316a301751
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.