我收到以下错误信息:
pdflatex: Not writing to ../chap1_langFormels/chap1_langFormels.aux (openout_any = p).
! I can't write on file `../chap1_langFormels/chap1_langFormels.aux'.
\@include ...\immediate \openout \@partaux #1.aux
\immediate \write \@partau...
l.45 ...de{../chap1_langFormels/chap1_langFormels}
项目树:
首先运行的主文件是 principal/techniquesCompilation.tex
./chap1_langFormels:
chap1_langFormels.tex x.log
./chap2_langRegulier:
chap2_langRegulier.tex
./chap3_langAlgebriques:
chap3_langAlgebriques.tex
./chap4_langRecEnumerables:
chap4_langRecEnumerables.tex
./principal:
structure.tex techniquesCompilation.bcf techniquesCompilation.log techniquesCompilation.run.xml x.tex
techniquesCompilation.aux techniquesCompilation.idx techniquesCompilation.pdf techniquesCompilation.tex
Latex 版本
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=latex)
restricted \write18 enabled.
%%%%%%%%%%%%% 根据 Ulrike Fischer 评论进行编辑
- 如果我改变包括经过输入
也尝试过移动章节进入主要的文件夹如下图所示:
ls -R .: chap1_langFormels chap3_langAlgebriques structure.tex techniquesCompilation.bcf techniquesCompilation.log techniquesCompilation.tex chap2_langRegulier chap4_langRecEnumerables techniquesCompilation.aux techniquesCompilation.idx techniquesCompilation.pdf x.tex
./chap1_langFormels: chap1_langFormels.aux chap1_langFormels.tex x.log
./chap2_langRegulier: chap2_langRegulier.tex
./chap3_langAlgebriques: chap3_langAlgebriques.tex
./chap4_langRecEnumerables: chap4_langRecEnumerables.tex
无论如何,都会收到以下错误消息:
(../chap1_langFormels/chap1_langFormels.tex
Chapitre 1.
! LaTeX Error: File `' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3 \chapter{Préambule}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
?
如果我继续使用包括而不是输入我仍然收到与上述相同的错误消息。