This question is related to http://tex.stackexchange.com/questions/2218/how-to-create-a-newcommand-for-fontsize.
I would like to change the fontsize within \ul of the soul package. For example:
\newcommand{\mycfs}[1]{\fontsize{#1pt}{1.2#1pt}\selectfont}
\soulregister{\mycfs}{1}
\ul{{\mycfs{6} Size 6 font} Normal size font}
This error message occurs: ! Package soul Error: Reconstruction failed.
How can this be fixed?
