ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Gerben Wierda via ntg-context <ntg-context@ntg.nl>
Cc: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Subject: Re: [NTG-context] Probably simple: using a variable for \switchtobodyfont size
Date: Fri, 19 May 2023 12:15:40 +0200	[thread overview]
Message-ID: <155acd72-8541-ce73-7681-b38adebf925d@gmail.com> (raw)
In-Reply-To: <D1288673-2F02-4FD8-BD8D-2EC444541F17@rna.nl>


[-- Attachment #1.1: Type: text/plain, Size: 726 bytes --]

Gerben Wierda via ntg-context schrieb am 19.05.2023 um 11:43:
> I want to use a variable for a font size so I can set it based on 
> language (as some translated texts have widely different sizes)
>
> This fails:
>
> %===========================
> \newdimen\relationsFontSize
> \relationsFontSize=8pt
> \starttext
> \switchtobodyfont[\relationsFontSize]
> Hello, world!
> \stoptext
> %===========================
>
> How can I use a variable to steer \switchtobodyfont size?

You need \the\<register>, i.e.

\switchtobodyfont[\the\relationsFontSize]

but I would use the measure command, e.g.

\definemeasure[relationsFontSize][8pt]
\starttext
\switchtobodyfont[\measure{relationsFontSize}]
Hello, world!
\stoptext

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1572 bytes --]

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
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:[~2023-05-19 10:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19  9:43 Gerben Wierda via ntg-context
2023-05-19 10:15 ` Wolfgang Schuster via ntg-context [this message]
2023-05-19 10:20 ` Hans van der Meer via ntg-context

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=155acd72-8541-ce73-7681-b38adebf925d@gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=wolfgang.schuster.lists@gmail.com \
    /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).