Skip to content

Instantly share code, notes, and snippets.

@phillord
Created May 16, 2013 12:29
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 phillord/5591380 to your computer and use it in GitHub Desktop.
Save phillord/5591380 to your computer and use it in GitHub Desktop.
Sometimes conferences ask for response to reviews, which they send as an email. So, you put the whole lot into a text file, and annotate it with your responses. All is going well, till you submit the response, then you discovered that, for no readily apparently reason, the conference insists of PDF. Here is my generic solution.
\documentclass{article}
\usepackage{alltt}
\begin{document}
\begin{alltt}
\input{reviews.txt}
\end{alltt}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment