[NTG-context] Re: Any way to forbid boldface for a section of text?

2024-08-25 Thread Wolfgang Schuster
and monospace fonts. \starttypescript [serif,sans,mono] [uprightonly]     \definefontsynonym [\typescriptprefix\typescriptone Italic] [\typescriptprefix\typescriptone]     \definefontsynonym [\typescriptprefix\typescriptone Slanted] [\typescriptprefix\typescriptone]     \definefontsynonym

[NTG-context] Re: Any way to forbid boldface for a section of text?

2024-08-24 Thread Wolfgang Schuster
Denis Maier via ntg-context schrieb am 24.08.2024 um 08:25: You could define a specific typescript for that without a definition for bold. Below is an implementation of your suggestion which gets rid of all font styles for serif, sans serif and monospace fonts. \starttypescript [serif,sans

[NTG-context] Re: Install urbanist fonts

2024-07-22 Thread Taco Hoekwater
out success, I > could only get it to load when saving them in the current working directory > but that is annoying, help me by telling me the correct way to install it... > I leave you my code so you can review it and give me advice to improve it > > \starttypescript [sa

[NTG-context] Install urbanist fonts

2024-07-22 Thread alan . caruanambom
at is annoying, help me by telling me the correct way to install it... I leave you my code so you can review it and give me advice to improve it \starttypescript [sans] [urbanist] \definefontsynonym [Urbanist][file:urbanist-regular.otf*default][features=default] \definefontsynonym [UrbanistI

[NTG-context] Re: Playing with math font setup

2024-05-21 Thread Hans Hagen
rectory, and below is the minimal source code! """ \starttypescriptcollection[CustomFontSelection] \starttypescript [serif] [CustomFontSelection] [name] \setups[font:fallback:serif] \definefontsynonym [Serif] % [file:font/Lora-Regular.ttf] [file:font/Lora

[NTG-context] Playing with math font setup

2024-05-21 Thread Ali Ali
ce code! """ \starttypescriptcollection[CustomFontSelection] \starttypescript [serif] [CustomFontSelection] [name] \setups[font:fallback:serif] \definefontsynonym [Serif] % [file:font/Lora-Regular.ttf] [file:font/Lora-Medium.ttf] [features=def

[NTG-context] Re: Why is only the first frame protruding into the margin?

2024-05-17 Thread madiazm . eoicc
nte". It seems to be something in "miCorm" that produces the protruding \starttypescript[miFuente] \definetypeface [miFuente] [rm] [serif] [libertinus] [default] \definetypeface [miFuente] [ss] [sans] [libertinussans] [default] \definetypeface [miFuente] [tt] [mono] [libert

[NTG-context] what am I missing in the typescript?

2024-05-15 Thread madiazm . eoicc
pansion=quality, ] \definefontfeature[smallcaps][% use with \addff smcp=yes, % smallcaps % c2sc=yes, % caps to smallcaps ] \starttypescript[serif][libertinus] \definefontsynonym[LibertinusSerif-Regular] [file:/fonts/LibertinusSerif-Regular.otf] \definefontsynonym[Liberti

[NTG-context] Re: additional font faces

2024-03-08 Thread Henning Hraban Ramm
ng fo rinstance \starttypescript [sans] [AlegreyaMedium] and then use \switchtobodyfont[AlegreyaMedium]\sl or \AlegreyaMedium\sl which is also more efficient than adding more variants Ok, thank you – that’s what I was usually doing. So I won’t change it. H

[NTG-context] Re: additional font faces

2024-03-08 Thread Hans Hagen
On 3/8/2024 5:55 PM, Henning Hraban Ramm wrote: Hi, if I need an additional pair of upright and italic font faces, e.g. a Medium or Light version, would it make sense to define them like this: I'd just define a new typeface / bodyfont, using fo rinstance \starttypescript

[NTG-context] additional font faces

2024-03-08 Thread Henning Hraban Ramm
} \let\md\normalmd \let\mi\normalmi \let\ms\normalms \definehighlight[medium ] [command=no,style=medium] \definehighlight[mediumitalic ] [command=no,style=mediumitalic] \definehighlight[mediumslanted] [command=no,style=mediumslanted] Is that necessary? And is it enough? \starttypescript

[NTG-context] Re: multipage metapost output from ConTeXt

2024-01-06 Thread Emanuel Han via ntg-context
s overwriting with > > >> "T="&decimal(currentime) which has been used previously in textext() > > >> before the for k=1 endfor loop. This overwriting happens only for the > > >> first textext() which occurs inside the for k=1 endfor loop. A

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-04 Thread Fabrice L
me)) scaled 2 shifted(0,2in) withcolor > >> magenta ; » is commented out, the first textext() inside the for k=1 > >> endfor loop is not drawn neither. It must be an issue with textext(), > >> because when I replace textext() by lmt_outline[], the text i

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-02 Thread Emanuel Han via ntg-context
. This overwriting happens only for the > > >> first textext() which occurs inside the for k=1 endfor loop. All other > > >> textext() inside the for k=1 endfor loop are not drawn at all. If the > > >> line « draw textext("T="&decimal(curren

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-02 Thread Mikael Sundqvist
n at all. If the line > >> « draw textext("T="&decimal(currentime)) scaled 2 shifted(0,2in) withcolor > >> magenta ; » is commented out, the first textext() inside the for k=1 > >> endfor loop is not drawn neither. It must be an issu

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-02 Thread Emanuel Han via ntg-context
inside the for k=1 > >> endfor loop is not drawn neither. It must be an issue with textext(), > >> because when I replace textext() by lmt_outline[], the text is drawn. > >> > >> Adjusted mwe: > >> > >> \enableregime[utf] % enable unicoded input >

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-02 Thread Mikael Sundqvist
n. >> >> Adjusted mwe: >> >> \enableregime[utf] % enable unicoded input >> >> \definefontfamily [RomanFont] [rm] [calluna] >> >> \definefontfamily [KoreanFont] [rm] [applemyungjo] >> >> \definefontfamily [JapaneseFont] [rm] [hannotatesc] >> >> \de

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-02 Thread fv leung
neseFont] [rm] [hannotatesc] > > \definefontfeature > [fea] > [mode=node,language=dflt,script=arab, > init=yes, > medi=yes, > fina=yes, > isol=yes, > calt=yes, > rlig=yes, > tlig=yes, > trep=yes, > curs=yes, > kern=yes, > mark=y

[NTG-context] Re: multipage metapost output from ConTeXt

2023-12-02 Thread Emanuel Han via ntg-context
ly [JapaneseFont] [rm] [hannotatesc] > \definefontfeature > [fea] > [mode=node,language=dflt,script=arab, > init=yes, > medi=yes, > fina=yes, > isol=yes, > calt=yes, > rlig=yes, > tlig=yes, > trep=yes, > curs=yes, > kern=yes, > mark=yes > ] > > \sta

[NTG-context] Re: Bold TeX Gyre Pagella Math results in Math error: parameter 'subshiftdown' with id 48 in style 2 is not set

2023-12-01 Thread Marco Patzer
r. So to put it all together, this now works for me: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] \definefontfamily [mainface] [ss] [TeX Gyre Heros] \starttypescript [math] [default] [size] \definebodyfont [8.5pt] [mm] [default] \stoptypescript \definetypeface [mainface] [mm]

[NTG-context] Re: Bold TeX Gyre Pagella Math results in Math error: parameter 'subshiftdown' with id 48 in style 2 is not set

2023-12-01 Thread Wolfgang Schuster
[mainface, 8.5pt] \starttext \bold{\math{x_y}} \stoptext You get the same error with Latin Modern as soon as you use a non predefined font size in combination with bold math. begin example % \starttypescript [math] [default] [size] %   \definebodyfont [8.5pt] [mm] [default

[NTG-context] Re: multipage metapost output from ConTeXt

2023-11-29 Thread Emanuel Han via ntg-context
efontfeature [fea] [mode=node,language=dflt,script=arab, init=yes, medi=yes, fina=yes, isol=yes, calt=yes, rlig=yes, tlig=yes, trep=yes, curs=yes, kern=yes, mark=yes ] \starttypescript [serif] [notonaskharabic] \definefontsynonym [notonaskharabic-Light] [name:notonaskharabic] [features=fea] \d

[NTG-context] Re: multipage metapost output from ConTeXt

2023-11-27 Thread Fabrice L
gt; > \definefontfamily [KoreanFont] [rm] [applemyungjo] > > \definefontfamily [JapaneseFont] [rm] [hannotatesc] > > \definefontfeature > [fea] > [mode=node,language=dflt,script=arab, > init=yes, > medi=yes, > fina=yes, > isol=yes, > calt=yes, &g

[NTG-context] multipage metapost output from ConTeXt

2023-11-27 Thread Emanuel Han via ntg-context
=yes, fina=yes, isol=yes, calt=yes, rlig=yes, tlig=yes, trep=yes, curs=yes, kern=yes, mark=yes ] \starttypescript [serif] [notonaskharabic] \definefontsynonym [notonaskharabic-Light] [name:notonaskharabic] [features=fea] \definefontsynonym [notonaskharabic-Bold] [name:notonaskharabic] [fe

[NTG-context] Re: Adobe Source Typescript With Design Sizes

2023-11-01 Thread Hans Hagen via ntg-context
,semibold,bold,black} { \definetypescriptprefix [b:adobesource#1##1] [-\typescriptprefix{b:as:##1}] \definetypescriptprefix [bi:adobesource#1##1] [-\typescriptprefix{b:as:##1}it] } } \starttypescript [adobesource,adobesourcedisplay,adobesourcelight,adobesourcedisplaylight] %

[NTG-context] Adobe Source Typescript With Design Sizes

2023-10-31 Thread Vincent Hennebert
-looking companion math font. * A harmonious-looking companion math font that uses glyphs from Adobe Serif 4 when available. Thanks, Vincent\starttypescriptcollection[adobesource] \startluacode require("adobesource") \stopluacode \starttypescript[serif,sans,mono] [ a

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-22 Thread Hans Hagen via ntg-context
ould visualize them but one never knows for sure if one sees them) nbsp are spaces and become glue that we can trace reliable in the node list Many thanks. Ok, here is another MWE featuring a workaround using fallbacks: == \definefontfallback[nosymbols] [file:lmmono10-regular] [200C

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-21 Thread Hamid,Idris
for sure if one sees them) nbsp are spaces and become glue that we can trace reliable in the node list Many thanks. Ok, here is another MWE featuring a workaround using fallbacks: == \definefontfallback[nosymbols] [file:lmmono10-regular] [200C,200D] [force=yes] \starttypescript [s

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
] % synonym mapping \starttypescript [serif] [myfont] [name] \loadfontgoodies[myfontlfg] \definefontsynonym [Serif] [MyFontRegular][features=myfont-tf] \definefontsynonym [SerifItalic] [MyFontItalic] [features=myfont-it] \definefontsynonym [SerifBold] [MyFontBold

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Wolfgang Schuster
,cpsp=yes,smcp=yes, % smcp activie    trnsl=force] % synonym mapping \starttypescript [serif] [myfont] [name]   \loadfontgoodies[myfontlfg]   \definefontsynonym [Serif]           [MyFontRegular]  [features=myfont-tf]   \definefontsynonym [SerifItalic]     [MyFontItalic]  [features=myfont-it

[NTG-context] Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
] % synonym mapping \starttypescript [serif] [myfont] [name] \loadfontgoodies[myfontlfg] \definefontsynonym [Serif] [MyFontRegular][features=myfont-tf] \definefontsynonym [SerifItalic] [MyFontItalic] [features=myfont-it] \definefontsynonym [SerifBold] [MyFontBold

[NTG-context] Re: How to override parts of a typescript

2023-08-11 Thread Hans Hagen
On 8/11/2023 6:19 PM, Vincent Hennebert wrote: Say I want to use the Adobe Source font family in my document. They are installed on my system, but the file names are different to what’s in the typescript file provided with the ConTeXt distribution. If I do this: \starttypescript [serif

[NTG-context] How to override parts of a typescript

2023-08-11 Thread Vincent Hennebert
Say I want to use the Adobe Source font family in my document. They are installed on my system, but the file names are different to what’s in the typescript file provided with the ConTeXt distribution. If I do this: \starttypescript [serif] [source] [name] \definefontsynonym [Serif

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-07 Thread Carlos
on \TeX\ shows a > > > > > > > > > > > > > > > > tSP:3.282 > > > > > > > > THK:-1.721 > > > > > > > > H__E > > > > > > > > X > > > > > > >

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-06 Thread Carlos
> > tSP:3.282 > > > > > > > THK:-1.721 > > > > > > > H__E > > > > > > > X > > > > > > > HK:-1.291 > > > > > > > SP:3.282 > > > > > > > > > > > > n

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-06 Thread Carlos
te: > > > > > On 7/5/2023 3:18 PM, Carlos wrote: > > > > > > \showmakeup on \TeX\ shows a > > > > > > > > > > > > tSP:3.282 > > > > > > THK:-1.721 > > > > > > H__E > > > >

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Carlos
t; > > tSP:3.282 > > > > THK:-1.721 > > > > H__E > > > > X > > > > HK:-1.291 > > > > SP:3.282 > > > > > > no MWE includes so clueless > > > > \starttypescript[mylucidaserif] > &g

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Hans Hagen
SP:3.282 no MWE includes so clueless \starttypescript[mylucidaserif] \definefontsynonym[LucidaBrightRegular][file:LucidaBrightRegular] \definefontsynonym[LucidaBrightItalic] [file:LucidaBrightItalic] \definefontsynonym[LucidaBrightDemiBold] [file:LucidaBrightDemiBold

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Carlos
t; > > tSP:3.282 > > > > THK:-1.721 > > > > H__E > > > > X > > > > HK:-1.291 > > > > SP:3.282 > > > > > > no MWE includes so clueless > > > > \starttypescript[mylucidaserif] > &g

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Hans Hagen
On 7/5/2023 5:53 PM, Carlos wrote: On Wed, Jul 05, 2023 at 04:43:56PM +0200, Hans Hagen wrote: On 7/5/2023 3:18 PM, Carlos wrote: \showmakeup on \TeX\ shows a tSP:3.282 THK:-1.721 H__E X HK:-1.291 SP:3.282 no MWE includes so clueless \starttypescript[mylucidaserif] \definefontsynonym

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Carlos
> > > X > > > HK:-1.291 > > > SP:3.282 > > > > no MWE includes so clueless > > \starttypescript[mylucidaserif] > \definefontsynonym[LucidaBrightRegular][file:LucidaBrightRegular] > \definefontsynonym[LucidaBrightItalic]

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Carlos
On Wed, Jul 05, 2023 at 04:43:56PM +0200, Hans Hagen wrote: > On 7/5/2023 3:18 PM, Carlos wrote: > > \showmakeup on \TeX\ shows a > > > > tSP:3.282 > > THK:-1.721 > > H__E > > X > > HK:-1.291 > > SP:3.282 > > no MWE includes so cluel

[NTG-context] Fallbacks in text font interfere with math accents

2023-06-10 Thread Henning Hraban Ramm via ntg-context
-0xF] [check=no,force=no,rscale=0.85] \starttypescript [contextstart] \definetypeface [contextstart] [rm] [serif] [cambria] [default][fallbacks=symbolaFB] \definetypeface [contextstart] [ss] [sans] [segoe] [default][fallbacks=arialFB] \definetypeface [contextstart] [tt] [

[NTG-context] Commercial fonts and diacritics

2023-06-01 Thread hanneder--- via ntg-context
xmf-dist/tex/context/base/mkiv/cont-yes.mkiv' Minimal example: \enableregime[utf] \setuppapersize[A4] \definefontfeature[default][default][fakecombining=yes,compose=yes] \starttypescript [serif] [adobetextpro] \definefontsynonym[AdobeTextPro-Regular] [file:AdobeTextPro-Regular] [fea

Re: [NTG-context] This is rmally done by loading special math fonts into the math family slots.

2023-05-11 Thread Carlos via ntg-context
issues on two different systems one running a full TeXLive and the other on e customized on-demand package installatino but that part you said in the beginning: > Normally context will fall bakc on latin modern but when you explicitly load that's simply brilliant Hans \starttype

Re: [NTG-context] Non-standard font alternatives

2023-04-19 Thread Pawel Urbanski via ntg-context
c2sc=yes, % caps to smallcaps ] \starttypescript[sans][roboto,robotosans]   \definefontsynonym[Roboto-Regular][name:robotoregular]   \definefontsynonym[Roboto-Black][name:robotoblack]   \definefontsynonym[Roboto-BlackItalic][name:robotoblackitalic]   \definefontsynonym[Roboto-Bold][name:robotobold]

Re: [NTG-context] Google's Roboto Flex font typescript and goodies definition.

2023-04-18 Thread Hans Hagen via ntg-context
style={\switchtobodyfont[roboto-flex,20pt]\ss}] While the Garamond is embedded and text is styled, the chapter tible is typeset with Garamond not Roboto. Any hints or feed back will be very appriciated. \usetypescriptfile[ebgaramond] \starttypescript [sans] [robotoflex] \setups[font:fallback

[NTG-context] Trial to use LibreOffice Calc (+ python) to build ConTeXt customized environnements files

2023-04-10 Thread Garulfo via ntg-context
\setuppapersize[A4] \starttypescript [serif] [myfont] \setups[font:fallback:serif] \definefontsynonym [Serif] [name:palatinoltstdlight] [features=default] \definefontsynonym [SerifItalic] [name:palatinoltstdlightitalic]

Re: [NTG-context] registered function call [1160]:...live/2023/texmf-dist/tex/context/base/mkiv/l-sandbox.lua:87: cannot open /.: Permission denied - Alpine Linux

2023-03-31 Thread Carlos via ntg-context
7;re right that loading a map file is not needed, but If you're concerned > > about afm files then bring these files over to the working directory, and > > then mtxrun --generate the same > > > > So yes. Even though the file was something like (intended

Re: [NTG-context] registered function call [1160]:...live/2023/texmf-dist/tex/context/base/mkiv/l-sandbox.lua:87: cannot open /.: Permission denied - Alpine Linux

2023-03-28 Thread Hans Hagen via ntg-context
ect?) but since the map file is no longer necessary then afm should suffice \starttypescript [serif] [lucida] [texnansi] \definefontsynonym[LucidaBrightDemiBold][texnansi-lucidabrightdemibold][encoding=texnansi] \definefontsynonym[LucidaBrightDemiItalic][texnansi-lucidabrightdemiit

Re: [NTG-context] registered function call [1160]:...live/2023/texmf-dist/tex/context/base/mkiv/l-sandbox.lua:87: cannot open /.: Permission denied - Alpine Linux

2023-03-28 Thread Carlos via ntg-context
ect?) but since the map file is no longer necessary then afm should suffice \starttypescript [serif] [lucida] [texnansi] \definefontsynonym[LucidaBrightDemiBold][texnansi-lucidabrightdemibold][encoding=texnansi] \definefontsynonym[LucidaBrightDemiItalic][texnansi-lucidabrightde

Re: [NTG-context] Best way to access casul fonts

2023-01-30 Thread Mattias Märka via ntg-context
ypescripts for Lucida so that casual and fax (and all the other various Lucida fonts, really) are easily accessible. Something like: \starttypescript[serif][lucbr] \definefontsynonym[Serif][name:LucidaBright] \definefontsynonym[SerifItalic][name:LucidaBright-Italic] \definefontsynonym

Re: [NTG-context] Best way to access casul fonts

2023-01-23 Thread Garulfo via ntg-context
lucidacasual   normal   normal   normal   normal    lucidacasual   /home//.fonts/LucidaCasual.ttf Then the following code should work : \starttypescript [myserif]   \definefontsynonym[LucidaCasual-Regular]    [file:LucidaCasual.ttf] \stoptypescript \starttypescript [myserif]   \setups

Re: [NTG-context] problem with Segoe Ui Symbol as fallback font

2023-01-04 Thread Jacob Kauffmann via ntg-context
] \starttypescript[mainface] \definetypeface[mainface][rm][serif][pagella][default] \definetypeface[mainface][ss][sans] [modern] [default][rscale=1.075] \definetypeface[mainface][tt][mono] [modern] [default][rscale=1.075] \definetypeface[mainface][mm][math] [pagella][default][fallbacks=cal

Re: [NTG-context] problem with Segoe Ui Symbol as fallback font

2023-01-04 Thread Jacob Kauffmann via ntg-context
when I do \setupbodyfont[mainface,rm]. Cheers, Jacob \definefontfallback[cal-fallback][name:modern][uppercasescript,lowercasescript] \starttypescript[mainface] \definetypeface[mainface][rm][serif][palatino][default] \definetypeface[mainface][ss][sans] [modern] [default][rscale=1.075] \defi

Re: [NTG-context] Non-standard font alternatives

2022-12-14 Thread Wolfgang Schuster via ntg-context
specimen/Roboto Here is my code: [...] \starttypescript [sans] [roboto]   \definebodyfont [default] [rm] Replace [rm] with [ss]: \definebodyfont [default] [ss]      [lf=SansLight sa 1,       li=SansLightItalic sa 1,       tf=Sans sa 1,       it=SansItalic sa 1,       md=S

Re: [NTG-context] Non-standard font alternatives

2022-12-14 Thread Matthew McCabe via ntg-context
context garden example typescript for Roboto: \definefontfeature[robotofeatures][ mode=node, ccmp=yes, % character composition liga=yes, tlig=yes, % ligatures pnum=yes, cpsp=yes, % capital spacing kern=yes, language=dflt, protrusion=quality, expansion=quality, ] \definefon

[NTG-context] Non-standard font alternatives

2022-12-13 Thread Matthew McCabe via ntg-context
ht \definefontalternative[li] % lightitalic \definefontalternative[md] % medium \definefontalternative[mi] % mediumitalic \starttypescript [sans] [roboto] \definefontsynonym [SansLight][file:Roboto-Light] [features=default] \definefontsynonym [SansLightItalic] [file:Roboto

[NTG-context] Context crashes using Iosevka v16.3.6 typeface

2022-11-12 Thread Werner Schmidt via ntg-context
'sequence') \starttypescriptcollection[myfonts] % Mono - iosevka (Iosevka SS09 — Terminal, Hinted) % Source: https://github.com/be5invis/Iosevka/blob/v16.3.6/doc/PACKAGE-LIST.md \starttypescript [mono] [iosevka] [name] \setups[font:fallback:mono] \definefontsynonym [Mono][fi

[NTG-context] Lato typescripts (MKIV/LMTX)

2022-09-17 Thread Adam Reviczky via ntg-context
le to define 'lato-regular' as 'lato-12pt-ss-tf-0--0' --- If I change the file: reference I get it working with both MKIV/LMTX: \starttypescript [\s!sans] [lato] [\s!name] \setups[\s!font:\s!fallback:\s!sans] % \definefontsynonym [\s!Sans] [\

Re: [NTG-context] font fallbacks

2022-08-01 Thread Denis Maier via ntg-context
> % replace tilde in LM > \definefontfallback[tildeFB] >[file:seguisym.ttf] >[0x0007E-0x0007E] >[force=yes] > > > \starttypescript [start] >\definetypeface [start] [rm] [serif] [cambria] > [default][fallbacks={seguiFB,emoneFB}] >\definetypeface [start] [

Re: [NTG-context] font fallbacks

2022-08-01 Thread Henning Hraban Ramm via ntg-context
0x0-0xF]   [check=yes,force=no] \definefontfallback[emoneFB]   [name:EmojiOneColor]   [0x0-0xF]   [check=yes,force=no] % replace tilde in LM \definefontfallback[tildeFB]   [file:seguisym.ttf]   [0x0007E-0x0007E]   [force=yes] \starttypescript [start]   \definetypeface [sta

[NTG-context] font fallbacks

2022-07-30 Thread Henning Hraban Ramm via ntg-context
allback[tildeFB] [file:seguisym.ttf] [0x0007E-0x0007E] [force=yes] \starttypescript [start] \definetypeface [start] [rm] [serif] [cambria] [default][fallbacks={seguiFB,emoneFB}] \definetypeface [start] [ss] [sans] [modern] [default][fallbacks={seguiFB,emoneFB}] \definetypeface [st

Re: [NTG-context] If a Font Has Ligature Glyphs But No Feature?

2022-07-21 Thread Hans Hagen via ntg-context
pplied to both type = "ligature", data = { [0x2013] = { "-", "-" }, -- en dash [0x2014] = { "-", "-", "-" }, -- em dash } } \stopluacode \definefontfeature [venetian-301-demi-ligatures] [v1=yes,

Re: [NTG-context] If a Font Has Ligature Glyphs But No Feature?

2022-07-20 Thread Bruce Horrocks via ntg-context
es,v3=yes] >> Note that the names v1, v2 and v3 are entirely arbitrary. Also, the >> \starttypescript section sets the font features to be just those I've >> defined - potentially losing whatever 'default' would provide. But since the >> font doesn'

Re: [NTG-context] If a Font Has Ligature Glyphs But No Feature?

2022-07-20 Thread Henning Hraban Ramm via ntg-context
Am 20.07.22 um 21:40 schrieb Bruce Horrocks via ntg-context: \definefontfeature [venetian-301-demi-ligatures] [v1=yes,v3=yes] \definefontfeature [venetian-301-BT-ligatures] [v2=yes,v3=yes] Note that the names v1, v2 and v3 are entirely arbitrary. Also, the \starttypescript section sets the

Re: [NTG-context] If a Font Has Ligature Glyphs But No Feature?

2022-07-20 Thread Bruce Horrocks via ntg-context
data = { [0x2013] = { "-", "-" }, -- en dash [0x2014] = { "-", "-", "-" }, -- em dash } } \stopluacode \definefontfeature [venetian-301-demi-ligatures] [v1=yes,v3=yes] \definefontfeature [venet

Re: [NTG-context] Using alegreya typescript

2022-07-06 Thread Hans Hagen via ntg-context
tium] \definefontfallback [alegreyagentium-fallback] [name:gentium] [greekandcoptic,greekextended] \starttypescript [serif] [alegreya-serif,alegreya-light-serif,alegreya-medium-serif] [name] \setups[font:fallback:serif] \definefontsynonym[Serif] [name:alegreyaregular] [features=def

Re: [NTG-context] Problem loading font in LMTX

2022-06-11 Thread Stefan Nedeljkovic via ntg-context
That works perfectly, thank you very much Wolfgang! On Sat, Jun 11, 2022 at 12:23 PM Wolfgang Schuster via ntg-context < ntg-context@ntg.nl> wrote: > Stefan Nedeljkovic via ntg-context schrieb am 11.06.2022 um 10:05: > > Dear list, > > > > I have the following fil

Re: [NTG-context] Problem loading font in LMTX

2022-06-11 Thread Wolfgang Schuster via ntg-context
Stefan Nedeljkovic via ntg-context schrieb am 11.06.2022 um 10:05: Dear list, I have the following file: \starttypescript [lidia] \definetypeface[lidia][rm][serif][lidiaweb][cpsp=yes] \stoptypescript \setupbodyfont[lidia,36pt] \starttext \startTEXpage[align=normal,width=100cm,autowidth=force

[NTG-context] Problem loading font in LMTX

2022-06-11 Thread Stefan Nedeljkovic via ntg-context
Dear list, I have the following file: \starttypescript [lidia] \definetypeface[lidia][rm][serif][lidiaweb][cpsp=yes] \stoptypescript \setupbodyfont[lidia,36pt] \starttext \startTEXpage[align=normal,width=100cm,autowidth=force,offset=0pt] \startalignment[middle] 2{\hskip 0em}412{\hskip 0em}772

Re: [NTG-context] Small caps as a separate font

2022-05-25 Thread Stefan Nedeljkovic via ntg-context
> Dear list, > > > > A quick question about a font that has a separate file for small caps. I > > have the following: > > > > > > \starttypescript [sans] [dtl-documenta-sans-t] > > \definefontsynonym[Sans] [name:dtldocumentasanst][features=default] > > \

Re: [NTG-context] Small caps as a separate font

2022-05-25 Thread Henning Hraban Ramm via ntg-context
Am 25.05.22 um 22:23 schrieb Stefan Nedeljkovic via ntg-context: Dear list, A quick question about a font that has a separate file for small caps. I have the following: \starttypescript [sans] [dtl-documenta-sans-t] \definefontsynonym[Sans] [name:dtldocumentasanst][features=default

[NTG-context] Small caps as a separate font

2022-05-25 Thread Stefan Nedeljkovic via ntg-context
Dear list, A quick question about a font that has a separate file for small caps. I have the following: \starttypescript [sans] [dtl-documenta-sans-t] \definefontsynonym[Sans] [name:dtldocumentasanst][features=default] \definefontsynonym[SansItalic] [name:dtldocumentasanstitalic][features

Re: [NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Henning Hraban Ramm via ntg-context
>      > >      > >      > Sincerely, >      > >      > Stefan >      > >      > \definefontalternative[md] >      > >      > \definefontalternative[mi] >      > >   

Re: [NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Stefan Nedeljkovic via ntg-context
;> > > >> > > Dear list, >> > > >> > > >> > > I'm trying to set up Custodia in LMTX, but the >> > custodiasemibolditalic >> > > won't show up. It shows

Re: [NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Stefan Nedeljkovic via ntg-context
he > > custodiasemibolditalic > > > won't show up. It shows up regularly when I run mtxrun --script > > fonts > > > --list --all --pattern=Custodia > > > > > > I'm attaching the output for reference. Any help would b

Re: [NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Henning Hraban Ramm via ntg-context
t; Stefan > > \definefontalternative[md] > > \definefontalternative[mi] > > > \starttypescript [serif] [custodia] > > \definefontsynonym[Serif] [name:custodianormal][features=default] > > \definefontsynonym[SerifItalic] > [name:cust

Re: [NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Stefan Nedeljkovic via ntg-context
gt; > > > I'm attaching the output for reference. Any help would be appreciated. > > > > > > Sincerely, > > > > Stefan > > > > \definefontalternative[md] > > > > \definefontalternative[mi] > > > > > > \starttype

Re: [NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Henning Hraban Ramm via ntg-context
cerely, Stefan \definefontalternative[md] \definefontalternative[mi] \starttypescript [serif] [custodia] \definefontsynonym[Serif] [name:custodianormal][features=default] \definefontsynonym[SerifItalic] [name:custodianormalitalic][features=default] \definefontsynonym[SerifMedium] [name:custodiasem

[NTG-context] Help needed with Custodia typescript

2022-05-25 Thread Stefan Nedeljkovic via ntg-context
cerely, Stefan \definefontalternative[md] \definefontalternative[mi] \starttypescript [serif] [custodia] \definefontsynonym[Serif] [name:custodianormal][features=default] \definefontsynonym[SerifItalic] [name:custodianormalitalic][features=default] \definefontsynonym[SerifMedium] [name:custodiasemibold][f

[NTG-context] Table breaks incorrectly between pages

2022-05-14 Thread Stefan Nedeljkovic via ntg-context
Робу и рачун примио \emdash КУПАЦ \eTD \eTR \eTABLE \stop %\showlayout \stoptext\starttypescript [mono] [ibmplex-thin] \definefontsynonym[Mono] [name:ibmplexmonothin] \definefontsynonym[MonoItalic] [name:ibmplexmonothinitalic] \definefontsynonym[MonoBold] [name:ibmplexmonotext] \definefontsy

Re: [NTG-context] blockligatures removing characters

2022-05-09 Thread Denis Maier via ntg-context
27;m on ConTeXt version 2022.05.02 16:19. Here is a MWE using Almendra (https://fonts.google.com/specimen/Almendra<https://fonts.google.com/specimen/Almendra?preview.text=Th%20Almost%20before%20we%20knew%20it,%20we%20had%20left%20the%20ground.%20&preview.text_type=custom>

[NTG-context] blockligatures removing characters

2022-05-07 Thread Ben Moon via ntg-context
view.text_type=custom>) from Google Fonts. ``` \starttypescriptcollection[myfont] \starttypescript[myfont] \definefontsynonym[Serif][Almendra-Regular][features=default] \stoptypescript \starttypescript[myfont] \definetypeface[\typescriptone][rm][serif][

Re: [NTG-context] How do I define a smallcaps font?

2022-04-25 Thread Joel via ntg-context
16:21 schrieb Joel via ntg-context: > I have a font that already comes with a smallcaps variant. > > How do I define it? > > I've tried the following, which I think should work from the > documentation I've seen, but doesn't: > > > \starttypescript[s

Re: [NTG-context] How do I define a smallcaps font?

2022-04-24 Thread Henning Hraban Ramm via ntg-context
Am 24.04.22 um 16:21 schrieb Joel via ntg-context: I have a font that already comes with a smallcaps variant. How do I define it? I've tried the following, which I think should work from the documentation I've seen, but doesn't: \starttypescript[serif]                      

[NTG-context] How do I define a smallcaps font?

2022-04-24 Thread Joel via ntg-context
I have a font that already comes with a smallcaps variant. How do I define it? I've tried the following, which I think should work from the documentation I've seen, but doesn't: \starttypescript[serif]                            [garamond]     \definefontsynonym[Serif]          

Re: [NTG-context] Why isn't bold + italics working together?

2022-01-29 Thread Wolfgang Schuster via ntg-context
ed by just using the default ConTeXt font and the error still appears, also in live.contextgarden.net. I tried searching the mailing list, as this seems like something that must have come up, but couldn't find any question about this. Why won't it render both? See Adams answer. \st

Re: [NTG-context] Why isn't bold + italics working together?

2022-01-29 Thread Adam Reviczky via ntg-context
must have > come up, but couldn't find any question about this. > > Why won't it render both? > > > \starttypescript[serif] [garamond] > \definefontsynonym[Serif] [file:~/.fonts/12/EBGaramond-Regular.otf] > \definefontsynonym[SerifBold] [file:~/.fonts/

[NTG-context] Why isn't bold + italics working together?

2022-01-29 Thread Joel via ntg-context
ill appears, also in live.contextgarden.net. I tried searching the mailing list, as this seems like something that must have come up, but couldn't find any question about this. Why won't it render both? \starttypescript[serif] [garamond]\definefontsynonym[Serif] [file:~/.f

Re: [NTG-context] Changed behavior from \convertnumber{arabicdecimals}{..} as a textcommand for note

2022-01-16 Thread musa furber via ntg-context
] \starttypescriptcollection [amiri] \starttypescript [serif] [amiri] \definefontsynonym [Serif] [file:Amiri-Regular.ttf] [features=arabic] \stoptypescript \starttypescript [amiri] \definetypeface [amiri] [rm] [serif] [amiri] [default] [fallbacks=latin-fallback] \stoptypescript

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread Hans Hagen via ntg-context
% \definefontsynonym[junicodeitalic] [\s!file:junicodetwobetavf-italic.ttf] % % \starttypescript [\s!serif] [junicode] % \definefontsynonym [Junicode-Regular] [junicoderegular][\s!features=default] % \definefontsynonym [Junicode-Italic] [junicodeitalic] [\s!features=default]

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread Hans Hagen via ntg-context
fault][script=latn] % Libertine with a Junicode fallback, lib-fb-jun \definefontfallback[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] \starttypescript [serif] [lib-fb-jun] \definefontsynonym [Libertine-Roman] [file:linlibertiner] \definefontsynonym [Libertine-Slant

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread J .  P . Ascher via ntg-context
> > % Libertine with a Junicode fallback, lib-fb-jun > > > \definefontfallback[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] > > \starttypescript [serif] [lib-fb-jun] >\definefontsynonym [Libertine-Roman] [file:linlibertiner] >\definefontsynonym [Li

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread Youssef Cherem via ntg-context
gt; spot anything. > > Does anyone have a suggestion as to another place to look? Or something > I'm overlooking? > > Minimal example (attached too, if it comes through): > > ``` > \definefontfeature[default][default][script=latn] > > > % Libertine with a Junicode fall

[NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread J .  P . Ascher via ntg-context
allback, lib-fb-jun \definefontfallback[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] \starttypescript [serif] [lib-fb-jun] \definefontsynonym [Libertine-Roman] [file:linlibertiner] \definefontsynonym [Libertine-Slanted] [file:linlibertineri] % works fine \stoptypescript \st

Re: [NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-24 Thread Wolfgang Schuster via ntg-context
PRAGMA ADE \& \CONTEXT\ Development Team}] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. \starttypescriptcollection [kurier] \starttypescript [\s!sans] [kurier-light,kurier,kurier-medium] \def

Re: [NTG-context] Incorrect rendering in Devanagari forms in some fonts

2021-09-01 Thread kauśika cittūr via ntg-context
nt > > My ConTeXt (LMTX) version is: 2021.08.30 19:56 > > I am using the following typescript for Murty: > > \starttypescript [serif] [murty] > \definefontsynonym > [Serif] > [name:murtysanskritregular] > [features=devanagari-two] > \

[NTG-context] Incorrect rendering in Devanagari forms in some fonts

2021-09-01 Thread kauśika cittūr via ntg-context
rendering (since I have no issues in XeLaTeX (using Harfbuzz)): https://tex.stackexchange.com/questions/612634/devanagari-forms-in-context-using-shobhika-font My ConTeXt (LMTX) version is: 2021.08.30 19:56 I am using the following typescript for Murty: \starttypescript [serif] [murty

Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-17 Thread Joey McCollum via ntg-context
lig, as in the following example, things > change, but they still aren't right: > > ``` > > \starttypescriptcollection[keteryg] > > \starttypescript[serif][keteryg] > > \definefontsynonym[Serif][file:../fonts/KeterYG/KeterYG-Medium.ttf][features=hebrew] > % al

  1   2   3   4   5   6   7   8   9   10   >