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
Update LuaTeX testfiles for ^@ change
[latex2e.git]
/
latex2e-20170101
/
base
/
testfiles
/
tlb-commaaccent-001.lvt
blob
7b72e27175127f7acbb4a2a52be40465d3002f9c
1
%
2
% Check \c{g} (Hironobu Yamashita)
3
4
\documentclass{article}
5
\usepackage{fontenc}
6
\input{test2e}
7
8
\begin{document}
9
10
\START
11
12
\setbox0\vbox{
13
14
\fontencoding{OT1}\selectfont
15
aa \c{g} aa
16
17
\fontencoding{T1}\selectfont
18
aa \c{g} aa
19
}
20
\showoutput
21
\showbox0
22
\box0
23
\end{document}
24