Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1061.lvt
blob87cbd58b11eb44a46e1b0b31a48caa172e5fcf6b
1 %% test file for latex/1061
2 %% fboxsep setting `leaking out'
3 %%%
4 \input{test2e}
5 \documentclass{article} 
7 \begin{document} 
9 % load the fonts before the test starts.
10 aaa$a$
12 \START
13 \AUTHOR{Christian ROLLAND}
14 \ADDRESS{Christian.Rolland@irisa.fr}
15 \CLASS{article}
16 \showoutput
17 \newcommand{\cadre}[1]{% 
18 \setlength{\fboxrule}{3pt}% 
19 \setlength{\fboxsep}{2pt}% 
20 \fbox{% 
21 \setlength{\fboxrule}{1pt}% 
22 \setlength{\fboxsep}{20pt}% 
23 \fbox{\parbox{7cm}{#1}}}} 
27 \centerline{\cadre{aaa}} 
29 \end{document}