diff options
author | Norbert Preining <preining@logic.at> | 2012-05-07 01:30:40 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-07 01:30:40 +0000 |
commit | 90abcf54673daa8683af83cc0ab62d3ab35463ab (patch) | |
tree | 4652bd95e61d85a39c2e5f8a9bc0156bac61cfd3 /Master | |
parent | 8897348be3fc1e79df67326d347a1792f0086afa (diff) |
manually fix dot2texi.sty for new moreverb
git-svn-id: svn://tug.org/texlive/trunk@26236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty b/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty index 70d934e9f26..5febe065550 100644 --- a/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty +++ b/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty @@ -61,6 +61,15 @@ \RequirePackage{moreverb} \RequirePackage{xkeyval}[2005/02/22] +% +% fix for new moreverb +% this fix comes from +% https://groups.google.com/forum/?fromgroups#!topic/dot2tex-users/kbjZGRVT5SY +% and is suggested from the author of the package +% he mentioned that he will soon update his package, for the time +% being we fix it locally in TeX Live +\@ifundefined{verbatim@out}{\newwrite\verbatim@out}{}% +% \newif\ifdtt@ShellEscape %\newif\ifmiktex \miktexfalse \newif\ifdtt@ForceShellEscape \dtt@ForceShellEscapefalse |