Skip to content

Instantly share code, notes, and snippets.

@bl4ck5un
Last active October 22, 2015 03:18
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 bl4ck5un/c2be055d7a64ef3f8ef6 to your computer and use it in GitHub Desktop.
Save bl4ck5un/c2be055d7a64ef3f8ef6 to your computer and use it in GitHub Desktop.
My LaTeX macros and etc.
% geometry
\usepackage[letterpaper]{geometry}
% code listing
\usepackage[usenames, dvipsnames]{xcolor}
\usepackage{listings}
\lstset{language=C++,
basicstyle=\ttfamily,
keywordstyle=\color{blue}\ttfamily,
stringstyle=\color{red}\ttfamily,
commentstyle=\color{OliveGreen}\ttfamily,
morecomment=[l][\color{magenta}]{\#}
}
\newcommand{\fan}[1]{\textcolor{red}{[\textsf{Fan: #1}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment