diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-03 21:19:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-03 21:19:13 +0000 |
commit | 83495ceb0c238dbda8e2c21a65a590e12e4f9340 (patch) | |
tree | 838d4f1304b17be9c8bcd9d01f7a2a91bce31c47 /Master/texmf-dist/tex/latex/yathesis | |
parent | 6633e05bbca6835d38a404171aa1830026ca827b (diff) |
yathesis (3jun18)
git-svn-id: svn://tug.org/texlive/trunk@47914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/yathesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/yathesis/yathesis.cls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/yathesis/yathesis.cls b/Master/texmf-dist/tex/latex/yathesis/yathesis.cls index ac5743ffe79..7b7f4db257c 100644 --- a/Master/texmf-dist/tex/latex/yathesis/yathesis.cls +++ b/Master/texmf-dist/tex/latex/yathesis/yathesis.cls @@ -11,8 +11,8 @@ %% Released under the LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% ----------------------------------------------------------------------- -\def\fileversion{v0.99q} -\def\filedate{2018/05/04} +\def\fileversion{v0.99r} +\def\filedate{2018/06/02} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{yathesis}[\filedate\space\fileversion\space Yet another class for writing thesis (DB)] \RequirePackage{pgfopts}[2011/06/02]% @@ -2034,7 +2034,7 @@ (test {\ifnumcomp{\value{secnumdepth}}{>}{-1}} or (not bool {YAD@nonnumbered@chapter})) and test {\ifnumcomp{\value{chapter}}{>}{0}} }{% - \MakeUppercase\chaptername{}\ \thechapter.% + \MakeUppercase\chaptername{}\ \thechapter. }{% }% \chaptertitle% @@ -2044,7 +2044,7 @@ (test {\ifnumcomp{\value{secnumdepth}}{>}{0}} or (not bool {YAD@nonnumbered@section})) and test {\ifnumcomp{\value{chapter}}{>}{0}} }{% - \thesection.% + \thesection. }{% }% \sectiontitle% |