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
20170101 branch
[latex2e.git]
/
latex2e-20170101
/
base
/
testfiles
/
tlb-fixltx2e-002.lvt
blob
172b6b54a5a8a7ae589032aeec993cf9b5bcd62a
1
% fixltx2e should update formats that have been re-set vial latexrelease
2
3
\input{test2e}
4
5
\START
6
7
% robust
8
\show\(
9
\show\makebox
10
11
\OMIT
12
\RequirePackage[2014/01/01]{latexrelease}
13
\TIMO
14
15
% not robust
16
\show\(
17
\show\makebox
18
19
\OMIT
20
\documentclass{article}
21
\usepackage{fixltx2e}
22
\TIMO
23
24
% robust again
25
\show\(
26
\show\makebox
27
28
\END