blob: f88d58e6da1919a7cf2a551037fc9104d37f60a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@echo off
rem This batch demonstrates the MNU program features.
rem This is a more complicated example which demonstrates
rem a emTeX configuration used in CSTeX package.
rem See the EXAMPLES.DOC file or execute this batch and try.
rem The individual applications don't work because this is the demonstration
rem only and these applications are not installed correctly.
%COMSPEC% /e:1300 /c texset csPLAIN PlainT^eX %1 %2
|