1 %% test file for latex/1061
2 %% fboxsep setting `leaking out'
5 \documentclass{article}
9 % load the fonts before the test starts.
13 \AUTHOR{Christian ROLLAND}
14 \ADDRESS{Christian.Rolland@irisa.fr}
17 \newcommand{\cadre}[1]{%
18 \setlength{\fboxrule}{3pt}%
19 \setlength{\fboxsep}{2pt}%
21 \setlength{\fboxrule}{1pt}%
22 \setlength{\fboxsep}{20pt}%
23 \fbox{\parbox{7cm}{#1}}}}
27 \centerline{\cadre{aaa}}