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
/
tlb4182.lvt
blob
207ad1a0f35983a6840a70571e62c04aaed49940
1
% Test file for inputenc in xe/lua tex.
2
%
3
% Number: 4182
4
% Category: latex
5
% Synopsis: undefined inputenc characters are fragile
6
%
7
8
9
\documentclass{article}
10
11
\usepackage[ascii]{inputenc}
12
13
14
\begin{document}
15
\input{test2e}
16
17
\START
18
\AUTHOR{David Carlisle / Lars Hellstrom}
19
\PACKAGE{inputenc}
20
21
\tableofcontents
22
23
24
25
\section{Watch ^^c0 out!}
26
27
28
\end{document}