diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-14 21:08:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-14 21:08:31 +0000 |
commit | a9d0cf6f0db1b207a93d9783f4f39654a5fda8c1 (patch) | |
tree | 61603332a2962e955cc89741911069fe82a864eb /Master/texmf-dist/tex/latex/skrapport | |
parent | a6b5829b28e31661ed47531b08a01cb2864b290b (diff) |
skrapport (14sep17)
git-svn-id: svn://tug.org/texlive/trunk@45304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/skrapport')
-rw-r--r-- | Master/texmf-dist/tex/latex/skrapport/skrapport.cls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/skrapport/skrapport.cls b/Master/texmf-dist/tex/latex/skrapport/skrapport.cls index aec87aaf132..ec6be5bd69a 100644 --- a/Master/texmf-dist/tex/latex/skrapport/skrapport.cls +++ b/Master/texmf-dist/tex/latex/skrapport/skrapport.cls @@ -29,7 +29,7 @@ \RequirePackage{expl3,l3keys2e,xparse,xstring,etoolbox} \ProvidesExplClass{skrapport}% - {2017/01/08}{0.12g}{stylish report document class} + {2017/09/14}{0.12h}{stylish report document class} \msg_new:nnnn{skrapport}{option-deprecated}{Option~`#1'~deprecated!} {Please~use~`#2'~instead.} \msg_new:nnnn{skrapport}{option-no-effect}{Option~`#1'~deprecated!} @@ -462,12 +462,12 @@ \RenewDocumentCommand\@starttoc{m}{ \group_begin: \dim_zero:N\parskip - \file_if_exist:nT{\c_job_name_tl.##1}{ - \file_input:n{\c_job_name_tl.##1} + \file_if_exist:nT{\c_sys_jobname_str.##1}{ + \file_input:n{\c_sys_jobname_str.##1} } \if@filesw \iow_new:c{tf@##1} - \iow_open:cn{tf@##1}{\c_job_name_tl.##1} + \iow_open:cn{tf@##1}{\c_sys_jobname_str.##1} \fi \@nobreakfalse \group_end: |