blob: f3919f006b179e6a4e0f321295061da136167d03 (
plain)
1
2
3
4
5
6
7
8
9
|
% $Id$
% Public domain.
% Set Dvips' idea of available printiner memory to (effectively)
% infinite, to disable Dvips breaking the output into sections. Only
% works with dvips 5.993 (TeX Live 2013) and later. See the `Headers
% and memory usage' node in the manual.
%
m -1
|