diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-23 21:40:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-23 21:40:23 +0000 |
commit | db9dd963f8bb7e87f0913c3041e0665133f8e8b3 (patch) | |
tree | 8ceb0fa4b4497e7f5a99376f58ab7073280f463c /Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty | |
parent | 90fffe82619f702549289580dd7679442168c3c9 (diff) |
tudscr (23oct19)
git-svn-id: svn://tug.org/texlive/trunk@52503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty b/Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty index 8b80afb3fbf..d39afba7ae8 100644 --- a/Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty +++ b/Master/texmf-dist/tex/latex/tudscr/tudscrtutorial.sty @@ -14,7 +14,7 @@ %% %% TUD-Script -- Corporate Design of Technische Universitaet Dresden %% -%% 2019/08/27 v2.06d TUD-Script +%% 2019/10/23 v2.06e TUD-Script %% %% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2019 %% @@ -57,9 +57,9 @@ \fi% } \fi - \TUD@Version@Check{2019/08/27 v2.06d TUD-Script} + \TUD@Version@Check{2019/10/23 v2.06e TUD-Script} \endgroup -\NeedsTeXFormat{LaTeX2e} +\NeedsTeXFormat{LaTeX2e}[2019/10/01] \providecommand*\tudscrmail{hanisch.latex@outlook.com} \ifx\TUD@Class@Name\@undefined \PackageError{% @@ -82,7 +82,7 @@ }{} %%% From File: tudscr-manual.dtx \ProvidesPackage{tudscrtutorial}[% - 2019/08/27 v2.06d TUD-Script + 2019/10/23 v2.06e TUD-Script package (internal tutorials)% ] @@ -178,17 +178,6 @@ \RequirePackage{shellesc}[2016/06/07] \RequirePackage{pdftexcmds}[2016/05/21] \RequirePackage{scrwfile}[2013/08/05] -\RequirePackage{filecontents}[2011/10/08] -\begingroup% - \catcode`\*=11% - \catcode`\^^M\active% - \catcode`\^^L\active\let^^L\relax% - \catcode`\^^I\active% - \patchcmd{\filec@ntents}{% - \@latex@warning@no@line{Overwriting file `\@currdir#1'}% - }{}{}{\tud@patch@wrn{filec@tents}}% - \global\let\filec@ntents\filec@ntents% -\endgroup% \PassOptionsToPackage{hyperindex=false,colorlinks,linkcolor=blue}{hyperref} \PassOptionsToPackage{open,openlevel=0}{bookmark} \AfterPackage*{hyperref}{% @@ -1051,8 +1040,11 @@ \newcommand*\StandaloneFile{} \let\StandaloneFile\relax \newcommand*\StandaloneDate{} +\providecommand*\filec@ntents@silent{% + \let\@latex@warning@no@line\@gobble% +} \newcommand*\tud@tut@pre{% - \csuse{filecontents*}{\tud@tut@temp.tex}% + \csuse{filecontents*}[force,silent,nosearch]{\tud@tut@temp.tex}% } \newcommand*\tud@tut@post{% \csuse{endfilecontents*}% |