diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-01 00:43:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-01 00:43:41 +0000 |
commit | f4dcb1088d57a3c8ad7dc1f5cae3ddacead281ab (patch) | |
tree | f9f2c1b7aa4c8f158415ead09339c8c8e3ea173f /Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty | |
parent | 89d7c5540000a129b556953bd43d555d8fe923c2 (diff) |
more ^^ conversions, Elie Roux mail of 31 Dec 2009 10:09:17
git-svn-id: svn://tug.org/texlive/trunk@16556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty b/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty index 7a9a6167d18..f15067300ca 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty @@ -107,12 +107,12 @@ \parindent=0pt \multiply\topsep by 2 \VerbatimEnvironment -\begin{VerbatimOut}[codes={\catcode`\£=12\catcode`\§=12\catcode`\µ=12% - \catcode`\¶=12}]{\jobname.tmp}} +\begin{VerbatimOut}[codes={\catcode`\^^a3=12\catcode`\^^a7=12\catcode`\^^b5=12% + \catcode`\^^b6=12}]{\jobname.tmp}} \newcommand{\Below@Example}[1]{% -\VerbatimInput[gobble=0,commentchar=£,commandchars=§µ¶,numbersep=3pt]% +\VerbatimInput[gobble=0,commentchar=^^a3,commandchars=^^a7^^b5^^b6,numbersep=3pt]% {\jobname.tmp} -\catcode`\£=9\relax% +\catcode`\^^a3=9\relax% \NoHighlight@Attributes % To suppress possible highlighting \ifFvrbEx@Grid\vspace{5pt}\fi #1% @@ -123,7 +123,7 @@ \advance\@tempdimb -5mm \begin{minipage}[c]{\@tempdimb} \fvset{xrightmargin=0pt} - \catcode`\£=9\relax% + \catcode`\^^a3=9\relax% \NoHighlight@Attributes % To suppress possible highlighting #1 \end{minipage}% @@ -131,7 +131,7 @@ \advance\@tempdimb -\FV@XRightMargin \advance\@tempdimb 5mm \begin{minipage}[c]{\@tempdimb} - \VerbatimInput[gobble=0,commentchar=£,commandchars=§µ¶,numbersep=3pt, + \VerbatimInput[gobble=0,commentchar=^^a3,commandchars=^^a7^^b5^^b6,numbersep=3pt, xleftmargin=5mm,xrightmargin=0pt]{\jobname.tmp} \end{minipage}} \ifx\PSTricksLoaded\endinput |