Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 2
mineure

13 Nov '17, 11:53

Pathe's gravatar image

Pathe
7.5k49207252

Voici une solution (il faut compiler deux fois) fois). \documentclass[border=5cm]{standalone} \makeatletter \AtEndDocument{% \setlength{\@tempdima}{.1\dimexpr\paperwidth-\sa@border@left-\sa@border@right\relax}% \@settopoint{\@tempdima}% \immediate\write\@mainaux{% \gdef\string\sa@border@left{\the\@tempdima}% \gdef\string\sa@border@right{\the\@tempdima}% }% \setlength{\@tempdima}{.1\dimexpr\paperheight-\sa@border@top-\sa@border@bottom\relax}% \@settopoint{\@tempdima}% \immediate\write\@mainaux{% \gdef\string\sa@border@top{\the\@tempdima}% \gdef\string\sa@border@bottom{\the\@tempdima}% }% } \makeatother \begin{document} \rule{200pt}{10pt} \end{document}
cliquez ici pour masquer/afficher la révision 1

16 Sep '17, 11:22

touhami's gravatar image

touhami
9.8k410

Voici une solution (il faut compiler deux fois) \documentclass[border=5cm]{standalone} \makeatletter \AtEndDocument{% \setlength{\@tempdima}{.1\dimexpr\paperwidth-\sa@border@left-\sa@border@right\relax}% \@settopoint{\@tempdima}% \immediate\write\@mainaux{% \gdef\string\sa@border@left{\the\@tempdima}% \gdef\string\sa@border@right{\the\@tempdima}% }% \setlength{\@tempdima}{.1\dimexpr\paperheight-\sa@border@top-\sa@border@bottom\relax}% \@settopoint{\@tempdima}% \immediate\write\@mainaux{% \gdef\string\sa@border@top{\the\@tempdima}% \gdef\string\sa@border@bottom{\the\@tempdima}% }% } \makeatother \begin{document} \rule{200pt}{10pt} \end{document}

C'est votre première visite ici ? Consultez la FAQ !

×