Name

DVICat - concatenate DVI files

Synopsis

dvicat [-v] [-q] [-o out.dvi] [in.dvi ...]

Description

DVICat concatenates DVI files, producing a single output DVI file. DVICat can cope with DVI files with different magnifications and units, scaling all of these to the same units as the first input file.

The -o flag introduces the output file name. All remaining file names on the command line are treated as input files. If no output file is specified on the command line, the output is written to the standard output. If no input files are specified on the command line, the input is read from the standard input.

Examples

DVICat can be used to concatenate a title page, document text, and index together:
dvicat -o output.dvi title.dvi text.dvi index.dvi

[Home] [Up]
Last modified on 12th February 2004 by angus@harlequin.co.uk