Python 2.7 と LaTeX で Ubuntu サーバーを使用しており、この LaTeX コードをシェル コマンド pdflatex test.tex でコンパイルしようとしています。
\documentclass{article}
\usepackage{python}
\begin{document}
\begin{python}
print "Hello World"
\end{python}
\end{document}
両方を一緒に使用するのは初めてなので、非常に簡単ですが、次のエラーメッセージが表示されます。
(/usr/share/texmf/tex/latex/python/python.sty
Package: python 2007/06/07 v0.21 Python in LaTeX
\@out=\write3
\@module=\write4
) (./test.aux)
! I can't write on file `test.aux'.
\document ...ate \openout \@mainaux \jobname .aux
\immediate \write \@mainau...
l.5 \begin{document}
(Press Enter to retry, or Control-D to exit; default file extension is `.tex')
Please type another output file name:
! Emergency stop.
\document ...ate \openout \@mainaux \jobname .aux
それはおそらく許可の問題か何かですか?