summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/skrapport/skrapport.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/skrapport/skrapport.cls')
-rw-r--r--Master/texmf-dist/tex/latex/skrapport/skrapport.cls8
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: