summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ryethesis/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ryethesis/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/ryethesis/README')
-rw-r--r--macros/latex/contrib/ryethesis/README52
1 files changed, 52 insertions, 0 deletions
diff --git a/macros/latex/contrib/ryethesis/README b/macros/latex/contrib/ryethesis/README
new file mode 100644
index 0000000000..8ca78266f7
--- /dev/null
+++ b/macros/latex/contrib/ryethesis/README
@@ -0,0 +1,52 @@
+ Ryerson University Thesis Class
+
+ Copyright (C) 2009 by J.V. Lassaline <jvl@ryerson.ca>
+ -------------------------------------------------------
+
+ This file may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either version 1.3c
+ of this license or (at your option) any later version.
+ The latest version of this license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+ 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:
+
+ README
+ ryethesis.ins
+ ryethesis.dtx
+ ryethesis.pdf
+ ryesample.tex
+ ryesample.bib
+ ryesample.pdf
+ figure1.pdf
+
+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. 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.
+