I'd like to write a conditional based on the current font size in LaTeX, but I can't seem to find (via search engines, including in this site) a simple way to access the actual font size.
In pseudo-code, what I'm looking for would be like
\ifthenelse{\equals{\thefontsize}{12}}{do something}{do something else}
But I can't seem to get a hold on a variable that actually does contain the font size (e.g. 12 or 12pt). Is there a simple one available? (ideally a non '@' one)
\f@size?! – TeXnician Aug 22 '17 at 10:16