Latex Tips

For online LaTex editor go to https://www.overleaf.com    

Online LaTex to html converter https://converter.app/latex-to-html/

     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %
    %This is how you comment code
    %
    % \underline{underlined_text}
    % \textit{Italic text}
    % \emph{Reverses to/from italic}

    % A blank line produces a new paragraph (new line)

   % \pagebreak

 


    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

To mark a rule you want to refer to you can use label such as -

 \label{subsec:conflicts}

You can then refer to it using -

\ref{subsec:conflicts} 

You can use 

sec: section
subsec: subsection

 

Comments

Popular posts from this blog

Revised Draft Rules

Latex Code 12/2/25

Members 6 - 9