|
ConTEXtSince WinEdt version 5.4 (Build 20040504) this is macro is already included in the default setup. DescriptionMacro to conveniently run ConTEXt. This macro lets you launch ConTEXt from within WinEdt 5.3 as conveniently as the other TEX accessories, i.e. with the possibility to run ConTEXt in the background, show any errors, run the viewer etc. Of course, this macro does not make any sense if you haven't got ConTEXt properly installed. InstallationPut the macro in %b\Exec\, and assign a shortcut to it in the Accessories menu, by creating a new Macro item: Exe("%b\Exec\ConTeXt.edt"); Hint: If you copy an existing menu item, e.g. the one for LaTEX, you only need to change the Macro to the above. OptionsAt the beginning of the file, you can set most of the options which you can set for the other TEX accessories in the TEX Configuration Wizard, namely:
and:
The macro will also recognize the \setupoutput command in your ConTEXt file, and will launch the appropriate viewer. DownloadMacro contributed by Robert <w.m.l
|