请问 我写个大论文100多页,我分章节写的 ,用\include合并的时候必须放一个文件夹吗?

2019-11-07 09:32发布

\includeonly{chapter2/chapter2} \begin{document} \begin{spacing}{1.5} \include{chapter2/chapt...

\includeonly{chapter2/chapter2} \begin{document} \begin{spacing}{1.5} \include{chapter2/chapter2} \include{chapter3/chapter3} \bibliographystyle{unsrt} \bibliography{chapter2/2}
5条回答
肯定不是必须的,只要能让系统找到就行。可是你这个 `\includeonly` 不是限定了只有`chapter2/chapter2` 才能被 `\include` 进来吗?

一周热门 更多>

相关问答