Last active
November 24, 2020 13:33
-
-
Save edgeboyo/1baf98351aadb60a02b07e5eabc68cdb to your computer and use it in GitHub Desktop.
Helpful LaTeX commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% -- new column type L | |
% -- allows for scaled multiline blocks of texts in regular tabular env | |
\newcolumntype{L}{>{\centering\arraybackslash}m{5.5cm}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% -- setting graphics to occupy the width of a page | |
\usepackage{graphics} | |
\usepackage{graphicx} | |
\includegraphics[width=\textwidth]{UML.png} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% -- 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