ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: AW: Position of figures
Date: Mon, 25 Oct 1999 10:11:44 +0100	[thread overview]
Message-ID: <38141ED0.B53A8EB2@wxs.nl> (raw)
In-Reply-To: <0F3313EC125AD311981100105AB3A75D107998@N0795.mdf.fvbb.de>

"Haseloff, Lutz" wrote:

>         I have to put some graphics on the page. For instance an eagle is to
> place
>         1cm from the upper edge of paper and 2cm from the right edge of the
> paper.
> 
>         With:
>         \defineoverlay [adler] [{\externalfigure[adler] [width=2cm]}]
>         \setupbackgrounds [top][rightmargin] [background=adler]
>         i get it at the upper right corner of the paper.

I think in your case, using the page area is saver: 

\defineoverlay[adler][{\vskip2cm\hskip2cm\externalfi...}]
\setupbackgrounds[background=adler]

>         Another question:
>         Can i get ALL fields printable?
>         I have build a nice Fieldstack but when i print the document only
> the frame appears on the paper.
>         The \definefieldstack command ignores [option=printable].

No surprise, because the definition says:  

\def\dodofieldstack[#1][#2][#3]%
  {\bgroup
   ....
   \processcommalist[#2]\dododofieldstack
   \setupfield[#1][#3,\c!optie=\v!alleenleesbaar]%
   ....
   \egroup}

You can change    [\c!optie=\v!alleenleesbaar,#3] and recompile the
format. 

If this suits, I can change the definition, and also add a reset to be
sure. Let me know. 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


  reply	other threads:[~1999-10-25  9:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-25  5:57 Haseloff, Lutz
1999-10-25  9:11 ` Hans Hagen [this message]
     [not found] <0F3313EC125AD311981100105AB3A75D1079BC@N0795.mdf.fvbb.de>
1999-10-26  9:57 ` 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=38141ED0.B53A8EB2@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).