[NTG-context] Re: SlideTitle font in Simpleslide module

2025-06-23 Thread Wolfgang Schuster
tures:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[notoFont][ss][Noto Sans CJK KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},

[NTG-context] Re: SlideTitle font in Simpleslide module

2025-06-23 Thread Jeong Dal via ntg-context
e CJK): \definefontfamily[notoFont][ss][Noto Sans KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] However, when I run the test file, I got the same error as before. ... fonts > checking >

[NTG-context] Re: SlideTitle font in Simpleslide module

2025-06-21 Thread Jeong Dal via ntg-context
Dear Wolfgang, Thank you for the comment. I made a mistake during the process of combining two files(a product file and a component file). Here is a working minimal sample file. \definefontfamily[notoFont][rm][Noto Serif CJK KR] [ it={style:regular,features:{*,slanted}}, sl

[NTG-context] SlideTitle font in Simpleslide module

2025-06-21 Thread Jeong Dal via ntg-context
e is a simplified example. %font definition \definefontfamily[notoFont][rm][Noto Serif CJK KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[notoFont][ss][Noto Sans CJK KR]

[NTG-context] Processing time

2025-06-20 Thread John Was
identifying system font files with suffix 'TTC' fonts > names > globbing path 'C:/texlive/2025/texmf-dist/fonts/opentype/**.TTC' fonts > names > globbing path 'C:/texlive/2025/texmf-dist/fonts/truetype/**.TTC' fonts > names &

[NTG-context] Re: Using Kurinto: Cursive/Slanted

2025-06-18 Thread Pablo Rodriguez via ntg-context
On 6/17/25 17:59, Mike Urban wrote: > I continue to be stumped by font stuff. I want to use the cursive- > style font (font family Kurinto TRom) for italics, but still use the > normal oblique style for slanted. But the naïve/obvious approach > doesn't do it—italics are unaffe

[NTG-context] Using Kurinto: Cursive/Slanted

2025-06-17 Thread Mike Urban
I continue to be stumped by font stuff. I want to use the cursive-style font (font family Kurinto TRom) for italics, but still use the normal oblique style for slanted. But the naïve/obvious approach doesn't do it—italics are unaffected. Help? Here's what I tried:

[NTG-context] Re: Bug report about \definefallbackfamily and other questions

2025-04-24 Thread Wolfgang Schuster
Am 23.04.2025 um 19:07 schrieb Pablo Rodriguez via ntg-context: On 4/18/25 20:24, Wolfgang Schuster wrote: [...] The same result can be reproduced without \definefontfamily and is limited to compact fonts. \definefontfallback [FallbackRegular] [file:notoserifregular*default,slanted

[NTG-context] Re: Bug report about \definefallbackfamily and other questions

2025-04-24 Thread Pablo Rodriguez via ntg-context
On 4/23/25 20:33, Wolfgang Schuster wrote: > Am 23.04.2025 um 19:07 schrieb Pablo Rodriguez via ntg-context: > [...] > > What is the content of both files? The contents of "source.tex" read: \definefontfallback [FallbackRegular] [file:NotoSerif.ttf*default,sl

[NTG-context] Re: Bug report about \definefallbackfamily and other questions

2025-04-23 Thread Wolfgang Schuster
Am 23.04.2025 um 19:07 schrieb Pablo Rodriguez via ntg-context: On 4/18/25 20:24, Wolfgang Schuster wrote: [...] The same result can be reproduced without \definefontfamily and is limited to compact fonts. \definefontfallback [FallbackRegular] [file:notoserifregular*default,slanted

[NTG-context] Re: Bug report about \definefallbackfamily and other questions

2025-04-23 Thread Pablo Rodriguez via ntg-context
On 4/18/25 20:24, Wolfgang Schuster wrote: > [...] > The same result can be reproduced without \definefontfamily and is > limited to compact fonts. > > \definefontfallback [FallbackRegular] > [file:notoserifregular*default,slanted] [greekandcoptic] > > \definefont

[NTG-context] Re: Bug report about \definefallbackfamily and other questions

2025-04-18 Thread Wolfgang Schuster
][latinmodernroman] \setupbodyfont[mainface] \starttext \sl something αβγ \stoptext ``` The three greek letters are slanted when compiled with older ConTeXt LMTX (before Oct.19, 2024), but they remain upright under the latest version. ___ # Question: ad-hoc font features I tried to specify ad-hoc

[NTG-context] Bug report about \definefallbackfamily and other questions

2025-04-18 Thread Sylvain Hubert
\sl something αβγ \stoptext ``` The three greek letters are slanted when compiled with older ConTeXt LMTX (before Oct.19, 2024), but they remain upright under the latest version. ___ # Question: ad-hoc font features I tried to specify ad-hoc font features (see below) in `\definefontfamily` like

[NTG-context] Re: How to check if a register item appears in a specific chapter, or not?

2025-04-05 Thread Bruce Horrocks
will learn to apply proper citation methods for materials sourced from the library.} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=1, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress=yes] \setupregister[learnedlong

[NTG-context] How to check if a register item appears in a specific chapter, or not?

2025-04-05 Thread Joel via ntg-context
for materials sourced from the library.} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=1, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress=yes] \setupregister[learnedlong][style=sansbold, textstyle=slanted, n=1

[NTG-context] Re: Negative font slant broken with compact fonts

2025-03-20 Thread Pablo Rodriguez via ntg-context
nition after \starttext. BTW, I needed to add an \stoptext, because my file for test is a huge concatenation of previous tests. > I tried compiling that document just now, and with the "sl=" > uncommented, I get the correctly-slanted Greek letters, both with and > without compact fo

[NTG-context] Re: Negative font slant broken with compact fonts

2025-03-19 Thread Max Chernoff via ntg-context
tem and user format/font caches just in case there was a problem there. > > When compiled with "context", I get the error message > > I get no error an no slanted font. > > > but when compiled with "context --nocompactfonts", I get the correct > >

[NTG-context] Re: Negative font slant broken with compact fonts

2025-03-19 Thread Pablo Rodriguez via ntg-context
fault][Slant=-1] > > \startTEXpage > Hello, world! > \stopTEXpage > > When compiled with "context", I get the error message I get no error an no slanted font. > but when compiled with "context --nocompactfonts", I get the correct > result. I’m afraid I

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-10 Thread Pablo Rodriguez via ntg-context
On 2/8/25 11:46, Wolfgang Schuster wrote: > Am 08.02.2025 um 11:35 schrieb Pablo Rodriguez via ntg-context: >> On 2/8/25 11:18, Wolfgang Schuster wrote: >>> >>> I can't reproduce the error and the following works as intended. Wolfgang and Hans, I was able to reproduce the issue in https://context

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-09 Thread Pablo Rodriguez via ntg-context
On 2/9/25 12:23, Pablo Rodriguez via ntg-context wrote: > On 2/8/25 11:46, Wolfgang Schuster wrote: >> [...] >> I tested your example with and without the fake slant, both work. > > I’m still having the issue on a different machine (Win64), even with a > clean installation there. Wolfgang, on ano

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-09 Thread Pablo Rodriguez via ntg-context
On 2/8/25 11:46, Wolfgang Schuster wrote: > [...] > I tested your example with and without the fake slant, both work. I’m still having the issue on a different machine (Win64), even with a clean installation there. Not sure what I may be doing wrong. Pablo ___

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Pablo Rodriguez via ntg-context
On 2/8/25 12:05, Hans Hagen wrote: > [...] > btw, we're going to make compact font mode the default and add a > >--nocompactfonts > > switch (at least for a while). Many thanks for the info, Hans. It makes sens to have compact fonts as default. Pablo _

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Pablo Rodriguez via ntg-context
On 2/8/25 11:46, Wolfgang Schuster wrote: > [...] > I tested your example with and without the fake slant, both work. Weird, I cannot get the fake slant even in a brand new installation (on the same linux64 machine). I even disabled $HOME/texmf/texmf-local/cont-loc.mkxl (by moving it to $HOME/.te

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Hans Hagen
On 2/8/2025 11:35 AM, Pablo Rodriguez via ntg-context wrote: On 2/8/25 11:18, Wolfgang Schuster wrote: I can't reproduce the error and the following works as intended. Many thanks for your fast reply, Wolfgang. Your sample doesn‘t use the faked slant (font feature defined by ConTeXt), but an

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Wolfgang Schuster
Am 08.02.2025 um 11:35 schrieb Pablo Rodriguez via ntg-context: On 2/8/25 11:18, Wolfgang Schuster wrote: I can't reproduce the error and the following works as intended. Many thanks for your fast reply, Wolfgang. Your sample doesn‘t use the faked slant (font feature defined by ConTeXt), but

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Pablo Rodriguez via ntg-context
On 2/8/25 11:18, Wolfgang Schuster wrote: > > I can't reproduce the error and the following works as intended. Many thanks for your fast reply, Wolfgang. Your sample doesn‘t use the faked slant (font feature defined by ConTeXt), but an oblique font. I don’t know why the error happens on my Linux

[NTG-context] Re: compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Wolfgang Schuster
][rm][Latin Modern Sans] %[sl={style:regular, features:slanted}] \setupbodyfont [mainface] \starttext αβγ9 some word others\\ \sl αβγ9 some word others \stoptext The only way to get slanted Greek is either with disabled compact fonts, or with fake slanted added to

[NTG-context] compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2025-02-08 Thread Pablo Rodriguez via ntg-context
}] \setupbodyfont [mainface] \starttext αβγ9 some word others\\ \sl αβγ9 some word others \stoptext The only way to get slanted Greek is either with disabled compact fonts, or with fake slanted added to \definefontfamily. I’m experiencing this with LMTX only (MkIV is fine). I’m using

