Reference

Quick Reference for LaTeX.

Category

Other

License

Free to use (MIT)

File

01_document_structure/file.tex

file.texRead-only preview
% preamble
\documentclass{article}

\usepackage{comment}

\title{My first document}
\date{2020-07-01}
\author{Christopher}

% environment start
\begin{document}
	\pagenumbering{gobble}
	\maketitle
	\newpage
	\pagenumbering{arabic}
	
	Hello World!
% environment end
\end{document}

% comment section
\begin{comment}
	\command{option}
	
	Useful settings for pagenumbering:
    	gobble - no numbers
    	arabic - arabic numbers
    	roman  - roman numbers
\end{comment}
Preview
Reference preview
Reference LaTeX Template | Bibby | Bibby AI