Dear Jonathan
Ah, at last. Many thanks. (I think the conflict with Edmac is likely to
prove insuperable - but I'm glad you put me on to the correct
documentation - which I obviously read once but had completely lost track
of.)
Best wishes
John
- Original Message -
From: "Jonath
Good afternoon all,
I am trying to encrypt a PDF while retaining the bookmarks and have
discovered pdftk eats said bookmarks. :(
So I discovered the existence of the pdfcrypt but now I get:
! Package pdfcrypt Error: No driver for encryption support found.
See the pdfcrypt package documentation f
I have reported this a few month ago but since it has not been fixed, I
thought that it may have been forgotten. Try running xelatex on this minimal
example:
\documentclass{article}
\usepackage{fontspec}
\defaultfontfeatures{Numbers=OldStyle,Mapping=tex-text}
\setmainfont{Junicode}
\begin{doc
It seems that expl3 puts an extra , and this fixes the problem:
\ExplSyntaxOn
\DeclareDocumentCommand \defaultfontfeatures {m} {
\tl_set:Nn \g_fontspec_default_fontopts_tl {#1}
}
\ExplSyntaxOff
instead
\ExplSyntaxOn
\DeclareDocumentCommand \defaultfontfeatures {m} {
\tl_set:Nn \g_font
On 17-02-2011 3:05, Michael Joyner wrote:
I am trying to encrypt a PDF while retaining the bookmarks and have
discovered pdftk eats said bookmarks. :(
Strange! I use PDFtk frequently and it never eats my bookmarks.
So I discovered the existence of the pdfcrypt but now I get:
! Package p