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
Typo
[latex2e.git]
/
latex2e-20151001
/
base
/
testfiles
/
tlb2404.lvt
blob
66717c320f38b55fde86784439f3c3bd4c569f04
1
%% David Carlisle
2
%% test for latex/2404 sf changes in verbatim messing up
3
%% spacing in headers.
4
5
6
% Input the test macros for LaTeX2e
7
\input{test2e}
8
9
\documentclass{report}
10
\textheight=5\baselineskip
11
%\frenchspacing
12
\makeatletter
13
\def\@oddhead{%
14
\typeout{sfcode=\the\sfcode`\.\space\space on page \thepage}%
15
a. b. c. x. y. z. a. b. c. x. y. z.\hfil}
16
17
\begin{document}
18
19
\START
20
21
aaaa
22
\clearpage
23
24
\begin{verbatim}
25
aa
26
aa
27
aa
28
aa
29
aa
30
aa
31
aa
32
aa
33
\end{verbatim}
34
35
bbbb
36
37
\clearpage
38
ccc
39
40
41
\END
42
\end{document}
43