more
This commit is contained in:
parent
81e3970a0c
commit
d395085408
1
Changes
1
Changes
|
@ -1,5 +1,6 @@
|
||||||
2.5 (Upcoming 2022)
|
2.5 (Upcoming 2022)
|
||||||
|
|
||||||
|
o New operation -typeset will typeset a text file as a PDF
|
||||||
o New operation -table-of-contents makes table of contents from bookmarks
|
o New operation -table-of-contents makes table of contents from bookmarks
|
||||||
o When adding text or graphics, may choose CYMK or Grey instead of RGB
|
o When adding text or graphics, may choose CYMK or Grey instead of RGB
|
||||||
o Append e.g DUP2 to a page range to make 1,2,3 --> 1,1,2,2,3,3 etc.
|
o Append e.g DUP2 to a page range to make 1,2,3 --> 1,1,2,2,3,3 etc.
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
%Document -print-font-table
|
%Document -print-font-table
|
||||||
%Document NOT and DUP page ranges
|
%Document NOT and DUP page ranges
|
||||||
%Document new colourspaces for -add-text -add-rectangle
|
%Document new colourspaces for -add-text -add-rectangle
|
||||||
|
%Document -table-of-contents
|
||||||
|
%Document -typeset
|
||||||
\documentclass{book}
|
\documentclass{book}
|
||||||
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf etc.
|
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf etc.
|
||||||
\usepackage{comment}\excludecomment{cpdflib}\excludecomment{pycpdflib}
|
\usepackage{comment}\excludecomment{cpdflib}\excludecomment{pycpdflib}
|
||||||
|
|
Loading…
Reference in New Issue