DVICONCAT(1) General Commands Manual DVICONCAT(1)
dviconcat — concatenate DVI files
| Use Case | Command | Description |
|---|---|---|
| 🔗 Concatenate multiple DVI files | dviconcat file1.dvi file2.dvi > output.dvi |
Merge DVI files to standard output |
| 📁 Specify output file | dviconcat -o output.dvi file1.dvi file2.dvi |
Merge DVI files into a named output file |
| 🔍 Change magnification | dviconcat -m 1000 file1.dvi file2.dvi |
Merge DVI files with a forced magnification |
| 📥 Read from stdin | cat file1.dvi file2.dvi | dviconcat |
Merge DVI files piped from standard input |
dviconcat [ -m magnification ] [ -o outfile ] list of files
Dviconcat concatenates the named files (or standard input, if no file names are given) onto the standard output or the given outfile, creating a new DVI file usable by any of the TeX conversion programs, or even by dviconcat itself.
The magnification of the output file is the same as that of the first input file unless the -m option is given. When dviconcat changes the magnification of any input file, it prints a warning to this effect.
Specify the magnification for the output DVI file. Overrides the magnification of the first input file.
Chris Torek, University of Maryland
The program should be called dvicat, but that name was taken (for the driver for the C/A/T typesetter).
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-03 16:17 @216.73.216.51
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)