使用matlab-prettifier包时, 如何设置.m文件路径?

2019-12-24 22:58发布

文档中如是说,如果.m文件不在主文件目录下,应当如何设置? 想实现类似 \graphicspath 的效果 ![](https://pics.latexstudio.net/data/images/...

文档中如是说,如果.m文件不在主文件目录下,应当如何设置? 想实现类似 \graphicspath 的效果 ![](https://pics.latexstudio.net/data/images/201912/03d45777f713097.png) http://www.ctan.org/pkg/matlab-prettifier
1条回答
啸行 - 目前是一名 LaTeX 学徒
2019-12-24 23:02 .采纳回答
一般是借助于相对路径,例如 ``` ./sample.m ``` 表示当前路径下的 sample.m ``` ../sample.m ``` 表示上级目录的 sample.com ``` ./matlab/sample.m ``` 表示当前路径的 matlab 文件夹里的 sample.com 当然也可以设置路径,在 listings 包的手册里提过 ```tex \lstinputlisting{inputpath=} ``` 你自己将 path 改成你需要的就好 具体参考 listings.pdf 4.3.1 Searching for files

一周热门 更多>