Created
May 16, 2013 12:29
-
-
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.
This file contains hidden or 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
\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