我需要一个用于上传TeX
到在线 shell 的此处文档。我不希望外壳对内容做任何事情。以下 MWE 是我迄今为止管理过的最好的。
cat << EOF > /tmp/mytex
\documentclass{article}
\begin{document}
Test mathematics: $ 2^{10} = 1024$ works but
$e^{i\pi} = -1$ is mangled because no space follows the $e$.
"double" and 'single' quotes should be preserved too.
\end{document}
EOF