ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl>
To: ntg-context@ntg.nl
Cc: Henning Hraban Ramm <texml@fiee.net>
Subject: Re: \definemeasure / \dimexpr
Date: Sun, 13 Nov 2022 15:31:09 +0100	[thread overview]
Message-ID: <3729d09e-49c8-79f2-f3f9-2bb899abfa14@fiee.net> (raw)
In-Reply-To: <ff33ed1f-c1e0-6893-079e-86dc7dac4324@gmail.com>

Yes! Finally! Thank you, Wolfgang!

Am 13.11.22 um 13:17 schrieb Wolfgang Schuster via ntg-context:
> Henning Hraban Ramm via ntg-context schrieb am 13.11.2022 um 11:37:
>> \definemeasure[SpineWidth][2mm + (0.135mm * \noffigurepages/2)]
> 
> You can try
>      \expanded{\definemeasure[SpineWidth][...]}

Yes, that works. I could have thought of that myself.

>> \definemeasure[SpineWidth][2mm + (0.09mm * 1.5 * 90)]
>> doesn’t work:
> 
> You can use integers to multiply or divide a length, a float is only 
> allowed
> before a length. e.g. 1.5\scratchdimen or 1.5\dimexpr ...\relax
> 
> In your case you have to use
> 
>      \definemeasure[SpineWidth][2mm + (0.09mm * 3 * 90 / 2)]
> 
> or
> 
>      \definemeasure[SpineWidth][2mm + (0.09mm * 135)]

Ah, the float/int usage was the missing link.

Now I can document my calculated cover for wiki, CG journal, my book, DTK...

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

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

      reply	other threads:[~2022-11-13 14:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03 20:32 Henning Hraban Ramm via ntg-context
2022-11-03 20:51 ` Hans Hagen via ntg-context
2022-11-03 21:43   ` Henning Hraban Ramm via ntg-context
2022-11-04 10:37     ` Henning Hraban Ramm via ntg-context
2022-11-04 10:52       ` Herbert Voss via ntg-context
2022-11-04 11:09         ` Henning Hraban Ramm via ntg-context
2022-11-13 10:37           ` Henning Hraban Ramm via ntg-context
2022-11-13 12:17             ` Wolfgang Schuster via ntg-context
2022-11-13 14:31               ` Henning Hraban Ramm via ntg-context [this message]

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=3729d09e-49c8-79f2-f3f9-2bb899abfa14@fiee.net \
    --to=ntg-context@ntg.nl \
    --cc=texml@fiee.net \
    /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).