TeX
オンラインシェルにアップロードするためのヒアドキュメントが必要です。シェルに内容を処理させたくありません。次の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