diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-23 21:38:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-23 21:38:00 +0000 |
commit | c581c0efcec2202e4516d289b60b992b0cd5ca29 (patch) | |
tree | 78e77af1b9c755c6cd552e6e796630253c88218e /Master/texmf-dist/doc/latex | |
parent | 01ad29db02bf6feea44fbbe6cce1bb52c4dc4e93 (diff) |
ryethesis (23apr14)
git-svn-id: svn://tug.org/texlive/trunk@33645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/ryethesis/Makefile | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf | bin | 213656 -> 213871 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ryethesis/ryesample.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf | bin | 223238 -> 223883 bytes |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/ryethesis/Makefile b/Master/texmf-dist/doc/latex/ryethesis/Makefile index b08f4d996ca..6993fc56b9d 100644 --- a/Master/texmf-dist/doc/latex/ryethesis/Makefile +++ b/Master/texmf-dist/doc/latex/ryethesis/Makefile @@ -69,5 +69,5 @@ ryethesis.cls: Makefile ryethesis.ins ryethesis.dtx @$(LATEX) $(TEXMFFLAGS) ryethesis.ins || ( cat ryethesis.log; exit 1 ) ryethesis-$(VERSION).zip: ${FILES} ${TEXFILES} ${BIBFILES} ${FIGS} - zip $@ $^ + @rm -f ryethesis-*.zip; rm -rf ./ryethesis; mkdir ryethesis; cp $^ ryethesis; zip $@ ryethesis/*; rm -rf ./ryethesis; diff --git a/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf b/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf Binary files differindex 2f4e91c8659..0dbb10a8592 100644 --- a/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf +++ b/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf diff --git a/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex b/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex index 782c75742b8..54cfe376d37 100644 --- a/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex +++ b/Master/texmf-dist/doc/latex/ryethesis/ryesample.tex @@ -1,4 +1,7 @@ \documentclass[final,los,index,glossary,loa]{ryethesis} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amsthm} % % Note that this usage example is not an introduction to using LaTeX. You are highly recommended to check out Leslie Lamport's "LaTeX: A Document Preparation System". Please read through this file to get started using the ryethesis document class, including all comments! % diff --git a/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf b/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf Binary files differindex 7a83d4d5211..dc72ba7c607 100644 --- a/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf +++ b/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf |