ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Re: pdfTeX questions
Date: Mon, 07 Jun 2004 19:40:41 +0200	[thread overview]
Message-ID: <40C4A899.3000600@wxs.nl> (raw)
In-Reply-To: <Pine.LNX.4.58.0406052140220.13012@gaston.free.fr>

Peter Münster wrote:

>On Mon, 31 May 2004, Patrick Gundlach wrote:
>  
>
>>>FitBH means, fit to width of bounding box. When reading text on the screen,
>>>the combination of FullScreen and FitBH seems to me optimal.
>>>      
>>>
>>I could not find anything like this in ConTeXt.
>>    
>>
>
>After a while of searching, I found in spec-fdf.tex the following lines:
>
>\def\PDFpageviewkey{  fit}
>\def\PDFpageviewwrd{ /Fit}
>\def\PDFpageview   {/View [\PDFpageviewwrd] }
>
>I changed /Fit to /FitBH and indeed, I get lines like this:
><</S /GoTo /D [0 /FitBH]>>
>in the pdf-file. When clicking on a link, I get into FitBH mode, but not at
>startup. Does anybody know a little bit more about PDF to get this working
>as in LaTeX?
>  
>
\setupinteraction[focus=fit|width|height|standard]

BH is not supported (yet)

\def\dosetuppageview#1%
  {\processaction
     [#1]
     [\v!passend=>\def\PDFpageviewkey{   fit}%
                  \def\PDFpageviewwrd{  /Fit},
   \v!minbreedte=>\def\PDFpageviewkey{  fitbh}%
                  \def\PDFpageviewwrd{ /FitBH},
      \v!breedte=>\def\PDFpageviewkey{  fith}%   
                  \def\PDFpageviewwrd{ /FitH},   
    \v!minhoogte=>\def\PDFpageviewkey{  fitbv}%   
                  \def\PDFpageviewwrd{ /FitBV},   
       \v!hoogte=>\def\PDFpageviewkey{  fitv}%   
                  \def\PDFpageviewwrd{ /FitV},   
    \v!standaard=>\def\PDFpageviewkey{   xyz\PDFpagexyzspec}%
                  \def\PDFpageviewwrd{  /XYZ\PDFpagexyzspec},
      \s!unknown=>\def\PDFpageviewkey{   fit}%
                  \def\PDFpageviewwrd{  /Fit}]%
   \edef\PDFpageview{/View [\PDFpageviewwrd]}}


you need to add the following to mult-con.tex first to get minheight supported 

                minhoogte: minhoogte                 minheight
                           minhoehe                  minvyska
                           altezzamin                inaltimeminima


so now we have minheight and minwidth; can you test that (only when it works i will move it to the driver module; such things were buggy in previous versions of acrobat) 

Hans 

Hans 

  reply	other threads:[~2004-06-07 17:40 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-31  9:07 Peter Münster
2004-05-31  9:56 ` Patrick Gundlach
2004-05-31 10:11   ` Patrick Gundlach
2004-05-31 12:09   ` Peter Münster
2004-05-31 12:53     ` Patrick Gundlach
2004-06-01 18:08       ` Hans Hagen
     [not found]         ` <m2n032tvs8.fs f@levana.de>
2004-06-02 18:05         ` Peter Münster
2004-06-17  8:48         ` Patrick Gundlach
2004-06-18 14:29           ` ConTeXt-Wiki (Was: Re: Re: pdfTeX questions) Holger Schöner
2004-06-20 14:12             ` ConTeXt-Wiki Patrick Gundlach
2004-06-21 14:39               ` ConTeXt-Wiki Holger Schöner
2004-06-22 15:55                 ` ConTeXt-Wiki Patrick Gundlach
2004-06-22 16:13                   ` ConTeXt-Wiki Matt Gushee
2004-06-22 17:00                     ` ConTeXt-Wiki Patrick Gundlach
2004-06-22 17:13                       ` ConTeXt-Wiki jimarin
2004-06-23  5:56                         ` Maurice Diamantin
2004-06-23  7:32                           ` ConTeXt-Wiki Patrick Gundlach
2004-06-28 16:52                             ` ConTeXt-Wiki Nagy Bence
2004-06-28 17:08                               ` Tobias Burnus
2004-06-23  8:51                           ` Tobias Burnus
2004-06-23 12:24                             ` Maurice Diamantin
2004-06-23 15:09                               ` ConTeXt-Wiki Patrick Gundlach
2004-06-23 16:59                                 ` SF project and docs (was: ConTeXt-Wiki) Henning Hraban Ramm
2004-06-24 14:13                                   ` Maurice Diamantini
2004-06-24 19:12                                     ` docs Henning Hraban Ramm
2004-06-24 19:34                                       ` docs Idris Samawi Hamid
2004-06-24 21:58                                         ` docs Henning Hraban Ramm
2004-06-25  6:21                                         ` docs Taco Hoekwater
2004-06-25 15:23                                           ` docs Idris Samawi Hamid
2004-06-24 19:42                                       ` docs William D. Neumann
2004-06-25  6:42                                         ` Hans political ConTeXt orientation request! Maurice Diamantini
2004-06-25 16:03                                           ` Hans Hagen
2004-06-26  9:46                                             ` Maurice Diamantini dom
2004-06-26  9:51                                             ` High level user macro (howto?) Maurice Diamantini dom
2004-06-28  9:18                                               ` Giuseppe Bilotta
2004-06-28 11:58                                                 ` Hans Hagen
2004-06-28 13:21                                                   ` Re[2]: " Giuseppe Bilotta
2004-06-28 14:04                                                     ` Hans Hagen
2004-06-28 15:06                                                       ` Re[2]: " Giuseppe Bilotta
2004-06-28  9:32                                               ` Taco Hoekwater
2004-08-10 12:02                                                 ` Peter Münster
2004-08-10 12:11                                                   ` Peter Münster
2004-08-10 12:35                                                     ` Vit Zyka
2004-08-10 13:47                                                       ` Peter Münster
2004-06-28  9:49                                               ` Patrick Gundlach
2004-06-28 15:34                                                 ` Maurice Diamantini
2004-06-28  8:40                                             ` Extending metapost Taco Hoekwater
2004-12-27 16:03                                               ` John Culleton
2004-12-27 19:17                                                 ` Patrick Gundlach
2004-12-28 10:04                                                 ` Taco Hoekwater
2004-06-25 16:11                                         ` docs Hans Hagen
2004-06-25 16:56                                           ` docs William D. Neumann
2004-06-25 18:04                                             ` docs Hans Hagen
2004-06-26 18:18                                             ` docs Hans Hagen
2004-06-23  8:56                           ` ConTeXt-Wiki Patrick Gundlach
2004-06-23 12:42                             ` ConTeXt-Wiki Maurice Diamantini
2004-06-23 14:54                               ` ConTeXt-Wiki Patrick Gundlach
2004-06-24 13:01                                 ` ConTeXt-Wiki Maurice Diamantini
2004-06-23  7:26                         ` ConTeXt-Wiki Patrick Gundlach
2004-06-23  8:55                         ` ConTeXt-Wiki Patrick Gundlach
2004-06-23 15:29                   ` ConTeXt-Wiki Holger Schöner
2004-06-06  7:24       ` Re: pdfTeX questions Peter Münster
2004-06-07 17:40         ` Hans Hagen [this message]
2004-06-07 20:40           ` Peter Münster
2004-05-31 10:07 ` Patrick Gundlach
2004-05-31 12:20   ` Peter Münster
2004-06-01 18:10     ` 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=40C4A899.3000600@wxs.nl \
    --to=pragma@wxs.nl \
    --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).