man > dviconcat(1)

```html

DVICONCAT(1)   General Commands Manual   DVICONCAT(1)

📛 NAME

dviconcat — concatenate DVI files

🚀 Quick Reference

Use CaseCommandDescription
🔗 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

📋 SYNOPSIS

dviconcat [ -m magnification ] [ -o outfile ] list of files

📖 DESCRIPTION

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.

🔧 -m option

Specify the magnification for the output DVI file. Overrides the magnification of the first input file.

✍️ AUTHOR

Chris Torek, University of Maryland

📚 SEE ALSO

🐛 BUGS

The program should be called dvicat, but that name was taken (for the driver for the C/A/T typesetter).


DVICONCAT(1)

```
dviconcat(1)
📛 NAME 🚀 Quick Reference 📋 SYNOPSIS 📖 DESCRIPTION
🔧 -m option
✍️ AUTHOR 📚 SEE ALSO 🐛 BUGS

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)
Valid XHTML 1.0 Transitional!Valid CSS!