Skip to content

Instantly share code, notes, and snippets.

@ranha
Created October 20, 2012 06:44
Show Gist options
  • Save ranha/3922400 to your computer and use it in GitHub Desktop.
Save ranha/3922400 to your computer and use it in GitHub Desktop.
latex
\documentclass{minimal}
\newread\file
\newcommand{\content}{}
\begin{document}
\immediate \typeout{here1}
\immediate\openin\file=http://404.org
\immediate \typeout{here2}
\immediate\read\file to \content
\immediate \typeout{here3}
\immediate\closein\file
\content
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment