diff options
author | Norbert Preining <preining@logic.at> | 2012-05-07 01:43:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-07 01:43:41 +0000 |
commit | f4a9d1f71e58fc43eaada4e8f6c8c35954ea085c (patch) | |
tree | eedafe8403ef909aab84a2fc595d43c701a42752 | |
parent | 90abcf54673daa8683af83cc0ab62d3ab35463ab (diff) |
patch version number, include as uploaded to ctan
git-svn-id: svn://tug.org/texlive/trunk@26237 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty b/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty index 5febe065550..d52796df847 100644 --- a/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty +++ b/Master/texmf-dist/tex/latex/dot2texi/dot2texi.sty @@ -57,17 +57,14 @@ %% Copyright (C) 2007 by Will Robertson & Johannes Große \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{dot2texi}[2008/05/07 v3.0 Run dot2tex from LaTeX] +\ProvidesPackage{dot2texi}[2008/05/07 v3.0p1 Run dot2tex from LaTeX] \RequirePackage{moreverb} \RequirePackage{xkeyval}[2005/02/22] % -% fix for new moreverb -% this fix comes from +% fix for new moreverb according to the author of this file as state in % 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 +% fix included by Norbert Preining, renamed the version to v3.0p1 \@ifundefined{verbatim@out}{\newwrite\verbatim@out}{}% % \newif\ifdtt@ShellEscape |