[NTG-context] Re: \inch not doing the expected thing (what I expect, anyway).

2024-11-15 Thread Bruce Horrocks
> On 14 Nov 2024, at 19:35, Keith McKay wrote: > > In last night's ConTeXt meeting there was a discussion on the use of vertical > or slanted double primes for inches. The general consensus was that slanted > should be used. Unfortunately I wasn’t able to attend but, if

[NTG-context] Re: \inch not doing the expected thing (what I expect, anyway).

2024-11-15 Thread Jim
On Thu, Nov 14, 2024 at 19:35 (+), Keith McKay wrote: > In last night's ConTeXt meeting there was a discussion on the use of > vertical or slanted double primes for inches. The general consensus was that > slanted should be used. >  I had a look in my copy of The Elemen

[NTG-context] Re: \inch not doing the expected thing (what I expect, anyway).

2024-11-14 Thread Keith McKay
In last night's ConTeXt meeting there was a discussion on the use of vertical or slanted double primes for inches. The general consensus was that slanted should be used.  I had a look in my copy of The Elements of Typographic Style version 3.0 by Richard Bringhurst and he says (pag

[NTG-context] Re: Zigzag left margin with italics

2024-11-04 Thread Wolfgang Schuster
topluacode \definefontfeature    [default]    [default]    [protrusion=rik,expansion=quality] Define a feature which sets only the custom protrusion values: \definefontfeature [rik] [protrusion=quality] and create a new typeface where you apply the new feature to the italic/slanted style: \define

