Skip to content

Instantly share code, notes, and snippets.

@vermiculus
Created July 1, 2014 12:11
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 vermiculus/a43d14bccd0ab1ae2e48 to your computer and use it in GitHub Desktop.
Save vermiculus/a43d14bccd0ab1ae2e48 to your computer and use it in GitHub Desktop.
% arara: xelatex
\documentclass{article}
\usepackage{fontspec}
\setmonofont{Courier}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily,
language=bash,
}
\begin{document}
\begin{lstlisting}
echo "Hello, World!"
\end{lstlisting}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment