ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Peter Rolf <peter.rolf@arcor.de>
Subject: "bug" in OC support
Date: Tue, 04 Nov 2003 12:11:01 +0100	[thread overview]
Message-ID: <3FA78945.8050203@arcor.de> (raw)

Hello all,

just a small fix for the Optional content (OC) support.
The keywords for the default state (visible or not) must be
changed to uppercase letters.

spec-fdf.tex:

def\flushPDFtextlayers
  {\ifx\PDFtextlayers\empty \else
  ...
    \doPDFaddtocatalog
       {/OCProperties
        << % display in menu
           /D  << /Order \!!stringa
                  /On    \!!stringb
 >                 ^^
 >                 /ON    \!!stringb
                  /Off   \!!stringc >>
 >                 ^^
 >                 /OFF   \!!stringc >>
           % used properties
           /OCGs \!!stringa >>}%


Thanks to Hans for implementing it. It works perfect and I love it...
Greetings,

  Peter

             reply	other threads:[~2003-11-04 11:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-04 11:11 Peter Rolf [this message]
2003-11-04 20:55 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FA78945.8050203@arcor.de \
    --to=peter.rolf@arcor.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).