diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/unamthesis/UNAMThesis.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/unamthesis/UNAMThesis.sty | 46 |
1 files changed, 11 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/latex/unamthesis/UNAMThesis.sty b/Master/texmf-dist/tex/latex/unamthesis/UNAMThesis.sty index 80bc3f387a3..a48100e04c3 100644 --- a/Master/texmf-dist/tex/latex/unamthesis/UNAMThesis.sty +++ b/Master/texmf-dist/tex/latex/unamthesis/UNAMThesis.sty @@ -1,8 +1,8 @@ -%% UNAMThesis.sty 12/may/2011 +%% UNAMThesis.sty 16/may/2011 %% Copyright (c) 2008-2011 Julio A. Freyre-Gonzalez % Style for Universidad Nacional Aut\'{o}noma de M\'{e}xico theses (grad and undergrad) % UNAMThesis {Thesis: Universidad Nacional Aut\'{o}noma de M\'{e}xico}{11pt}{report} -\typeout{Thesis: Universidad Nacional Aut\'{o}noma de M\'{e}xico `UNAMThesis' <12 may 2011>.} +\typeout{Thesis: Universidad Nacional Aut\'{o}noma de M\'{e}xico `UNAMThesis' <16 may 2011>.} % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -35,13 +35,14 @@ %% %% % ChangeLog -% 12/may/2011 jfreyre v2.0 proved in LaTeX standard enviroment (first public release) -% 11/may/2011 jfreyre v1.9 Fixed bugs under LaTeX standard enviroment -% 27/ago/2008 jfreyre v1.8 add foreword environment and its command version (internal release) -% 4/ago/2008 jfreyre v1.7 add quotenat environment (internal release) -% 17/jul/2008 jfreyre v1.6 minor cosmetic fixes (internal release) -% 17/jun/2008 jfreyre v1.5 add cover page with logos and customization options (internal release) -% 12/feb/2008 jfreyre v1.0 original version (internal release) +% 16/may/2011 jfreyre v2.01 fix some typos +% 12/may/2011 jfreyre v2.0 proved in LaTeX standard enviroment (first public release) +% 11/may/2011 jfreyre v1.9 fix bugs under LaTeX standard enviroment +% 27/ago/2008 jfreyre v1.8 add foreword environment and its command version (internal release) +% 4/ago/2008 jfreyre v1.7 add quotenat environment (internal release) +% 17/jul/2008 jfreyre v1.6 minor cosmetic fixes (internal release) +% 17/jun/2008 jfreyre v1.5 add cover page with logos and customization options (internal release) +% 12/feb/2008 jfreyre v1.0 original version (internal release) %% % This style is designed to work with the report document style of LaTeX2e. % Usage: @@ -51,7 +52,7 @@ % Hence no doubleside option. % -\ProvidesPackage{UNAMThesis}[2011/05/12 v2.0 (J.A. Freyre-Gonzalez)] +\ProvidesPackage{UNAMThesis}[2011/05/16 v2.01 (J.A. Freyre-Gonzalez)] \RequirePackage{graphicx} \RequirePackage{setspace} @@ -132,31 +133,6 @@ \degreemonth{degreemonth undefined} \degreeyear{degreeyear undefined} -%% Define useful enviroments for math documents - -\newtheorem{theorem}{Theorem} -\newtheorem{acknowledgement}[theorem]{Acknowledgement} -\newtheorem{algorithm}[theorem]{Algorithm} -\newtheorem{axiom}[theorem]{Axiom} -\newtheorem{case}[theorem]{Case} -\newtheorem{claim}[theorem]{Claim} -\newtheorem{conclusion}[theorem]{Conclusion} -\newtheorem{condition}[theorem]{Condition} -\newtheorem{conjecture}[theorem]{Conjecture} -\newtheorem{corollary}[theorem]{Corollary} -\newtheorem{criterion}[theorem]{Criterion} -\newtheorem{definition}[theorem]{Definition} -\newtheorem{example}[theorem]{Example} -\newtheorem{exercise}[theorem]{Exercise} -\newtheorem{lemma}[theorem]{Lemma} -\newtheorem{notation}[theorem]{Notation} -\newtheorem{problem}[theorem]{Problem} -\newtheorem{proposition}[theorem]{Proposition} -\newtheorem{remark}[theorem]{Remark} -\newtheorem{solution}[theorem]{Solution} -\newtheorem{summary}[theorem]{Summary} -\newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}} - %% Define all the environments needed for the frontmatter %% The make* are command versions of every environment, %% useful to interface with Scientific Workplace |