提问于:
浏览数:
2600
\begin{document}
\begin{spacing}{1.5}
\input{chapter1/chapter1}
\clearpage
\input{chapter2/2introduction}
\input{chapter2/2methods}
\input{chapter2/2results}
\input{chapter2/2discusion}
\clearpage
\input{chapter3/3introduction}
\input{chapter3/3methods}
\input{chapter3/3results}
\input{chapter3/3discussion}
\clearpage
\input{chapter4/chapter4}
\clearpage
\input{chapter5/chapter5}
\clearpage
\bibliographystyle{unsrt}
\bibliography{chapter1/1,chapter2/2,chapter3/3,chapter4/4,chapter5/5}
\end{spacing}
\end{document}
3 回答
1
把图片所在路径添加到 graphicspath 里,比如你的图片都在各章目录的 `fig` 下,那就:
```tex
\graphicspath{{chapter1/fig}{chapter2/fig}}
```
详细说明可以
```batch
texdoc graphicx
```
-
感谢 解答 – LG2019 2019-11-08 18:11 回复
1
一般来讲都是建立一个文件夹,把图片都放在那个文件夹里,然后用相对路径……
0
每章多带带运行也挺好。
回答: 2019-11-08 09:01
我感觉, 是不是 要把这些图片都放到一个文件家里面,那样就行了,我现在这个图片都在每个章节的文件夹里面,估计用相对路径不行啊。
回答: 2019-11-08 09:04
要不就给绝对路径。
回答: 2019-11-08 09:47
已解决,就是路径的事。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。