diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-01 21:49:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-01 21:49:41 +0000 |
commit | 57371c10139e0132aa7ab5898200199c35260e15 (patch) | |
tree | 568b57700d4bac7e9e3774185ebf0a6bf075e99f /Master/texmf-dist/doc/latex/fancyvrb | |
parent | 17acfec758887792af9599b43a1c4c0e618df29a (diff) |
more ^^
git-svn-id: svn://tug.org/texlive/trunk@16562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/t-fvrbex.tex | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/t-fvrbex.tex b/Master/texmf-dist/doc/latex/fancyvrb/t-fvrbex.tex index cc7a84ad372..928ebcb7627 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/t-fvrbex.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/t-fvrbex.tex @@ -52,7 +52,7 @@ \maketitle \RecustomVerbatimEnvironment{Verbatim}{Verbatim} - {gobble=2,commentchar=£,numbers=left,numbersep=3pt,frame=single} + {gobble=2,commentchar=^^a3,numbers=left,numbersep=3pt,frame=single} \section{\texttt{Example} environment} @@ -102,16 +102,16 @@ \begin{Verbatim} \begin{CenterExample}[frame=lines,numbers=left] - §HLaµFirst¶ verbatim line. - §HLbµSecond¶ verbatim line. - §HLCBWzµThird¶ verbatim line. + ^^a7HLa^^b5First^^b6 verbatim line. + ^^a7HLb^^b5Second^^b6 verbatim line. + ^^a7HLCBWz^^b5Third^^b6 verbatim line. \end{CenterExample} \end{Verbatim} \begin{CenterExample}[frame=lines,numbers=left] - §HLaµFirst¶ verbatim line. - §HLbµSecond¶ verbatim line. - §HLCBWzµThird¶ verbatim line. + ^^a7HLa^^b5First^^b6 verbatim line. + ^^a7HLb^^b5Second^^b6 verbatim line. + ^^a7HLCBWz^^b5Third^^b6 verbatim line. \end{CenterExample} \section{\texttt{SideBySideExample} environment} @@ -189,19 +189,19 @@ \begin{Verbatim} \fvset{frame=single,xrightmargin=5cm} \begin{PSideBySideExample}(-2,-1)(2,1) - \psellipse[linestyle=§HLCBWeµdashed¶](2,1) + \psellipse[linestyle=^^a7HLCBWe^^b5dashed^^b6](2,1) \end{PSideBySideExample} \begin{PSideBySideExample}[numbers=right](-2,-1)(2,1) - \psellipse[linestyle=§HLeµdotted¶](2,1) + \psellipse[linestyle=^^a7HLe^^b5dotted^^b6](2,1) \end{PSideBySideExample} \end{Verbatim} {\fvset{frame=single,xrightmargin=5cm} \begin{PSideBySideExample}(-2,-1)(2,1) - \psellipse[linestyle=§HLCBWeµdashed¶](2,1) + \psellipse[linestyle=^^a7HLCBWe^^b5dashed^^b6](2,1) \end{PSideBySideExample} \begin{PSideBySideExample}[numbers=right](-2,-1)(2,1) - \psellipse[linestyle=§HLeµdotted¶](2,1) + \psellipse[linestyle=^^a7HLe^^b5dotted^^b6](2,1) \end{PSideBySideExample} \else % If PSTricks is not available |