tmwu Site Admin
註冊時間: 2003-03-03 文章: 1537
|
發表於: 星期一 七月 24, 2006 4:29 pm 文章主題: Re: a problem with cwTeX preprocessing |
|
|
When executing cwtex.exe, if you add an option -z=y,
then \z will become \y, and \Z become \Y.
This may avoid the conflict.
Alternatively, in the 2006.6.29 upgrade,
(see http://ccms.ntu.edu.tw/~ntut019/cwtex/cwtex.html)
I have created a batch file, called cwps.bat.
Instead of F9, F10, and F11, this batch file will
judge if you are typesetting a .ctx file or a .tex file.
If it is a .tex file, it will skip cwtex.exe,
call latex.exe directly, and then dvips.exe.
If the document is a .ctx file, it will call cwtex.exe first,
then latex.exe, and then dvips.exe.
This batch file is written with WinEdt in mind, but should
work for other editor. |
|