Last active
November 14, 2015 20:06
-
-
Save danielchatfield/99680dcc7ed125f862f9 to your computer and use it in GitHub Desktop.
LaTeX Snippets
This file contains 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
% Allow utf8 in source | |
\usepackage[utf8]{inputenc} | |
% Allow abbreviations for SI units | |
\usepackage[load=abbr]{siunitx} | |
% Change range format from "1.2GHz to 1.3GHz" to "1.2-1.3GHz" | |
\sisetup{range-phrase=--,range-units=single} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment