1DVICONCAT(1) General Commands Manual DVICONCAT(1)
2
3
4
6 dviconcat - concatenate DVI files
7
9 dviconcat [ -m magnification ] [ -o outfile ] list of files
10
12 Dviconcat concatenates the named files (or standard input, if no file
13 names are given) onto the standard output or the given outfile, creatâ
14 ing a new DVI file usable by any of the TeX conversion programs, or
15 even by dviconcat itself.
16
17 The magnification of the output file is the same as that of the first
18 input file unless the -m option is given. When dviconcat changes the
19 magnification of any input file, it prints a warning to this effect.
20
22 Chris Torek, University of Maryland
23
25 dviselect(1), latex(1), tex(1)
26 MC-TeX User's Guide
27
29 The program should be called dvicat, but that name was taken (for the
30 driver for the C/A/T typesetter).
31
32
33
34 DVICONCAT(1)