diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-25 22:11:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-25 22:11:22 +0000 |
commit | 360fd69fcc11e619361439a66e44dc038090e9c5 (patch) | |
tree | e61a87f2984c856e3d693c956be5a655cef10847 /Master/texmf-dist/source/latex/skrapport | |
parent | d46a477a39ac4ca8d3be7791662bcf2512e17553 (diff) |
skrapport (25jun16)
git-svn-id: svn://tug.org/texlive/trunk@41541 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/skrapport')
-rw-r--r-- | Master/texmf-dist/source/latex/skrapport/skrapport.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/skrapport/skrapport.tex b/Master/texmf-dist/source/latex/skrapport/skrapport.tex index 67dc64405e1..a7e51e7378a 100644 --- a/Master/texmf-dist/source/latex/skrapport/skrapport.tex +++ b/Master/texmf-dist/source/latex/skrapport/skrapport.tex @@ -1,6 +1,6 @@ %% skrapport Skånings rapportklass %% -%% Copyright (C) 2012-2015 by Simon Sigurdhsson <sigurdhsson@gmail.com> +%% Copyright (C) 2012-2016 by Simon Sigurdhsson <sigurdhsson@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -99,7 +99,7 @@ % This is where the documentation begins \begin{document} % Change & version info - \version{0.12e} + \version{0.12f} \changes{0.01}{Initial version} \changes{0.03}{Removed \cs{rd} and \cs{id}} \changes{0.04}{Added \pkg{microtype} package} @@ -124,6 +124,7 @@ \changes{0.12c}{Added german language option, fixed sectioning macros in \opt{twocolumn} mode} \changes{0.12d}{Added \opt{hanging-titles}, latin phrase macros. Load \pkg{isomath}. Don't load \pkg{icomma}. Use \cs{frenchspacing}} \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} % Don't forget to update the version number and release date of % the package declaration in the implementation! @@ -632,7 +633,7 @@ \begin{MacroCode}{class} \RequirePackage{expl3,l3keys2e,xparse,xstring,etoolbox} \ProvidesExplClass{skrapport}% - {2015/07/17}{0.12e}{stylish report document class} + {2016/06/25}{0.12f}{stylish report document class} \end{MacroCode} \subsection{Messages} @@ -2320,7 +2321,7 @@ \@textsuperscript{\normalfont\@thefnmark} } } - \RenewDocumentCommand\@makefntext{m+}{ + \RenewDocumentCommand\@makefntext{+m}{ \dim_set:Nn\parindent{1em}\noindent \hbox_to_wd:nn{1.8em}{ \hss\@textsuperscript{\normalfont\@thefnmark} @@ -3129,7 +3130,7 @@ \end{MacroCode} \end{macro*} \begin{MacroCode}{class} -\DeclareDocumentCommand\emph{m+}{ +\DeclareDocumentCommand\emph{+m}{ \ifmmode \text{\__skrapport_emphstyle: #1} \else @@ -3148,7 +3149,7 @@ \end{macro*} \begin{macro*}{\@makefntext} \begin{MacroCode}{class} -\DeclareDocumentCommand\@makefntext{m+}{ +\DeclareDocumentCommand\@makefntext{+m}{ \dim_set:Nn\parindent{1em}\noindent \hbox_to_wd:nn{1.8em}{\hss\@makefnmark} #1 |