I am having trouble with creating a function - specifically nesting font formats within others.
For example, when I try to make a new function:
Code: Select all
\newcommand{secthead}[1]{{\center \Large \underline{#1}}}
Code: Select all
! Missing number, treated as zero.
<To be read again>
c
l.14 ...head[1]{\center \Large \underline{#1}}}
Thanks for the help!