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
Post a Comment