summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/skrapport/skrapport.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/skrapport/skrapport.tex')
-rw-r--r--Master/texmf-dist/source/latex/skrapport/skrapport.tex13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/skrapport/skrapport.tex b/Master/texmf-dist/source/latex/skrapport/skrapport.tex
index cfa502101d7..7d1eb847caa 100644
--- a/Master/texmf-dist/source/latex/skrapport/skrapport.tex
+++ b/Master/texmf-dist/source/latex/skrapport/skrapport.tex
@@ -99,7 +99,7 @@
% This is where the documentation begins
\begin{document}
% Change & version info
- \version{0.12g}
+ \version{0.12h}
\changes{0.01}{Initial version}
\changes{0.03}{Removed \cs{rd} and \cs{id}}
\changes{0.04}{Added \pkg{microtype} package}
@@ -126,6 +126,7 @@
\changes{0.12e}{Replace usage of deprecated \pkg{expl3} macros (thanks for the heads-up, Joseph Wright!)}
\changes{0.12f}{Fix incorrect usage of \pkg{xparse} macros}
\changes{0.12g}{Track \pkg{expl3} changes (thanks to Joseph Wright)}
+ \changes{0.12h}{Fix incompatibilities with recent \pkg{expl3}}
% Don't forget to update the version number and release date of
% the package declaration in the implementation!
@@ -634,7 +635,7 @@
\begin{MacroCode}{class}
\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}
\end{MacroCode}
\subsection{Messages}
@@ -1410,16 +1411,18 @@
\end{MacroCode}
\begin{macro*}{\@starttoc}[1]
{Table of contents extension}
+ \changes{0.12h}{Replaced use of deprecated \cs{c_job_name_tl}
+ with \cs{c_sys_jobname_str}}
\begin{MacroCode}{class}
\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: