summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-23 15:53:36 +0000
committerKarl Berry <karl@freefriends.org>2011-12-23 15:53:36 +0000
commit86fedb4325f0b32892d54a81cbc3fb9e9a221b8e (patch)
tree994ca4605e60db1b1082b9f9e68675b5f79563bb /Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty
parent487851dc1f103e110667c4287eb8cc2a36b1565a (diff)
rm latex-tipps-und-tricks, no license info
git-svn-id: svn://tug.org/texlive/trunk@24924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty')
-rw-r--r--Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty
deleted file mode 100644
index 366302c2d55..00000000000
--- a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty
+++ /dev/null
@@ -1,20 +0,0 @@
-% M2VERB.STY
-\RequirePackage{verbatim}
-
-% Oeffnet/schliesst das Ausgabefile
-\newcommand*{\openfile}[2]
- {\expandafter\newwrite\csname verb@#2\endcsname
- \immediate\openout\csname verb@#2\endcsname #1}
-\newcommand*{\closefile}[1]
- {\immediate\closeout\csname verb@#1\endcsname}
-
-% Addiert den Inhalt dieser Umgebung zum File dazu
-\newenvironment{writefile}[1]
- {\@bsphack
- \let\do\@makeother\dospecials
- \catcode`\^^M\active \catcode`\^^I=12
- \def\verbatim@processline{%
- \immediate\write\csname verb@#1\endcsname
- {\the\verbatim@line}}%
- \verbatim@start}
- {\@esphack}