%\usepackage{smartdiagram} % initialise smart diagrams \usepackage{enumitem} % to manage the spacing between lists and enumeration \usepackage{fancyhdr} %, graphicx} %for header to be on each page \pagestyle{fancy} %for header to be on each page %\fancyhf{} \fancyhead[L]{} \fancyhea...
\renewcommand{\headrulewidth}{2pt} % adds horizontal line \renewcommand{\footrulewidth}{1pt} % add horizontal line (footer) %\renewcommand{\oddsidemargin}{2pt} % adjuct the margin spacing %\renewcommand{\pagenumbering}{roman} % change the numbering style %\renewcommand{\hoffset}{20pt} %\us...
%\usepackage{smartdiagram}%initialise smart diagrams \usepackage{enumitem}%to manage the spacing between listsandenumeration \usepackage{fancyhdr}%,graphicx}%forheader to be on each page \pagestyle{fancy}%forheader to be on each page %\fancyhf{} \fancyhead[L]{} \fancyhead[C]{} \fancyhe...
%\usepackage{smartdiagram} % initialise smart diagrams \usepackage{enumitem} % to manage the spacing between lists and enumeration \usepackage{fancyhdr} %, graphicx} %for header to be on each page \pagestyle{fancy} %for header to be on each page %\fancyhf{} \fancyhead[L]{} \fancyhea...
This document is an unofficial reference manual (version of May 2024) for LaTeX2e, a document preparation system. Short Table of Contents 1 About this document 2 Overview of LaTeX 3 Document classes 4 Fonts 5 Layout 6 Sectioning 7 Cross references 8 Environments 9 Line breaking 10 Page ...
\item lables of enumerations \item citation style and labeling. \end{itemize} %% insert the equation \begin{equation}\label{eq:einstein} E=\frac{mc^2}{1-\frac{v^2}{c^2}} \end{equation} %% insert figure % \listoffigures % create the figure list, no use for papers ...
footnotes \footnote{text, blah, blah} urls \usepackage{hyperref} Then: \url{www.example.com} enumerations Use\setcounter{enumi}{<value>}before anitemto change the value of an enumeration counter. To get different markers, \usepackage{enumitem} %Roman numbers \begin{enumerate}[label=\roman...
the content of the caption of a figure is printed, unless a short title is provided via the optional argument of the\sectionand\captioncommands. What happens when the label passed to\titlerefis unrelated to a title (for instance, when you put a label in a footnote, or an enumeration ...
\usepackage{float}\usepackage{enumitem}%For the marginoftheENUMERATION\usepackage{adjustbox}\usepackage{pdfpages}%forpdf \usepackage{mathptmx}%fortimesnewroman\usepackage{parskip}\theoremstyle{definition}\newtheorem{theo}{Theorem}\theoremstyle{definition}\newtheorem{prop}{Proposition}\theoremstyle{defin...
To produce this kind of enumerations, the prelude to the list has to be: #+ATTR_LATEX: :environment itemize* #+ATTR_LATEX: :options [itemjoin={,}, itemjoin*={, and }] Not again with enumerate* to 1. see if we can have labels, 2. that look pretty, 3. make sense, and 4. mak...