c*******o 发帖数: 1722 | 1 怎么可以象论文一样只编译其中的一部分?如果每次都全部编译
太慢了。或者其他的好办法也行。
另外,有很多示意图。应该用什么画? MetaPost,
MATLAB? |
s***t 发帖数: 195 | 2 xifg -> metapost -> mps
【在 c*******o 的大作中提到】 : 怎么可以象论文一样只编译其中的一部分?如果每次都全部编译 : 太慢了。或者其他的好办法也行。 : 另外,有很多示意图。应该用什么画? MetaPost, : MATLAB?
|
c*******o 发帖数: 1722 | 3 waiiiiit, more details pls. what about the first question.
in the meanwhile, i will google.
thanks a lot...
【在 s***t 的大作中提到】 : xifg -> metapost -> mps
|
c*******o 发帖数: 1722 | 4 在windows是不是用visio就已经很方便了?
【在 s***t 的大作中提到】 : xifg -> metapost -> mps
|
t*******s 发帖数: 220 | 5 把tex文件分成很多小文件
在主tex文件里用\input
只typeset你想要看的部分
其它的comment掉
【在 c*******o 的大作中提到】 : waiiiiit, more details pls. what about the first question. : in the meanwhile, i will google. : thanks a lot...
|
c*******o 发帖数: 1722 | 6 that's pretty much what i am doing now. thanks.
【在 t*******s 的大作中提到】 : 把tex文件分成很多小文件 : 在主tex文件里用\input : 只typeset你想要看的部分 : 其它的comment掉
|
l*****g 发帖数: 547 | 7 beamer 有一个命令,象includeonly 差不多。。。好像是
includeonlyframe..可以每次只编译你想要的。
【在 c*******o 的大作中提到】 : 怎么可以象论文一样只编译其中的一部分?如果每次都全部编译 : 太慢了。或者其他的好办法也行。 : 另外,有很多示意图。应该用什么画? MetaPost, : MATLAB?
|
c*******o 发帖数: 1722 | 8 thanks a lot. it works well. i like xfig very much.
【在 s***t 的大作中提到】 : xifg -> metapost -> mps
|
c*******o 发帖数: 1722 | 9 dunno if you guys use vim latex-suite or not.
if no, you should check it out. it is so neat.
in the visual mode, select the part you want to
compile and check for changes, do \ll (\ll is the
latex-suite command for compile, of cuase you can
configure what \ll really does). then only the
visually selected part will be compiled and you can
view it too by \lv (again, latex suite command).
it will automatically choose to use your original
preambles for the compile.
after you exit vim, latex-suite wi
【在 c*******o 的大作中提到】 : 怎么可以象论文一样只编译其中的一部分?如果每次都全部编译 : 太慢了。或者其他的好办法也行。 : 另外,有很多示意图。应该用什么画? MetaPost, : MATLAB?
|