ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Pablo Rodriguez <oinos@gmx.es>
Subject: Re: placing content in footers
Date: Sat, 11 May 2019 20:26:44 +0200	[thread overview]
Message-ID: <5e175be1-5e81-84dd-7a1b-f27cf5b095ac@gmail.com> (raw)
In-Reply-To: <c3a45800-cc55-61ba-27b9-62e654567801@gmx.es>

Pablo Rodriguez schrieb am 11.05.2019 um 16:35:
> Dear list,
>
> I have the following sample:
>
>      \setuppapersize[A8]
>      \setuppagenumbering
>          [alternative=doublesized]
>      \setupfootertexts
>          [even-right]
>          [even-left]
>          [odd-right]
>          [odd-left]
>          %~ [even-middle]
>          %~ [odd-middle]
>      \starttext
>      \mbox{}\page\mbox{}
>      \stoptext
Where did you learn to use \mbox?
> Is there any way to place content in the middle of doublesided footers,
> besides left and right contents?
\setuppagenumbering
   [alternative=doublesided]

\setupfootertexts
   [\doifoddpageelse{right page}{left page}]

\setupfootertexts
   [inner margin] [outer margin]
   [outer margin] [inner margin]

\starttext
%\dorecurse{2}{\dontleavehmode\page}
\dorecurse{2}{\page[dummy]}
\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2019-05-11 18:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-11 14:35 Pablo Rodriguez
2019-05-11 17:40 ` Henning Hraban Ramm
2019-05-12 12:30   ` Henning Hraban Ramm
2019-05-12 16:33     ` Pablo Rodriguez
2019-05-11 18:26 ` Wolfgang Schuster [this message]
2019-05-12 16:19   ` Pablo Rodriguez
2019-05-12 22:15     ` Alan Braslau

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=5e175be1-5e81-84dd-7a1b-f27cf5b095ac@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /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).