我正在使用带有 Python 2.7 和 LaTeX 的 Ubuntu 服务器,我尝试使用 shell 命令编译这个 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
可能是权限问题还是其他什么?