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
/
required
/
tools
/
testfiles
/
tlb3722.lvt
blob
086825a6f13decba43ea04b7cd538090824e2344
1
% Test file for extended \endtabularx functionality
2
%
3
% Number: 3722
4
% Category: tools
5
%
6
7
8
\input{test2e}
9
10
\documentclass{article}
11
12
13
\usepackage{tabularx}
14
15
16
\newenvironment{zz}
17
{\tabularx{3cm}{|l|X|}\hline}
18
{\\\hline
19
\endtabularx
20
here
21
}
22
23
\showoutput
24
25
\begin{document}
26
27
\START
28
29
\AUTHOR{David Carlisle}
30
\PACKAGE{tabularx}
31
32
\begin{tabularx}{3cm}{|l|X|}
33
\hline
34
1&2\\
35
\hline
36
\end{tabularx}
37
38
39
\begin{zz}
40
1&2
41
\end{zz}
42
43
\end{document}