blob: 534bfb95bcf3db5e8008f99e8357acc0f109b92e (
plain)
1
2
3
4
5
6
7
|
# todo
#
# this script will replace mptopdf and makempy
puts("This program is yet unfinished, for the moment it just calls 'mptopdf'.\n\n")
system("texmfstart mptopdf #{ARGV.join(' ')}")
|