* [NTG-context] Probably simple: using a variable for \switchtobodyfont size
@ 2023-05-19 9:43 Gerben Wierda via ntg-context
2023-05-19 10:15 ` Wolfgang Schuster via ntg-context
2023-05-19 10:20 ` Hans van der Meer via ntg-context
0 siblings, 2 replies; 3+ messages in thread
From: Gerben Wierda via ntg-context @ 2023-05-19 9:43 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Gerben Wierda
[-- Attachment #1.1: Type: text/plain, Size: 716 bytes --]
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?
Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>, Mastodon <https://newsie.social/@gctwnl>)
R&A IT Strategy <https://ea.rna.nl/> (main site)
Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/>
Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/>
[-- Attachment #1.2: Type: text/html, Size: 4247 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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NTG-context] Probably simple: using a variable for \switchtobodyfont size
2023-05-19 9:43 [NTG-context] Probably simple: using a variable for \switchtobodyfont size Gerben Wierda via ntg-context
@ 2023-05-19 10:15 ` Wolfgang Schuster via ntg-context
2023-05-19 10:20 ` Hans van der Meer via ntg-context
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2023-05-19 10:15 UTC (permalink / raw)
To: mailing list for ConTeXt users, Gerben Wierda via ntg-context
Cc: Wolfgang Schuster
[-- 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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NTG-context] Probably simple: using a variable for \switchtobodyfont size
2023-05-19 9:43 [NTG-context] Probably simple: using a variable for \switchtobodyfont size Gerben Wierda via ntg-context
2023-05-19 10:15 ` Wolfgang Schuster via ntg-context
@ 2023-05-19 10:20 ` Hans van der Meer via ntg-context
1 sibling, 0 replies; 3+ messages in thread
From: Hans van der Meer via ntg-context @ 2023-05-19 10:20 UTC (permalink / raw)
To: NTG ConTeXt; +Cc: Hans van der Meer
[-- Attachment #1.1: Type: text/plain, Size: 1524 bytes --]
\def\relationsFontSize{8pt}
\starttext
Hello World!\crlf
\switchtobodyfont[\relationsFontSize]
Hello, world!
\stoptext

dr. Hans van der Meer
> On 19 May 2023, at 11:43, Gerben Wierda via ntg-context <ntg-context@ntg.nl> wrote:
>
> 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?
>
> Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>, Mastodon <https://newsie.social/@gctwnl>)
> R&A IT Strategy <https://ea.rna.nl/> (main site)
> Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/>
> Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
[-- Attachment #1.2.1: Type: text/html, Size: 406 bytes --]
[-- Attachment #1.2.2: Untitled.pdf --]
[-- Type: application/pdf, Size: 8451 bytes --]
[-- Attachment #1.2.3: Type: text/html, Size: 4713 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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-19 10:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19 9:43 [NTG-context] Probably simple: using a variable for \switchtobodyfont size Gerben Wierda via ntg-context
2023-05-19 10:15 ` Wolfgang Schuster via ntg-context
2023-05-19 10:20 ` Hans van der Meer via ntg-context
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox