repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
before and after version of hyphenchar test
[latex2e.git]
/
trunk
/
base
/
testfiles
/
tlb-verb-002.lvt
blob
b6460f93a7a71b8d98f500987f3e5be2c6c148a4
1
\documentclass{article}
2
\input{test2e}
3
4
\makeatletter
5
\def\verbatim@font{\normalfont}
6
\makeatother
7
8
% check that hyphenchar does not leak from verbatim
9
\begin{document}
10
11
\START
12
13
\showthe\hyphenchar\font
14
15
\begin{verbatim}
16
\end{verbatim}
17
18
\showthe\hyphenchar\font
19
20
\END
21
22
\end{document}