New commands can be defined as
\newcommand{\newtag}{your new command}
If you would like to pass arguments to the command it is possible as
\newcommand{\newtag}[1]{your new command, your argument is {#1}}
New commands can be defined as
\newcommand{\newtag}{your new command}
If you would like to pass arguments to the command it is possible as
\newcommand{\newtag}[1]{your new command, your argument is {#1}}
\newcommand{\signature}[2][5cm]{
\begin{tabular}
{@{}p{#1}@{}}
\hrule \\[0.05cm]
\centering{#2}
\end{tabular}
}
\flushright\noindent \signature{Firstname Lastname}