Posts

Showing posts from March, 2026

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  

Latex Code 15/3/26

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     % Use www.overleaf.com (sign in as leic.sec.society@gmail.com )     %This is how you comment code     %     % \underline{underlined_text}      % \textit{Italic text}     % \emph{Reverses to/from italic}     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     \documentclass[12pt, a4paper]{article}     %\usepackage{blindtext}     \usepackage{librebaskerville} \usepackage{geometry}  \geometry{ a4paper,  total={170mm,257mm},  left=15mm,  top=12mm,  }     \title{\textbf{Proposed Articles of Leicester Secular Society}}     \date{March 2026}     \usepackage{graphicx}          \begin{document}     %\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}}     %\renewcommand{\labelenumiii}{\arabi...