From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2303 Path: main.gmane.org!not-for-mail From: Anders Alstrin Newsgroups: gmane.comp.tex.context Subject: Re: Controling zoom factor in pdfdoc. Date: Wed, 14 Jun 2000 19:23:34 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3947CDA6.C2752A9B@forprint.se> References: <3.0.6.32.20000613210701.0175adf0@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035393093 7739 80.91.224.250 (23 Oct 2002 17:11:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:11:33 +0000 (UTC) Original-To: "ntg-context@ntg.nl" Xref: main.gmane.org gmane.comp.tex.context:2303 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2303 Hans Hagen wrote: > At 03:59 PM 6/13/2000 +0100, Anders Alstrin wrote: > >I donīt really know if this is a context question or PDFtex config > >question so sorry if this mail is OT. > > > >The win98 Acrobat reader web browser plug-in has an bug that > >renderīs the font wrong in default zoom factor. > >My question is if I can control this inside my *.tex doc or in > >pdftex.cfg? > > > >I tryed to set "pdfdest fit" in pdftex.cfg but it didnt do anything. > >I even tryīd to ad \pdfdest[fit] in my *.tex doc but that didnīt work > >ether. > > What happens if you launch the document full screen? > > \setupinteraction[state=start] > \setupinteractionscreen[option=max] That seems to fix it.. Strange thing? Thanks.