How can I set the length of 1ex? I tried \setlength{1ex}{4.40999pt} but I get errors.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
As already mentioned in the comments: ex is a font dependant value and you change it by changing
|
|||
|
|
exis a font-dependent unit of measurement. See Which measurement units should one use in LaTeX? and What are the various units (ex, in, pt, etc.) expressed in mm? – percusse Aug 12 '12 at 20:011exwhich is really impossible. – tohecz Aug 12 '12 at 20:12\fontdimen5to some value? – dıʞsdoʇ Aug 12 '12 at 21:06\fontdimenonly when the font has just been loaded into memory. With LaTeX it's very difficult unless the font is loaded before\documentclass. – egreg Aug 12 '12 at 22:26