Tagged Questions
5
votes
3answers
129 views
LaTeX3: \dim_eval:n and e-TeX dimension expression
Why does the following code not yield the expected result 264pt? Are non-integers not allowed as factors in e-TeX dimension expressions?
\documentclass{article}
\usepackage{expl3}
\begin{document}
...
2
votes
2answers
127 views
LaTeX3: \dim_set:Nn with l3calc or calc type dimension expression
I am getting an error when I try to set a dimension register with a l3calc/calc type dimension expression using LaTeX3 \dim_set:Nn command. Even wrapping the whole expression into \dim_eval:n{} ...