more
This commit is contained in:
parent
b472cb2ced
commit
61cb073ef5
|
@ -1553,7 +1553,7 @@ and specs =
|
|||
" Explicitly add a range");
|
||||
("-revision",
|
||||
Arg.Int setrevision,
|
||||
" Set the revision to read for the file just named.");
|
||||
"");
|
||||
("-change-id",
|
||||
Arg.Unit (setop ChangeId),
|
||||
" Change the file's /ID tag");
|
||||
|
@ -1950,7 +1950,7 @@ and specs =
|
|||
" Count pages");
|
||||
("-revisions",
|
||||
Arg.Unit (setop Revisions),
|
||||
" Count number of revisions");
|
||||
"");
|
||||
("-list-attached-files",
|
||||
Arg.Unit (setop ListAttachedFiles),
|
||||
" List attached files");
|
||||
|
@ -2044,6 +2044,8 @@ and specs =
|
|||
("-list-spot-colours",
|
||||
Arg.Unit (setop ListSpotColours),
|
||||
" List spot colours");
|
||||
("-squeeze", Arg.Unit setsqueeze, " Squeeze");
|
||||
("-squeeze-log-to", Arg.String setsqueezelogto, " Squeeze log location");
|
||||
(*These items are undocumented *)
|
||||
("-stay-on-error", Arg.Unit setstayonerror, "");
|
||||
("-extract-fontfile", Arg.Unit (setop ExtractFontFile), "");
|
||||
|
@ -2058,8 +2060,6 @@ and specs =
|
|||
("-debug", Arg.Unit setdebug, "");
|
||||
("-debug-crypt", Arg.Unit setdebugcrypt, "");
|
||||
("-fix-prince", Arg.Unit (setop RemoveUnusedResources), "");
|
||||
("-squeeze", Arg.Unit setsqueeze, "");
|
||||
("-squeeze-log-to", Arg.String setsqueezelogto, "");
|
||||
("-extract-text", Arg.Unit (setop ExtractText), "")]
|
||||
|
||||
and usage_msg =
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
%FIXME: Document -no-embed-font and encoding switch
|
||||
%Documents bates enhancements
|
||||
%Document -bates-at-range (must come after range given) and after -bates if
|
||||
%given
|
||||
%Docuement all uses of -fast and content stream sharing
|
||||
\documentclass{book}
|
||||
\usepackage{palatino}
|
||||
\usepackage{microtype}
|
||||
|
|
Loading…
Reference in New Issue