blob: 59e2a571d4fb9064129850431c9a22d0b9b0af8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
%
% Keywords begin with an @ in the first column. The value follows on the next
% line and includes everything up to next keyword line, except for comments
% which are lines that begin with % in the first column.
%
@manualfeed
statusdict begin
/manualfeedtimeout 300 def
/manualfeed true def
end
@ledgertray
statusdict begin
ledgertray
end
|