diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty index 1e466a76d67..9c35143c98c 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty @@ -36,18 +36,18 @@ } }% AtBeginDocument \mdfsetup{ -startcode={\LWR@mdframedstart\LWR@origraggedright}, +startcode={\LWR@mdframedstart\LWR@print@raggedright}, endcode={\LWR@mdframedend}, -startinnercode={\LWR@startpars\LWR@origraggedright}, +startinnercode={\LWR@startpars\LWR@print@raggedright}, endinnercode={\LWR@stoppars}, } \newcommand*{\LWR@mdfprintcolor}[1]{% -\convertcolorspec{named}{\csuse{mdf@#1}}{HTML}\LWR@tempcolor% +\convertcolorspec{named}{\@nameuse{mdf@#1}}{HTML}\LWR@tempcolor% \LWR@origpound\LWR@tempcolor } \newcommand*{\LWR@mdfprintlength}[1]{% -\LWR@printlength{\csuse{mdf@#1@length}} +\LWR@printlength{\@nameuse{mdf@#1@length}} } \newcommand*{\LWR@mdframedstart}{% \LWR@traceinfo{LWR@mdframedstart start}% @@ -169,8 +169,8 @@ background: "}% span \begin{LWR@nestspan}% \IfNoValueTF{#2} -{\csuse{LWR@origmdf#1title}{#3}}% -{\csuse{LWR@origmdf#1title}[#2]{#3}}% +{\@nameuse{LWR@origmdf#1title}{#3}}% +{\@nameuse{LWR@origmdf#1title}[#2]{#3}}% \LWR@htmltagc{/span}% the following empty line is required \end{LWR@nestspan}% must follow the /span or an extra <p> appears |