blob: 9cf5348fab1d085539d9890b347863db35f87b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
|
-------:|:--------------------------------------
script:| mk - a TeX and LaTeX maker
type:| bash
author:| Wybo Dekker
email:| wybo@dekkerdocumenten.nl
version:| 3.07
license:| GNU General Public License
mk is a Bash script that, in close collaboration with vpp (short for
View and Print PDF/PostScript), is helpful in the cyclic process of
editing, compiling, viewing, and printing a tex document. Essentially,
mk uses texi2dvi for compilation, vpp for viewing and printing. Any
TeX formatter can be handled, with the exception of those starting
with ht (such as httex and htlatex) and context (handle those with
texexec).
Recent changes:
Changes with respect to version 3.06:
- Option --doublesided removed; vpp does not need them anymore
|