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>,
	Willi Egger <context@boede.nl>
Subject: Re: Troubles with the \cldcontext command
Date: Tue, 2 Apr 2019 22:29:03 +0200	[thread overview]
Message-ID: <7f9b9c75-171c-3eb6-1aca-b08ae0fc0aab@gmail.com> (raw)
In-Reply-To: <C9E1B23B-A6F3-49B3-A2F1-2C87E96A78EC@boede.nl>

Willi Egger schrieb am 02.04.19 um 21:17:
> Hello!
> 
> I have the following code, which should manipulate the page number. However I get an error:
> 
> 
> MWE:
> 
> \setuppapersize [A6] [A6]
> 
> \setuppagenumbering[location=none]
> 
> \startsetups [Pagenumber]
>    \doifrightpageelse
>      {\cldcontext{"\letterpercent d",(\pagenumber+1)/2}}
>      {}
> \stopsetups
> 
> [...]
> 
> What do i miss here? I am stumid…

I guess %d wasn’t the right way to round the number, you can use

\startsetups [Pagenumber]
   \doifoddpageelse
     {\cldcontext{"\letterpercent.0f",(\pagenumber+1)/2}}
     {}
\stopsetups

or

\startsetups [Pagenumber]
   \doifoddpageelse
     {\cldcontext{"\letterpercent r",(\pagenumber+1)/2}}
     {}
\stopsetups

Search in cld-mkiv.pdf for formatters to find more options.

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
___________________________________________________________________________________

  reply	other threads:[~2019-04-02 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02 19:17 Willi Egger
2019-04-02 20:29 ` Wolfgang Schuster [this message]
2019-04-02 20:45 ` Willi Egger

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=7f9b9c75-171c-3eb6-1aca-b08ae0fc0aab@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=context@boede.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).