Fixes for -args
This commit is contained in:
parent
1f4a1a7cd5
commit
713f265cde
|
@ -1248,7 +1248,7 @@ and specs =
|
||||||
" Speed over correctness with malformed documents");
|
" Speed over correctness with malformed documents");
|
||||||
("-control",
|
("-control",
|
||||||
Arg.String make_control_argv_and_parse,
|
Arg.String make_control_argv_and_parse,
|
||||||
" Use a control file");
|
" Use a control file. Deprecated. Use -args.");
|
||||||
("-merge",
|
("-merge",
|
||||||
Arg.Unit (setop Merge),
|
Arg.Unit (setop Merge),
|
||||||
" Merge a number of files into one");
|
" Merge a number of files into one");
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
%To document for next version:
|
%To document for next version:
|
||||||
% Anil's changes to output format of -list-annotations
|
% Anil's changes to output format of -list-annotations
|
||||||
% The new -open-at-page, -open-at-page-fit options
|
% The new -open-at-page, -open-at-page-fit options
|
||||||
|
% Add -args, clean up -control documentation
|
||||||
|
|
||||||
\documentclass[a4paper,makeidx]{memoir}
|
\documentclass[a4paper,makeidx]{memoir}
|
||||||
\usepackage{palatino}
|
\usepackage{palatino}
|
||||||
|
|
Loading…
Reference in New Issue