2012-10-21から1日間の記事一覧
\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} \immedia…