Tips for LaTeX

I summarize the tips for LaTeX usage. Hope these tips can help us to shorten the debug time

LaTeX commands

             \newcommand{\myNew}[3]{\mathcal{CN}(#1;#2,#3)}
        

To call the new command, simply put \myNew{x}{0}{\sigma^2}

      \begin{figure}
      %\label{fig:master} Doesn't work properly!
       \subfigure[]{figure1}
       \subfigure[]{figure2}
       \caption{the caption}
       \label{fig:master}
       \end{figure}
     

LaTeX Packages

Package hyperref