|
Je rencontre une erreur générée que je ne comprends pas et je ne vois vraiment pas comment y remédier. La commande % !TeX TS-program = lualatex \documentclass{article}% \ExplSyntaxOn \NewDocumentCommand{\geoPaperwidth}{}{148}% \NewDocumentCommand{\geoMarginLeftRight}{}{\fpeval{round(0.25 * \geoPaperwidth{},3)}}% \NewDocumentCommand{\geoLeft}{}{\fpeval{round(0.6 ∗ \geoMarginLeftRight{},3)}}% \ExplSyntaxOff \begin{document}% \ExplSyntaxOn geoMarginLeftRight = \geoMarginLeftRight \\ geoLeft = \geoLeft% \ExplSyntaxOff \end{document}% |
|
% !TeX TS-program = lualatex \documentclass{article} \NewDocumentCommand{\geoPaperwidth}{}{148} \NewDocumentCommand{\geoMarginLeftRight}{}{\fpeval{round(0.25 * \geoPaperwidth{},3)}} \NewDocumentCommand{\geoLeft}{}{\fpeval{round(0.6 * \geoMarginLeftRight{},3)}} \begin{document} geoMarginLeftRight = \geoMarginLeftRight geoLeft = \geoLeft \end{document} |