Skip to content

Instantly share code, notes, and snippets.

@edgeboyo
Last active November 24, 2020 13:33
Show Gist options
  • Save edgeboyo/1baf98351aadb60a02b07e5eabc68cdb to your computer and use it in GitHub Desktop.
Save edgeboyo/1baf98351aadb60a02b07e5eabc68cdb to your computer and use it in GitHub Desktop.
Helpful LaTeX commands
% -- new column type L
% -- allows for scaled multiline blocks of texts in regular tabular env
\newcolumntype{L}{>{\centering\arraybackslash}m{5.5cm}}
% -- setting graphics to occupy the width of a page
\usepackage{graphics}
\usepackage{graphicx}
\includegraphics[width=\textwidth]{UML.png}
% -- removed need for chapters in report class documents
\documentclass{report}
\renewcommand{\thesection}{\arabic{section}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment