From c581c0efcec2202e4516d289b60b992b0cd5ca29 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 23 Apr 2014 21:38:00 +0000 Subject: ryethesis (23apr14) git-svn-id: svn://tug.org/texlive/trunk@33645 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ryethesis/Makefile | 2 +- .../texmf-dist/doc/latex/ryethesis/ryesample.pdf | Bin 213656 -> 213871 bytes .../texmf-dist/doc/latex/ryethesis/ryesample.tex | 3 +++ .../texmf-dist/doc/latex/ryethesis/ryethesis.pdf | Bin 223238 -> 223883 bytes 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc') 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 index 2f4e91c8659..0dbb10a8592 100644 Binary files a/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf and b/Master/texmf-dist/doc/latex/ryethesis/ryesample.pdf differ 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 index 7a83d4d5211..dc72ba7c607 100644 Binary files a/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf and b/Master/texmf-dist/doc/latex/ryethesis/ryethesis.pdf differ -- cgit v1.2.3