[NTG-context] Re: Zigzag left margin with italics

2024-11-04 Thread Hans Hagen
  [default]    [protrusion=rik,expansion=quality] Define a feature which sets only the custom protrusion values: \definefontfeature [rik] [protrusion=quality] and create a new typeface where you apply the new feature to the italic/slanted style: \definefontfamily [riktimes] [rm] [TeX Gyre T

[NTG-context] Re: Zigzag left margin with italics

2024-11-04 Thread Rik Kabel
on=quality] Define a feature which sets only the custom protrusion values: \definefontfeature [rik] [protrusion=quality] and create a new typeface where you apply the new feature to the italic/slanted style: \definefontfamily [riktimes] [rm] [TeX Gyre Termes] [sl=features:{default,rik}] Afte

[NTG-context] Re: Zigzag left margin with italics

2024-11-04 Thread Wolfgang Schuster
the custom protrusion values: \definefontfeature [rik] [protrusion=quality] and create a new typeface where you apply the new feature to the italic/slanted style: \definefontfamily [riktimes] [rm] [TeX Gyre Termes] [sl=features:{default,rik}] Afterwards use \seupbodyfont[riktimes] to access the ne

[NTG-context] compact fonts, fake slanted and \definefallbackfamily (LMTX only)

2024-11-04 Thread Pablo Rodriguez via ntg-context
}] \setupbodyfont [mainface] \starttext αβγ9 some word others\\ \sl αβγ9 some word others \stoptext The only way to get slanted Greek is either not to enable compact fonts or to add fake slanted to \definefontfamily. I’m experiencing this with LMTX only (MkIV is fine). I’m using

