diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-01 22:51:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-01 22:51:36 +0000 |
commit | 27246c049dae50cb3d8ab9fa00897ed1f1a6adf3 (patch) | |
tree | d810626f5d6f8f3c69d6a3f42ddf217b0d78af34 /Master/texmf-dist/tex/uplatex/base/utarticle.cls | |
parent | 577de775f005cfc786227f73276fbf19c012648e (diff) |
uplatex (1dec18)
git-svn-id: svn://tug.org/texlive/trunk@49301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/uplatex/base/utarticle.cls')
-rw-r--r-- | Master/texmf-dist/tex/uplatex/base/utarticle.cls | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/uplatex/base/utarticle.cls b/Master/texmf-dist/tex/uplatex/base/utarticle.cls index 271113c8991..ff677b9e080 100644 --- a/Master/texmf-dist/tex/uplatex/base/utarticle.cls +++ b/Master/texmf-dist/tex/uplatex/base/utarticle.cls @@ -16,7 +16,7 @@ %% File: ujclasses.dtx \NeedsTeXFormat{pLaTeX2e} \ProvidesClass{utarticle} - [2018/07/03 v1.8-u00 + [2018/10/25 v1.8a-u00 Standard upLaTeX class] \newcounter{@paper} \newif\if@landscape \@landscapefalse @@ -670,12 +670,14 @@ \hb@xt@\@pnumwidth{\hss\normalfont \normalcolor #5}% \par}% \fi} +\providecommand*\protected@file@percent{} \def\addcontentsline#1#2#3{% \protected@write\@auxout {\let\label\@gobble \let\index\@gobble \let\glossary\@gobble -\@temptokena{\rensuji{\thepage}}}% + \@temptokena{\rensuji{\thepage}}}% {\string\@writefile{#1}% - {\protect\contentsline{#2}{#3}{\the\@temptokena}}}% + {\protect\contentsline{#2}{#3}{\the\@temptokena}% + \protected@file@percent}}% } \newcommand{\tableofcontents}{% \section*{\contentsname |