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
Move a tag
[latex2e.git]
/
latex2e-20160201
/
base
/
testfiles
/
tlb4192.lvt
blob
bd0e9aaaad05e33cb3beafeb66cf3956caf8a8f7
1
\iffalse
2
3
Description of bug:
4
5
\inputencoding (package inputenc) set the catcode of @ to other, instead of keeping the current value. This could be problematic when inputting files.
6
7
\fi
8
9
10
\input{test2e}
11
12
\documentclass{article}
13
14
\usepackage[latin1]{inputenc}
15
16
\START
17
18
\makeatletter
19
\@empty
20
\showthe\catcode`@
21
\inputencoding{latin1}
22
\showthe\catcode`@
23
\@empty
24
25
\END