From 9d7bc14f69e65d3edee3b625e7798a15d4e05194 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Oct 2016 20:39:07 +0000 Subject: gzt (25oct16) git-svn-id: svn://tug.org/texlive/trunk@42350 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/gzt/gztarticle.cls | 43 +++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/gzt/gztarticle.cls') diff --git a/Master/texmf-dist/tex/latex/gzt/gztarticle.cls b/Master/texmf-dist/tex/latex/gzt/gztarticle.cls index 514b5ab5688..2def242ff89 100644 --- a/Master/texmf-dist/tex/latex/gzt/gztarticle.cls +++ b/Master/texmf-dist/tex/latex/gzt/gztarticle.cls @@ -61,8 +61,8 @@ \ExplSyntaxOn \ProvidesExplClass {gztarticle} - {2016/06/10} - {0.95a} + {2016/10/24} + {0.95b} { SMF~class~for~the~French~journal^^J "La~Gazette~des~Math'ematiciens". @@ -1470,7 +1470,7 @@ \@ifpackagelater{biblatex}{2016/01/01}{% \tl_set:Nn \g__gzt_blx_given_first_inits_false_tl {% - \togglefalse{blx@giveninits}% + \togglefalse{abx@bool@giveninits}% } }{ \tl_set:Nn \g__gzt_blx_given_first_inits_false_tl @@ -2149,6 +2149,42 @@ /tcb/code={\appto\tcb@new@colopt{,before title={\fnum@figure\space\textendash{}\space}}}},% } \ExplSyntaxOn +\newpagestyle{__gzt_frontmatter_ps}[]{% + \widenhead*{\c__gzt_front_matter_extra_innermargin_dim}{\c__gzt_front_matter_extra_outermargin_dim} + \sethead% + [ + \tikz[remember~picture,overlay] {% + \g__gzt_frontmatter_page_headrule_tl% + \g__gzt_frontmatter_headtext_tl% + }% + ]% + []% + []% + {}% + { + \tikz[remember~picture,overlay] {% + \g__gzt_frontmatter_page_headrule_tl% + \g__gzt_frontmatter_headtext_tl% + }% + }% + {}% + % + \setfoot% + [\c__gzt_footer_size_font_tl\thepage]% + [% + \uppercase{\c__gzt_footer_string_tl} + ]% + [ + \c__gzt_footer_size_font_tl \c__gzt_compiled_string_tl\today + ]% + { + \c__gzt_footer_size_font_tl \c__gzt_compiled_string_tl\today + }% + {% + \uppercase{\c__gzt_footer_string_tl}% + }% + {\c__gzt_footer_size_font_tl\thepage}% +}% \AddEverypageHook{% \bool_if:NF {\g__gzt_advertisement_bool} { \tikz[remember~picture,overlay] { \g__gzt_background_footer_tl }% @@ -3023,7 +3059,6 @@ \NewDocumentCommand \C {} {\mathbb{C}} \NewDocumentCommand \K {} {\mathbb{K}} \ExplSyntaxOff - %% ---------------------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 -- cgit v1.2.3