blob: b07fac3f3ea19b33f4f36439fcf48aad69e3fd43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
% $Id: tlpm.batch 164 2006-12-27 20:23:48Z tlu $
% sample TLPM batch file
% binary base
inst bin-tex bin-pdftex bin-tetex -d C:\TeX
% dvips
inst dvips bin-dvipsk
% fonts
inst lm cm pl cc-pl antt antp tex-gyre qfonts
inst bin-t1utils
% formats
inst plain mex enctex
% meta-stuff
inst metapost bin-metapost
inst metafont bin-metafont
% and custom logs
check -p > _miss_pkges.lst
check -f > _miss_files.lst
list -p -d > _inst_pkges.lst
list -f -d > _inst_files.lst
|