文档中如是说,如果.m文件不在主文件目录下,应当如何设置? 想实现类似 \graphicspath 的效果 ![](https://pics.latexstudio.net/data/images/201912/03d45777f713097.png) http://www.ctan.org/pkg/matlab-prettifier

1 回答1

1
一般是借助于相对路径,例如 ``` ./sample.m ``` 表示当前路径下的 sample.m ``` ../sample.m ``` 表示上级目录的 sample.com ``` ./matlab/sample.m ``` 表示当前路径的 matlab 文件夹里的 sample.com 当然也可以设置路径,在 listings 包的手册里提过 ```tex \lstinputlisting{inputpath=<path>} ``` 你自己将 path 改成你需要的就好 具体参考 listings.pdf 4.3.1 Searching for files

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。