Posts

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...

Proposed Articles of Leicester Secular Society January 2026

1. NAME 1.1 The name of the Charity shall be Leicester Secular Society 2. LIMITED LIABILITY 2.1 The liability of the Members is limited to the amount, if any, unpaid on the Shares held by them. 3. OBJECTS 3.1 To carry on for the benefit of the community the education of the public in the subject of Secularism. 3.2 To further or benefit the residents of Leicester and Leicestershire, without distinction of sex, sexual orientation, race, caste or of political, religious or other opinions by associating together the said resi- dents and the local authorities, voluntary and other organisations in a common effort to advance education without reference to any transcendental or supernatural concepts and to provide facilities in the interests of social welfare for recreation and leisure time occupation with the objective of improving the conditions and opportunities of life for the residents 3.3 To promote an inclusive and plural society free from religious priv- ilege prejudice and discriminat...

Latex Code 4/1/2026

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     % 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}     \title{Proposed Articles of Leicester Secular Society}     \author{John Catt}     \date{January 2026}     \usepackage{graphicx}          \begin{document}     \renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}}     \renewcommand{\labelenumiii}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}}     \renewcommand{\labelenumiv}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}.\arabic{enumiv}}     \maketitle...