Skip to content

Instantly share code, notes, and snippets.

@danielchatfield
Last active November 14, 2015 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielchatfield/99680dcc7ed125f862f9 to your computer and use it in GitHub Desktop.
Save danielchatfield/99680dcc7ed125f862f9 to your computer and use it in GitHub Desktop.
LaTeX Snippets
% 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