How to get a value of a variable? For example, I need to add vertical space of a size defined by \topsep. How do I do it?
Thanks
General ⇒ value of a variable?
value of a variable?
Hi,
to get the value, use the \the command; i.e., use
in the body of your document and compile.
Edit: but, of course, you can achieve the vertical skip without knowing the actual value, using
to get the value, use the \the command; i.e., use
Code: Select all
\the\topset
Edit: but, of course, you can achieve the vertical skip without knowing the actual value, using
Code: Select all
\vspace{\topsep}
1,1,2,3,5,8,13,21,34,55,89,144,233,...