[NTG-context] Re: fake slant for definefallbackfamily

2024-10-20 Thread Pablo Rodriguez via ntg-context
l contain Greek: \definefallbackfamily [mainface][rm][Dejavu Sans] [sl={style:regular, features:slanted},preset=range:greek] \definefontfamily [mainface][rm][Latin Modern Sans] \setupbodyfont [mainface] \starttext αβγ9 some word others \sl αβγ9 some word others \stoptext I cannot get t

[NTG-context] Re: crossreferences

2024-09-29 Thread Wolfgang Schuster
\setupheadertexts[section][pagenumber][pagenumber][chapter] \mainlanguage[en] Not necessary because english is the default language. \setupbodyfontenvironment [default][em=italic] Not necessary for charter because there is only a italic style, you need this only for fonts which have an italic and slant

[NTG-context] Re: Combining styles (especially bold and italic)

2024-09-04 Thread Gerion Entrup
an italic part while the heading is bold, but both > > styles are defined at another place. > > Is there a way to tell ConTeXt to combine them, so that it is bold > > _and_ italic? > Hi Gerion, > > you may combine emphasis with bold and set emphasis to italic (default

[NTG-context] Re: Combining styles (especially bold and italic)

2024-09-03 Thread Pablo Rodriguez via ntg-context
ll ConTeXt to combine them, so that it is bold > _and_ italic? Hi Gerion, you may combine emphasis with bold and set emphasis to italic (default is slanted), such as in: \setupbodyfontenvironment [default] [em=italic] \define\somename{HX{\em print}\autoinsertnextspace}

[NTG-context] Re: Questions regarding fonts: obliques (fake italics), ligatures and kerning

2024-08-27 Thread Gerion Entrup
ntfamily [myfont][teletype][overpass][rscale=0.93] > >>> \definefontfamily [myfont][mono][overpassmono][rscale=0.93] > >>> \definetypeface [myfont][mathematics][math] [xcharter] > >>> > >>> \setupbodyfont[myfont, 11pt] > >>> > >>&

[NTG-context] Re: Questions regarding fonts: obliques (fake italics), ligatures and kerning

2024-08-27 Thread Wolfgang Schuster
Vitae, Vase, LT, VA, Y., Effizient, abcdel™, \italic{effi abcdel™}, \slanted{effi abcdel™}\\ \style[sans]{Vitae, Vase, LT, VA, Y., Effizient, abcdel™, \italic{effi abcdel™}, \slanted{effi abcdel™}}\\ \style[mono]{Vitae, Vase, LT, VA, Y., Effizient, abcdel™, \italic{effi abcdel™}, \slanted

[NTG-context] Re: Questions regarding fonts: obliques (fake italics), ligatures and kerning

2024-08-27 Thread Gerion Entrup
font][mono][overpassmono][rscale=0.93] > > \definetypeface [myfont][mathematics][math] [xcharter] > > > > \setupbodyfont[myfont, 11pt] > > > > \startTEXpage > > > > \showfontkerns > > > > Vitae, Vase, LT, VA, Y., Effizient, abcde

[NTG-context] Re: Questions regarding fonts: obliques (fake italics), ligatures and kerning

2024-08-27 Thread Wolfgang Schuster
] \definefontfamily [myfont][mono][overpassmono][rscale=0.93] \definetypeface [myfont][mathematics][math] [xcharter] \setupbodyfont[myfont, 11pt] \startTEXpage \showfontkerns Vitae, Vase, LT, VA, Y., Effizient, abcdel™, \italic{effi abcdel™}, \slanted{effi abcdel™}\\ \style[sans]{Vitae

[NTG-context] Questions regarding fonts: obliques (fake italics), ligatures and kerning

2024-08-27 Thread Gerion Entrup
][rscale=0.93] \definefontfamily [myfont][mono][overpassmono][rscale=0.93] \definetypeface [myfont][mathematics][math] [xcharter] \setupbodyfont[myfont, 11pt] \startTEXpage \showfontkerns Vitae, Vase, LT, VA, Y., Effizient, abcdel™, \italic{effi abcdel™}, \slanted{effi abcdel™

[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
,mono] [uprightonly] \definefontsynonym [\typescriptprefix\typescriptone Italic] [\typescriptprefix\typescriptone] \definefontsynonym [\typescriptprefix\typescriptone Slanted] [\typescriptprefix\typescriptone] \definefontsynonym [\typescriptprefix\typescriptone Bold] [\typescriptprefix

[NTG-context] slanted fallback and compact fonts

2024-08-19 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: %~ \enableexperiments[fonts.compact] \definefallbackfamily[mainface] [rm][TeX Gyre Pagella] [range={0x0061}, force=yes, it={style:tf, features:{slanted}}] \definefontfamily[mainface] [rm][TeX Gyre Pagella] %[it={style:tf, features

[NTG-context] Re: Cite-proc Lua - Following up

2024-06-12 Thread Max Chernoff
end require("util-jsn") local output = require("citeproc-output") local ConTeXtWriter = output.LatexWriter ConTeXtWriter.markups = { ["bibstart"] = [[\startitemize]], ["bibend"] = [[\stopitemize]],

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

2024-05-15 Thread madiazm . eoicc
nusSerif-Italic] [file:/fonts/LibertinusSerif-Italic.otf] \definefontsynonym[LibertinusSerif-Bold] [file:/fonts/LibertinusSerif-Semibold.otf] \definefontsynonym[LibertinusSerif-BoldItalic] [file:/fonts/LibertinusSerif-SemiboldItalic.otf] \definefontsynonym[Libertin

[NTG-context] Re: How to track down source of [entry not flushed] displaying in indexes?

2024-03-13 Thread Joel via ntg-context
s you see it isn't showing the error, so something else in the document is causing it: \setvalue{W3}{this is text for W3} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=3, pagenumber=yes, indicator=no] % \defineregister[learne

[NTG-context] Re: How to track down source of [entry not flushed] displaying in indexes?

2024-03-13 Thread Joel via ntg-context
t showing the error, so something else in the document is causing it: \setvalue{W3}{this is text for W3} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=3, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress

[NTG-context] How to track down source of [entry not flushed] displaying in indexes?

2024-03-13 Thread Joel via ntg-context
or W3} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=3, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress=yes] \setupregister[learnedlong][style=sansbold, textstyle=slanted, n=2, pagenumber=yes, indicator=no] % \def

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Hans Hagen
{\glyphslant  500 test \glyphslant \numericscaled2.0\glyphslant test} test test {\glyphweight 100 test \glyphweight\numericscaled2.0\glyphweight test} test \stoptext The problem is that compact mode uses them to apply the slanted feature without any manual use of the commands from a user

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Wolfgang Schuster
\glyphslant test} test test {\glyphweight 100 test \glyphweight\numericscaled2.0\glyphweight test} test \stoptext The problem is that compact mode uses them to apply the slanted feature without any manual use of the commands from a user. \enableexperiments[fonts.compact] \definefontfamily

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-09 Thread Wolfgang Schuster
Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 19:39: On 3/8/24 19:09, Wolfgang Schuster wrote: Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 18:50: [...] LMTX gets b, c and d in slanted form. LuaTeX gets only b and c in slanted form. [...] I get b and d in italic which

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Pablo Rodriguez via ntg-context
On 3/8/24 19:09, Wolfgang Schuster wrote: > Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 18:50: >> [...] >> LMTX gets b, c and d in slanted form. >> >> LuaTeX gets only b and c in slanted form. > [...] > I get b and d in italic which is the expected out

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Henning Hraban Ramm
={style: regular, features:{default, quality, slanted}}, sl={style: regular, features:{default, quality, slanted}}] \setupbodyfontenvironment [default] [em=italic] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] a\\ \em b\\ \em c\\ \em d

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Wolfgang Schuster
={style: regular, features:{default, quality, slanted}}, sl={style: regular, features:{default, quality, slanted}}] \setupbodyfontenvironment [default] [em=italic] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] a\\ \em b\\ \em c\\ \em d

