19 lines
415 B
TeX
19 lines
415 B
TeX
\pgfpagesdeclarelayout{boxed}
|
|
{
|
|
\edef\pgfpageoptionborder{0pt}
|
|
}
|
|
{
|
|
\pgfpagesphysicalpageoptions
|
|
{%
|
|
logical pages=1,%
|
|
}
|
|
\pgfpageslogicalpageoptions{1}
|
|
{
|
|
border code=\pgfsetlinewidth{2pt}\pgfstroke,%
|
|
border shrink=\pgfpageoptionborder,%
|
|
resized width=.95\pgfphysicalwidth,%
|
|
resized height=.95\pgfphysicalheight,%
|
|
center=\pgfpoint{.5\pgfphysicalwidth}{.5\pgfphysicalheight}%
|
|
}%
|
|
}
|