mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
First dot leader implementation
This commit is contained in:
@@ -2922,7 +2922,7 @@ let specs =
|
||||
("-toc-no-bookmark",
|
||||
Arg.Unit settocnobookmark,
|
||||
" Don't add the table of contents to the bookmarks");
|
||||
("-toc-dot-leader",
|
||||
("-toc-dot-leaders",
|
||||
Arg.Unit (fun () -> args.dot_leader <- true),
|
||||
" Add a dot leader to TOC entries");
|
||||
("-typeset",
|
||||
|
Reference in New Issue
Block a user