[NTG-context] \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Pablo Rodriguez via ntg-context
Dear list, the following latest gets differents results when compiled with MkXL and MkIV (in current latest from 2024.03.05 11:26): \definefontfamily[mainface][rm][TeX Gyre Termes] [features={default, quality}, it={style: regular, features:{default, quality, slanted}}, sl={style

[NTG-context] Re: issue mixing font features (LMTX & MkIV)

2024-03-04 Thread Hans Hagen via ntg-context
On 3/3/2024 11:54 AM, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \definefontfeature[wider][extend=2] \definefontfamily[mainface][rm][TeX Gyre Pagella] [features={default, quality, wider}, it={style: regular, features:{default, slanted

[NTG-context] issue mixing font features (LMTX & MkIV)

2024-03-03 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \definefontfeature[wider][extend=2] \definefontfamily[mainface][rm][TeX Gyre Pagella] [features={default, quality, wider}, it={style: regular, features:{default, slanted, quality}}, bf={style: regular, features:{default, boldened-30

[NTG-context] Re: Japanese

2024-02-29 Thread Jeong Dal via ntg-context
e, > > JP > > Le 28/02/2024 à 18:34, Henning Hraban Ramm a écrit : > > Am 28.02.24 um 08:34 schrieb Otared Kavian: > >> Dear Dalyoung, > >> > >> Thank you very much for your insight. I downloaded the Noto Serif JP > >> fonts and set up a fontfam

[NTG-context] Re: Japanese

2024-02-28 Thread Emanuel Han via ntg-context
JP > >> fonts and set up a fontfamily as you indicated, by adding > >> \setscript[nihongo] > >> which solves a problem I had with line breakings. And everything > >> works smoothly! > >> > >> So, for the mail archive, here is what I have and what

[NTG-context] Re: Japanese

2024-02-28 Thread Jean-Pierre Delange
works fine: %%% Noto Fonts \definefontfamily[JapaneseFont][rm][Noto Serif JP]    [   it={style:regular,features:{*,slanted}},        sl={style:regular,features:{*,slanted}},        bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][ss][Noto Serif JP]    [   it

[NTG-context] Re: Japanese

2024-02-28 Thread Henning Hraban Ramm
, for the mail archive, here is what I have and what works fine: %%% Noto Fonts \definefontfamily[JapaneseFont][rm][Noto Serif JP]   [   it={style:regular,features:{*,slanted}},       sl={style:regular,features:{*,slanted}},       bi={style:bold,features:{*,slanted}},force=yes

[NTG-context] Re: Japanese

2024-02-27 Thread Otared Kavian
what works fine: %%% Noto Fonts \definefontfamily[JapaneseFont][rm][Noto Serif JP] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][ss][Noto Serif JP] [ it

[NTG-context] Re: Japanese

2024-02-27 Thread Jeong Dal via ntg-context
;Noto Serif CJK KR” to Japanese font. I also use "\setscript[hangul]” when I use Korean as mainlanaguage. I hope that you may enhance the following code. Best regards, Dalyoung %%% Noto Fonts \definefontfamily[notoFont][rm][Noto Serif CJK KR] [ it={style:regular,features:{*,slanted}}

[NTG-context] Problem with textstyle

2023-11-17 Thread Rik Kabel
tstyle=cap, ] \starttext \startchapter    [title={Oops!}] \input knuth-gpt \par \stopchapter \stoptext Replacing the textstyle /cap/ by any of /bold/, /slanted/, /smallcaps/, and /italic/ results in a clean compilation but the indicated style is not applied. Usi

[NTG-context] Re: Modernizing Parametric type design A case study of Nupuram Malayalam typeface

2023-11-04 Thread BPJ
dth and/or a general slant trough `currenttransform := identity slanted ...`[3] and/or modifying heights, and the conversion method may be less sophisticated (though it avoided needing to remove overlaps!) but still! I have often thought about doing a more ambitious project using more metaness

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
On 9/2/23 12:42, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 02.09.2023 um 12:35: >> [...] >> Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I >> know I should know better, but I‘m stuck at this): >> >> \definefontfamily[mai

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 02.09.2023 um 12:35: [...] Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I know I should know better, but I‘m stuck at this): \definefontfamily[mainface][rm][DejaVu Sans] [sl≃style:bf] You're using the wrong symbol (you have a

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
same output as I get with MkIV, the slant stays > the same for all sizes. This works also perfectly fine for me now. Many thanks for the fix and the help, Hans and Wolfgang. Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I know I should know better, but I‘m stuck at t

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
][DejaVu Sans] [sl={style:tf, features:{default,slanted}}]    \setupbodyfont[maf, 8pt]    \setupfittingpage[offset=1ex]    \starttext    \startTEXpage    a {\em b}    \stopTEXpage    \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]    a {\em b}    \stopTEXpage    \stoptext Using LMTX

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Hans Hagen
:{default,slanted}}]    \setupbodyfont[maf, 8pt]    \setupfittingpage[offset=1ex]    \starttext    \startTEXpage    a {\em b}    \stopTEXpage    \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]    a {\em b}    \stopTEXpage    \stoptext Using LMTX higher font size gives less slanted text (or not

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 02.09.2023 um 10:25: Dear list, I have the following sample (using current latest from 2023.08.27 13:48): \setupinteractionscreen[option=max] \definefontfamily[maf][rm][DejaVu Sans] [sl={style:tf, features:{default,slanted}}] \setupbodyfont[maf, 8pt

[NTG-context] slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
Dear list, I have the following sample (using current latest from 2023.08.27 13:48): \setupinteractionscreen[option=max] \definefontfamily[maf][rm][DejaVu Sans] [sl={style:tf, features:{default,slanted}}] \setupbodyfont[maf, 8pt] \setupfittingpage[offset=1ex] \starttext

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

2023-08-19 Thread Hamid,Idris
document. Ah, yes (and a similar point can be made about slanted/oblique (\sl). Many thanks for the clarification. Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523

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

2023-08-19 Thread Hamid,Idris
. ConTeXt has a command which can be used to check whether the current active font provides the smcp feature but the recommended way is to choose a font which supports to method (\sc or \setsmallcaps) which is used in the document. Ah, yes (and a similar point can be made about slanted/oblique (\sl

Re: [NTG-context] How to add data from another PDF in index?

2023-02-26 Thread Joel via ntg-context
% > \defineregister[learnedshort][compress=yes] > \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, indicator=no] % > \defineregister[learnedlong][compress=yes] > \setupregister[learnedlong][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, i

Re: [NTG-context] How to add data from another PDF in index?

2023-02-26 Thread Alan Braslau via ntg-context
his custom index using this code, in both the textbook and > workbook: % > \defineregister[learnedshort][compress=yes] > \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, indicator=no] % > \defineregister[learnedlong][compress=yes] > \setupre

Re: [NTG-context] How to add data from another PDF in index?

2023-02-24 Thread Alan Braslau via ntg-context
: > I am making a textbook and workbook set. > I have this custom index using this code, in both the textbook and > workbook: % > \defineregister[learnedshort][compress=yes] > \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, indicator=no] %

[NTG-context] How to add data from another PDF in index?

2023-02-23 Thread Joel via ntg-context
I am making a textbook and workbook set. I have this custom index using this code, in both the textbook and workbook: % \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, pagenumber=yes, indicator=no] % \defineregister[learnedlong

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

2023-01-30 Thread Mattias Märka via ntg-context
[SerifBold][name:LucidaBright-Demi] \definefontsynonym[SerifBoldItalic][name:LucidaBright-DemiItalic] \definefontsynonym[SerifSlanted][name:LucidaBright-Slanted] \definefontsynonym[SerifCaps][name:LucidaBrightSmallcaps] \definefontsynonym[SerifBoldCaps][name:LucidaBrightSmallCaps-Demi] \stop

[NTG-context] Why won't custom indexes work when the value comes from \getvalue?

2023-01-21 Thread Joel via ntg-context
when \getvalue{} is placed inside, it can't find the value. Any suggestions? --Joel \defineregister[coreidea][compress=yes]\setupregister[coreidea][style=sansbold, textstyle=slanted, n=2, pagenumber=yes, indicator=no] \define[1]\setcoreidea{%     \coreidea{#1}% } \setvalue{secret1}{this

Re: [NTG-context] move glyph vertically

2022-12-22 Thread Hans Hagen via ntg-context
on and exclamation marks, so they are at the same height that its closing counterparts. I thought there may be a GPOS feature that could achieve this, but I must admit I have no idea about how to achive it. In my document, this should only work with the slanted feature. Could anyone tell me how coul

[NTG-context] move glyph vertically

2022-12-22 Thread Pablo Rodriguez via ntg-context
terparts. I thought there may be a GPOS feature that could achieve this, but I must admit I have no idea about how to achive it. In my document, this should only work with the slanted feature. Could anyone tell me how could I move vertically single gl

[NTG-context] Definestartstop, Narrower, and Blockquotej

2022-12-17 Thread Michael Urban via ntg-context
I get a decidedly odd (or, at least, unexpected by me) result from this, based on the example on the contextgarden page for definestartstop: \starttext \defineblank[ExtractDistance][3pt] \definestartstop[Extract][ style=slanted, before={\blank[ExtractDistance] \setupnarrower[left

[NTG-context] lmtx upload

2022-12-01 Thread Hans Hagen via ntg-context
eeded for the rather nice: https://gitlab.com/smc/fonts/Nupuram/-/blob/master/docs/README.md which is used like: \startTEXpage[offset=1dk,align={normal,tolerant,stretch}] \definefontfeature[colored][default][colr=9] \definefontfeature[slanted][default][slant=.2] \definedfont[name:nu

Re: [NTG-context] Getting started with Japanese

2022-07-10 Thread Wolfgang Schuster via ntg-context
Japanese in LMTX (on macOS). 1. You need a font to typeset japanese. 2. Add \setscript[nihongo] to your document to enable line breaks. begin example \definefontfamily [noto-cjk-jp] [serif] [Noto Serif CJK JP]   [it={style:regular,features:{*,slanted}},    bi={style:bold,features:{*,slanted

Re: [NTG-context] upload

2022-07-08 Thread Hans Hagen via ntg-context
! I wonder why such a simple and elegant solution was not around before… they were to some extend (in split=text mode) but never advocated but we added some to it as well as made it work with diferent alignments (most noticeably slanted) and number placement (overflow) As a plain TeX tradition

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Hans Hagen via ntg-context
ou're right. You're joking right? SInce when can one not set up something in some context subsystem? Why would I make a table mechanism with no presets? \starttext \setupxtable[suffix][align=middle,foregroundcolor=red] \setupxtable[blabla][foregroundstyle=slanted] \setupxtable[crap] [

Re: [NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Hans Hagen via ntg-context
upregister[learned][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \starttext         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.1}     \startchapter[title=Standards]         \placelearned     \stopchapter \stop

Re: [NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Joel via ntg-context
andard's ID, it creates a custom index entry, and `\placelearned` displays that index. \defineregister[learned][compress=yes] \setupregister[learned][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \starttext         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.3}   

[NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Joel via ntg-context
used the following code to create such an index, if I simply place `\learned{}` somewhere containing the standard's ID, it creates a custom index entry, and `\placelearned` displays that index. \defineregister[learned][compress=yes] \setupregister[learned][style=sansbold, textstyle=sl

Re: [NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Henning Hraban Ramm via ntg-context
-- Joel Here is my minimum working example: \defineregister[listdates][compress=yes] \setupregister[listdates][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \define[2]\dateis{%     \listdates{#1~\emdash ~#2}% }% \starttext \dateis{1900s+1911}{Some event happened} \dateis{1900s+19

[NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Joel via ntg-context
gister[listdates][compress=yes] \setupregister[listdates][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \define[2]\dateis{%     \listdates{#1~\emdash ~#2}% }% \starttext \dateis{1900s+1911}{Some event happened} \dateis{1900s+1912}{Yet another event happened} \dateis{1900s+1912}{Another

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
back, 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:linlibertin

  1   2   3   4   5   6   7   >