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

2024-09-04 Thread Gerion Entrup
Am Dienstag, 3. September 2024, 20:51:39 MESZ schrieb Wolfgang Schuster: > Gerion Entrup schrieb am 03.09.2024 um 18:28: > > Hi, > > > > I have the situation that I want to typeset a special formatted name within > > a section heading. > > The name contains an

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

2024-09-04 Thread Gerion Entrup
Am Dienstag, 3. September 2024, 20:31:31 MESZ schrieb Pablo Rodriguez via ntg-context: > On 9/3/24 18:28, Gerion Entrup wrote: > > Hi, > > > > I have the situation that I want to typeset a special formatted name > > within a section heading. > > The name contains

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

2024-09-04 Thread Gerion Entrup
Am Dienstag, 3. September 2024, 20:34:28 MESZ schrieb Henning Hraban Ramm: > Am 03.09.24 um 18:28 schrieb Gerion Entrup: > > Hi, > > > > I have the situation that I want to typeset a special formatted name within > > a section heading. > > The name contains an

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

2024-09-03 Thread Wolfgang Schuster
Gerion Entrup schrieb am 03.09.2024 um 18:28: Hi, I have the situation that I want to typeset a special formatted name within a section heading. The name contains 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

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

2024-09-03 Thread Pablo Rodriguez via ntg-context
On 9/3/24 18:28, Gerion Entrup wrote: > Hi, > > I have the situation that I want to typeset a special formatted name > within a section heading. > The name contains an italic part while the heading is bold, but both > styles are defined at another place. > Is there a way to te

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

2024-09-03 Thread Henning Hraban Ramm
Am 03.09.24 um 18:28 schrieb Gerion Entrup: Hi, I have the situation that I want to typeset a special formatted name within a section heading. The name contains 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

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

2024-09-03 Thread Gerion Entrup
Hi, I have the situation that I want to typeset a special formatted name within a section heading. The name contains 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? Here is

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-29 Thread Jim
On Thu, Aug 29, 2024 at 23:04 (+0200), Wolfgang Schuster wrote: > Jim schrieb am 29.08.2024 um 21:19: >> Hans (et al), >> I'm a couple of days late to this party, but none of the above suggestions >> give me any italic correction. I updated my ConTeXt today, but the

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-29 Thread Wolfgang Schuster
Jim schrieb am 29.08.2024 um 21:19: Hans (et al), I'm a couple of days late to this party, but none of the above suggestions give me any italic correction. I updated my ConTeXt today, but the fact that the first one doesn't work didn't surprise me, given your last sentence. How

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-29 Thread Jim
On Tue, Aug 27, 2024 at 09:07 (+0200), Hans Hagen wrote: > On 8/26/2024 8:32 PM, cont...@vladimirgrbic.com wrote: >> Hello, >> I started using ConTeXt LMTX 2 days ago and after some initial testing I >> noticed an unexpected behavior regarding italic correction. >>

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-27 Thread Hans Hagen
On 8/27/2024 5:20 PM, Vladimir Grbić wrote: Thank you all, I am looking forward to it being fixed. keep in mind that there is no italic correction in open type fonts so we use (in lmtx) different trickery which is why we also have left correction; there is also some enabled 'autro

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-27 Thread Vladimir Grbić
d after some initial testing I > > noticed an unexpected behavior regarding italic correction. > > > > In short, I cannot seem to produce italic correction like I could in plain > > TeX or even LaTeX. > > There are three ways: > > the{\sl air\/}port > > t

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-27 Thread Hans Hagen
On 8/26/2024 8:32 PM, cont...@vladimirgrbic.com wrote: Hello, I started using ConTeXt LMTX 2 days ago and after some initial testing I noticed an unexpected behavior regarding italic correction. In short, I cannot seem to produce italic correction like I could in plain TeX or even LaTeX

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-26 Thread Bruce Horrocks
> On 26 Aug 2024, at 19:32, cont...@vladimirgrbic.com wrote: > > Please confirm if this, in fact, is the issue/bug or if I am not approaching > this correctly. I am brand new to ConTeXt, so it could be me. Thank you in > advance! It seems as though it used to work (see

[NTG-context] BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-26 Thread contact
Hello, I started using ConTeXt LMTX 2 days ago and after some initial testing I noticed an unexpected behavior regarding italic correction. In short, I cannot seem to produce italic correction like I could in plain TeX or even LaTeX. I've asked the question on TeX StackExchange and an

Re: [NTG-context] Question on style-italic vs style=italicface

2021-10-24 Thread Wolfgang Schuster via ntg-context
a result. Look at the definition. If the current fontalternative is it \it it will give a \tf result. It is sensitive to the current state in a similar way that \em and \emph are, but it will always give an italic or roman result. If we leave the comparisons between \em and \italicface aside

Re: [NTG-context] Question on style-italic vs style=italicface

2021-10-02 Thread Henning Hraban Ramm via ntg-context
s a result. Look at the definition. If the current fontalternative is it >> \it it will give a \tf result. It is sensitive to the current state in a >> similar way that \em and \emph are, but it will always give an italic or >> roman result. >> > > If we leave the

Re: [NTG-context] Question on style-italic vs style=italicface

2021-10-02 Thread Wolfgang Schuster via ntg-context
state in a similar way that \em and \emph are, but it will always give an italic or roman result. If we leave the comparisons between \em and \italicface aside and talk only about the results from \italicface we have a common ground. You're right the results from \italicface a

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Rik Kabel via ntg-context
always give an italic or roman result. -- Rik On 9/26/2021 18:37, Wolfgang Schuster via ntg-context wrote: Rik Kabel via ntg-context schrieb am 27.09.2021 um 00:20: So, I am asking whether, in places where folks often use style=italic, it might be better to consider style=italicface. Bug

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Wolfgang Schuster via ntg-context
Rik Kabel via ntg-context schrieb am 27.09.2021 um 00:20: On 9/26/2021 16:29, Wolfgang Schuster via ntg-context wrote: Rik Kabel via ntg-context schrieb am 26.09.2021 um 22:13: Hello list mavens, What are the circumstances under which style=italicface should be used instead of style=italic

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Rik Kabel via ntg-context
On 9/26/2021 16:29, Wolfgang Schuster via ntg-context wrote: Rik Kabel via ntg-context schrieb am 26.09.2021 um 22:13: Hello list mavens, What are the circumstances under which style=italicface should be used instead of style=italic. I note a difference when I define highlighting. I

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Wolfgang Schuster via ntg-context
Rik Kabel via ntg-context schrieb am 26.09.2021 um 22:13: Hello list mavens, What are the circumstances under which style=italicface should be used instead of style=italic. I note a difference when I define highlighting. I expected to see no difference in the line before and line after the

[NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Rik Kabel via ntg-context
Hello list mavens, What are the circumstances under which style=italicface should be used instead of style=italic. I note a difference when I define highlighting. I expected to see no difference in the line before and line after the hairline the example below, but see that italicface adapts

Re: [NTG-context] Why does HerosBold give bold italic?

2021-08-25 Thread Wolfgang Schuster via ntg-context
Bruce Horrocks via ntg-context schrieb am 25.08.2021 um 23:15: On 25 Aug 2021, at 13:56, Wolfgang Schuster wrote: Bruce Horrocks via ntg-context schrieb am 25.08.2021 um 14:28: Why does HerosBold give bold italic instead of just bold? \definefont[TestA][name:Heros at 14pt] \definefont[TestB

Re: [NTG-context] Why does HerosBold give bold italic?

2021-08-25 Thread Bruce Horrocks via ntg-context
> On 25 Aug 2021, at 13:56, Wolfgang Schuster > wrote: > > Bruce Horrocks via ntg-context schrieb am 25.08.2021 um 14:28: >> Why does HerosBold give bold italic instead of just bold? >> >> \definefont[TestA][name:Heros at 14pt] >> \definefont[TestB][na

Re: [NTG-context] Why does HerosBold give bold italic?

2021-08-25 Thread Wolfgang Schuster via ntg-context
Bruce Horrocks via ntg-context schrieb am 25.08.2021 um 14:28: Why does HerosBold give bold italic instead of just bold? \definefont[TestA][name:Heros at 14pt] \definefont[TestB][name:HerosBold at 14pt] \definefont[TestC][name:HerosItalic at 14pt] \starttext \TestA {The quick brown} \TestB {fox

[NTG-context] Why does HerosBold give bold italic?

2021-08-25 Thread Bruce Horrocks via ntg-context
Why does HerosBold give bold italic instead of just bold? \definefont[TestA][name:Heros at 14pt] \definefont[TestB][name:HerosBold at 14pt] \definefont[TestC][name:HerosItalic at 14pt] \starttext \TestA {The quick brown} \TestB {fox jumps over} \TestC {the lazy dog} \stoptext — Bruce Horrocks

Re: [NTG-context] Italic corrections?

2019-08-19 Thread Wolfgang Schuster
Jon Wong schrieb am 19.08.2019 um 19:50: Hi all, Will this work? \usetypescript[pagella] \setupbodyfont[pagella,12pt] \definefontfeature [itlc=yes] This {\em will} work? No, because have to change the font feature before you load the font. When you use \em to get a italic text this is

[NTG-context] Italic corrections?

2019-08-19 Thread Jon Wong
Hi all, Will this work? \usetypescript[pagella] \setupbodyfont[pagella,12pt] \definefontfeature [itlc=yes] This {\em will} work? Regards Jon ___ If your question is of interest to others as well, please add an en

Re: [NTG-context] issue with italic correction (again)

2019-06-27 Thread Pablo Rodriguez
thanks for your detailed explanation, Taco. I really appreciate to understand how the body font is handled in ConTeXt. As you wrote, \setupbodyfont is only needed once. I don’t use other body font command in almost any document. This is a special case, required to show the difference in italic

Re: [NTG-context] issue with italic correction (again)

2019-06-27 Thread Taco Hoekwater
. This only affects the document text, not headers and footers, and does also not do the global setup. You could use \setupbodyfont instead, but \switchtobodyfont is usually what you want, and it is also a bit faster. Anyway, about your example: here is a version that does do the switch

Re: [NTG-context] issue with italic correction (again)

2019-06-26 Thread Pablo Rodriguez
On 6/25/19 10:08 PM, Taco Hoekwater wrote: >> Op 25 jun. 2019 om 21:42 heeft Pablo Rodriguez het volgende geschreven: >> >> BTW, I wonder why the second definition of \DesiredFont doesn’t change >> the font for the buffer used after it. > > Using \switchtobodyfont instead of \setupbodyfont for all

Re: [NTG-context] issue with italic correction (again)

2019-06-25 Thread Taco Hoekwater
> Op 25 jun. 2019 om 21:42 heeft Pablo Rodriguez het volgende > geschreven: > > BTW, I wonder why the second definition of \DesiredFont doesn’t change > the font for the buffer used after it. Using \switchtobodyfont instead of \setupbodyfont for all except the first call should help. You may

[NTG-context] issue with italic correction (again)

2019-06-25 Thread Pablo Rodriguez
Dear list, [sorry for insisting, but I have the impression that the previous version of this message went unnoticed.] I have the following sample: \def\DesiredFont{TeX Gyre Termes} \definefontfeature[italic][itlc=yes,textitalics=yes] \setupitaliccorrection[global, always

[NTG-context] italic correction (before the glyph)

2019-06-23 Thread Pablo Rodriguez
Dear list, I have the following sample: \def\DesiredFont{TeX Gyre Termes} \definefontfeature[italic][itlc=yes,textitalics=yes] \setupitaliccorrection[global, always] \definefontfamily [mainface] [rm] [\DesiredFont] \definefontfamily

Re: [NTG-context] Minion Pro confuses italic correction

2019-02-12 Thread Henri Menke
I just saw it was fixed. Sorry for the noise. On 13/02/19 4:43 PM, Henri Menke wrote: > Bump > > On 21/01/19 3:41 PM, Henri Menke wrote: >> Dear list, >> >> The Minion Pro font, as distributed with Adobe Reader, confuses the >> ConTeXt italic correcti

Re: [NTG-context] Minion Pro confuses italic correction

2019-02-12 Thread Henri Menke
Bump On 21/01/19 3:41 PM, Henri Menke wrote: > Dear list, > > The Minion Pro font, as distributed with Adobe Reader, confuses the > ConTeXt italic correction. The MWE below will fail with > > luatex warning > node filter: error: > ...ext/tex/texmf-context/tex/contex

[NTG-context] Minion Pro confuses italic correction

2019-01-20 Thread Henri Menke
Dear list, The Minion Pro font, as distributed with Adobe Reader, confuses the ConTeXt italic correction. The MWE below will fail with luatex warning > node filter: error: ...ext/tex/texmf-context/tex/context/base/mkiv/typo-itc.lua:130: attempt to compare nil with number It's prob

[NTG-context] disabling italic correction

2018-03-15 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfeature[default][default][itlc=yes] \setupitaliccorrection[global] \starttext {\em of}) \setupitaliccorrection[none] {\em of}) \stoptext Which is the way to enable and disable italic correction in the same sample

Re: [NTG-context] [SPAM] Kerning/italic correction problem with TeX Gyre Bonum font

2018-03-15 Thread Mikael P. Sundqvist
On Thu, Mar 15, 2018 at 9:24 PM, Mikael P. Sundqvist wrote: > On Thu, Mar 15, 2018 at 11:00 AM, Hans Hagen wrote: > >> On 3/10/2018 7:10 PM, Mikael P. Sundqvist wrote: >> >>> Hi Hans and others! >>> >>> I don't know if this is a problem with the font itself or if it is >>> ConTeXt. In any case,

Re: [NTG-context] [SPAM] Kerning/italic correction problem with TeX Gyre Bonum font

2018-03-15 Thread Mikael P. Sundqvist
On Thu, Mar 15, 2018 at 11:00 AM, Hans Hagen wrote: > On 3/10/2018 7:10 PM, Mikael P. Sundqvist wrote: > >> Hi Hans and others! >> >> I don't know if this is a problem with the font itself or if it is >> ConTeXt. In any case, the test file below gives strange output (attached). >> In particular t

Re: [NTG-context] [SPAM] Kerning/italic correction problem with TeX Gyre Bonum font

2018-03-15 Thread Hans Hagen
On 3/10/2018 7:10 PM, Mikael P. Sundqvist wrote: Hi Hans and others! I don't know if this is a problem with the font itself or if it is ConTeXt. In any case, the test file below gives strange output (attached). In particular the space/kerning after $f$ seems to be off. the fonts have bad gly

[NTG-context] Kerning/italic correction problem with TeX Gyre Bonum font

2018-03-10 Thread Mikael P. Sundqvist
Hi Hans and others! I don't know if this is a problem with the font itself or if it is ConTeXt. In any case, the test file below gives strange output (attached). In particular the space/kerning after $f$ seems to be off. Ulrike Fischer reminded me in the StackExchange chat that not so long time a

Re: [NTG-context] italic correction after math

2018-02-14 Thread Hans Hagen
On 2/14/2018 5:30 PM, Alan Braslau wrote: On Wed, 14 Feb 2018 10:12:22 +0100 Ulrike Fischer wrote: ⟂ U+27C2 \perp, for example. This is a "show-stopper" for me. Works ok for me on latex + windows: \documentclass{article} \usepackage{unicode-math} \setmathfont{Cambria Math} \begin{document}\

Re: [NTG-context] italic correction after math

2018-02-14 Thread Alan Braslau
On Wed, 14 Feb 2018 10:12:22 +0100 Ulrike Fischer wrote: > > ⟂ U+27C2 \perp, for example. This is a "show-stopper" for me. > > Works ok for me on latex + windows: > > \documentclass{article} > \usepackage{unicode-math} > \setmathfont{Cambria Math} > \begin{document}\pagestyle{empty} > $ 2

Re: [NTG-context] italic correction after math

2018-02-14 Thread Hans Hagen
On 2/14/2018 2:21 PM, Ulrike Fischer wrote: Am Wed, 14 Feb 2018 10:34:49 +0100 schrieb Hans Hagen: Looks good. And for the record: \strut works the other way round and suppress the kern. Yes, because a zwj is a real character and can be used to fool the mechanism A bit to real ;-(. I get a

Re: [NTG-context] italic correction after math

2018-02-14 Thread Ulrike Fischer
Am Wed, 14 Feb 2018 10:34:49 +0100 schrieb Hans Hagen: >> Looks good. And for the record: \strut works the other way round and >> suppress the kern. > > Yes, because a zwj is a real character and can be used to fool the mechanism A bit to real ;-(. I get a sort of sign post (a rule with a x on t

Re: [NTG-context] italic correction after math

2018-02-14 Thread Hans Hagen
On 2/14/2018 10:22 AM, Ulrike Fischer wrote: Am Tue, 13 Feb 2018 19:21:21 +0100 schrieb Hans Hagen: But xits is in this case not lying about the italic. The cal-P has a large overhang and one would like to take this somehow into account. well, how should math (or whatever) know what comes

Re: [NTG-context] italic correction after math

2018-02-14 Thread Ulrike Fischer
Am Tue, 13 Feb 2018 19:21:21 +0100 schrieb Hans Hagen: >> But xits is in this case not lying about the italic. The cal-P has a >> large overhang and one would like to take this somehow into account. > > well, how should math (or whatever) know what comes after it ... I wa

Re: [NTG-context] italic correction after math

2018-02-14 Thread Ulrike Fischer
Am Tue, 13 Feb 2018 20:58:52 -0700 schrieb Alan Braslau: >>> Cambria is missing math characters... >> really? which ones (that the others do have .. afaik gyre have some >> less than cambria) > > ⟂ U+27C2 \perp, for example. This is a "show-stopper" for me. Works ok for me on latex + windows: \

Re: [NTG-context] italic correction after math

2018-02-13 Thread Alan Braslau
On Wed, 14 Feb 2018 00:13:16 +0100 Hans Hagen wrote: > > Cambria is missing math characters... > really? which ones (that the others do have .. afaik gyre have some > less than cambria) ⟂ U+27C2 \perp, for example. This is a "show-stopper" for me. It does NOT get reported by \enabletrackers [fo

Re: [NTG-context] italic correction after math

2018-02-13 Thread Hans Hagen
On 2/13/2018 10:41 PM, Alan Braslau wrote: On Tue, 13 Feb 2018 16:26:10 +0100 Hans Hagen wrote: (so in practice for serious math i only use cambria or lucida) Cambria is missing math characters... really? which ones (that the others do have .. afaik gyre have some less than cambria)

Re: [NTG-context] italic correction after math

2018-02-13 Thread Alan Braslau
On Tue, 13 Feb 2018 16:26:10 +0100 Hans Hagen wrote: > (so in practice for serious math i only use cambria or lucida) Cambria is missing math characters... ___ If your question is of interest to others as well, pleas

Re: [NTG-context] italic correction after math

2018-02-13 Thread Hans Hagen
(heuristics); opentype on the other hand has proper widths and only applies italics in some cases But xits is in this case not lying about the italic. The cal-P has a large overhang and one would like to take this somehow into account. well, how should math (or whatever) know what comes after it

Re: [NTG-context] italic correction after math

2018-02-13 Thread Ulrike Fischer
e other hand has proper widths and only applies italics in some cases But xits is in this case not lying about the italic. The cal-P has a large overhang and one would like to take this somehow into account. Actually the italic is taken into account *inside* math. This here inserts \kern1.52 afte

Re: [NTG-context] italic correction after math

2018-02-13 Thread Hans Hagen
On 2/13/2018 4:11 PM, Ulrike Fischer wrote: Am Tue, 13 Feb 2018 15:44:20 +0100 schrieb Hans Hagen: hm, seems that i messed up a pointer ... i'll fix it ... Thanks. Will the fix be in the generic font loader or in some context-only files? In the second case, what could be done for latex in su

Re: [NTG-context] italic correction after math

2018-02-13 Thread Ulrike Fischer
Am Tue, 13 Feb 2018 15:44:20 +0100 schrieb Hans Hagen: > hm, seems that i messed up a pointer ... i'll fix it ... Thanks. Will the fix be in the generic font loader or in some context-only files? In the second case, what could be done for latex in such cases? > (xetex inserts a kern of 2.45pt

Re: [NTG-context] italic correction after math

2018-02-13 Thread Hans Hagen
ld be changed with \setupmathematics[italics=n]. But in my examples \setupmathematics[italics=...] doesn't do anything. Every line looks looks identical to me (the second example is from the header of xits-math.lfg). Is this behaviour expected? If yes, what should one do to get an italic correcti

[NTG-context] italic correction after math

2018-02-13 Thread Ulrike Fischer
ut in my examples \setupmathematics[italics=...] doesn't do anything. Every line looks looks identical to me (the second example is from the header of xits-math.lfg). Is this behaviour expected? If yes, what should one do to get an italic correction is such cases? \setupbodyfont[xits] \s

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2017-05-14 Thread Pablo Rodriguez
On 05/12/2017 07:58 PM, Jose Luis Arellano wrote: > Dear list. > Please your help > I've troubles to use this code from Wolfgang. > > \definefontfamily [minionmath] [rm] [Minion Pro] > \definefallbackfamily [minionmath] [mm] [Minion Pro] > [preset=math:lowercasenormal] > \definefallbackfamily

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2017-05-12 Thread Jose Luis Arellano
Dear list. Please your help I've troubles to use this code from Wolfgang. \definefontfamily [minionmath] [rm] [Minion Pro] \definefallbackfamily [minionmath] [mm] [Minion Pro] [preset=math:lowercasenormal] \definefallbackfamily [minionmath] [mm] [Minion Pro] [preset=math:lowercaseitalic] \defi

Re: [NTG-context] Italic correction behaviour is odd

2017-01-18 Thread Hans Hagen
On 1/11/2017 10:11 PM, Henri Menke wrote: Dear list, why are italic corrections in the MWE below not inserted according to the rules stated in the new font manual? See comments in the code for details. I can reproduce the issue with TL2016 and latest beta. you can test with local

[NTG-context] Italic correction behaviour is odd

2017-01-11 Thread Henri Menke
Dear list, why are italic corrections in the MWE below not inserted according to the rules stated in the new font manual? See comments in the code for details. I can reproduce the issue with TL2016 and latest beta. Cheers, Henri --- \definefontfeature [default] [default] [itlc=yes

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
> On 15 Sep 2016, at 20:19, Wolfgang Schuster > wrote: > Another input method is shown in the following video [1] where each symbol > get its own command, e.g. \mbfitx is equal to {\bi x}. The source table > mentioned in the video can be found on the STIX page [2]. > > [1] http://zeeba.tv/re

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
a LaTeX unicode-math file. But the package expands ASCII to math italic, which I pointed out to the author last year, but got no reply. So ConTeXt seems to be more up to date and in line with Unicode. ___ If your ques

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
> On 15 Sep 2016, at 20:19, Wolfgang Schuster > wrote: > >>> Hans Åberg 15. September 2016 um 19:44 >>> >>> I use Xcode on MacOS (former OS X), which has very good Unicode support >>> (including RTL scripts). There is a Unicode symbols table, but it is slow. >>> One can also design one's own

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Wolfgang Schuster
Hans Åberg 15. September 2016 um 19:44 I use Xcode on MacOS (former OS X), which has very good Unicode support (including RTL scripts). There is a Unicode symbols table, but it is slow. One can also design one's own keyboard map, but that is very time consuming. Ano

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
> On 15 Sep 2016, at 18:50, Hans Hagen wrote: > > (the scite setup that ships with context provides alphabet / symbol strips) I use Xcode on MacOS (former OS X), which has very good Unicode support (including RTL scripts). There is a Unicode symbols table, but it is slow. One can also design

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
n be used in the input file, if one so likes. > > or maybe your editor has some selection menu Some characters are hard to find in a Unicode symbols table. One example is lower case italic “ℎ”, others are the double-struck letters, which are also out of order. There are more examples, sym

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Hagen
On 9/15/2016 6:33 PM, Hans Åberg wrote: On 10 Sep 2016, at 17:13, Aditya Mahajan wrote: On Sat, 10 Sep 2016, Hans Åberg wrote: On 10 Sep 2016, at 16:06, Hans Hagen wrote: On 9/10/2016 12:57 PM, Hans Åberg wrote: The STIX fonts, and XITS then, support Unicode math semantic styles. So per

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
> On 10 Sep 2016, at 17:13, Aditya Mahajan wrote: > > On Sat, 10 Sep 2016, Hans Åberg wrote: > >>> On 10 Sep 2016, at 16:06, Hans Hagen wrote: >>> On 9/10/2016 12:57 PM, Hans Åberg wrote: >> The STIX fonts, and XITS then, support Unicode math semantic styles. So perhaps the TeX com

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Hans Åberg
> On 10 Sep 2016, at 18:19, Wolfgang Schuster > wrote: > >> Hans Åberg 10. September 2016 um 17:31 >> >> Does it cover those listed here: >> https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols > \setupbodyfont[xits,30pt] OK. Fine. Adding a comparison with Unicode input, with greek

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Wolfgang Schuster
Hans Åberg 10. September 2016 um 17:31 Does it cover those listed here: https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols \setupbodyfont[xits,30pt] \starttext \startformula {\mathtf A} {\mathit A} {\mathbf A} {\mathbi A} {\mathss A}

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Hans Åberg
> On 10 Sep 2016, at 17:13, Aditya Mahajan wrote: > > On Sat, 10 Sep 2016, Hans Åberg wrote: > >>> On 10 Sep 2016, at 16:06, Hans Hagen wrote: >>> On 9/10/2016 12:57 PM, Hans Åberg wrote: >> The STIX fonts, and XITS then, support Unicode math semantic styles. So perhaps the TeX com

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Aditya Mahajan
On Sat, 10 Sep 2016, Hans Åberg wrote: On 10 Sep 2016, at 16:06, Hans Hagen wrote: On 9/10/2016 12:57 PM, Hans Åberg wrote: The STIX fonts, and XITS then, support Unicode math semantic styles. So perhaps the TeX commands should expand to these: what tex commands ... we're talking charact

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Hans Åberg
> On 10 Sep 2016, at 16:06, Hans Hagen wrote: > > On 9/10/2016 12:57 PM, Hans Åberg wrote: >> The STIX fonts, and XITS then, support Unicode math semantic styles. So >> perhaps the TeX commands should expand to these: > > what tex commands ... we're talking characters and they don't expand I

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Hans Hagen
On 9/10/2016 12:57 PM, Hans Åberg wrote: On 10 Sep 2016, at 10:09, Wolfgang Schuster wrote: Most math fonts come only with a regular style which provides upright, italic, bold and bolditalic symbols but all of them part of the same font, only a few fonts provide also a bold style (which

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Hans Åberg
> On 10 Sep 2016, at 10:09, Wolfgang Schuster > wrote: > Most math fonts come only with a regular style which provides upright, > italic, bold and bolditalic symbols but all of them part of the same font, > only a few fonts provide also a bold style (which is usefull in sec

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Wolfgang Schuster
Jose Luis Arellano <mailto:jose.4rell...@gmail.com> 10. September 2016 um 11:20 Thanks Wolfgang for explanation, as always very clear. Another related question: If I want to use italic numbers in math, I use: \definefallbackfamily[...][math][...][tf=style:italic,preset=math:digitsnormal]

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Jose Luis Arellano
Thanks Wolfgang for explanation, as always very clear. Another related question: If I want to use italic numbers in math, I use: \definefallbackfamily[...][math][...][tf=style:italic,preset=math:digitsnormal] But I lose upright numbers this way. How can I solve this issue. I've tried wi

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Hans Hagen
On 9/10/2016 10:09 AM, Wolfgang Schuster wrote: Jose Luis Arellano <mailto:jose.4rell...@gmail.com> 10. September 2016 um 09:56 For Math. The \tf and \bf commands in math aren’t font switches like in text. Most math fonts come only with a regular style which provides upright, italic, bo

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Wolfgang Schuster
Jose Luis Arellano <mailto:jose.4rell...@gmail.com> 10. September 2016 um 09:56 For Math. The \tf and \bf commands in math aren’t font switches like in text. Most math fonts come only with a regular style which provides upright, italic, bold and bolditalic symbols but all of them part

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Jose Luis Arellano
2016-09-10 4:54 GMT-03:00 Wolfgang Schuster : > Is this for normal text or math? > > Wolfgang For Math. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@n

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Wolfgang Schuster
Jose Luis Arellano 10. September 2016 um 09:38 Dear Wolfgang. There is way to instruct to (\definefallbackfamily) to use shapes defined in typescript (eg: mi,mb)? Is this for normal text or math? Wolfgang __

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-10 Thread Jose Luis Arellano
Dear Wolfgang. There is way to instruct to (\definefallbackfamily) to use shapes defined in typescript (eg: mi,mb)? \starttypescript [serif] [Minion Pro] \definebodyfont [default] [rm] [tf=name:minionproregular sa 1, it=name:minionproit sa 1, mb=name:minionpromedium sa 1, mi=name:minionpromediumit

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-09 Thread Wolfgang Schuster
Jose Luis Arellano <mailto:jose.4rell...@gmail.com> 10. September 2016 um 03:24 Hello list, What is correct way to set bold italic font in math? \definefontfamily [Mainface] [rm] [Minion Pro] \definefallbackfamily [Mainface] [mm] [Minion Pro] [preset=math:lowercaseitalic] \definefont

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-09 Thread Jose Luis Arellano
Hello again. After some research, i found what (I think is a bug) in \definefallbackfamily. Check the following code: \starttypescript [serif] [Minion] \definebodyfont [default] [rm] [tf=name:minionproregular sa 1, it=name:minionproit sa 1, mb=name:minionpromedium sa 1, mi=name:minionpromediumit s

[NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-09 Thread Jose Luis Arellano
Hello list, What is correct way to set bold italic font in math? \definefontfamily [Mainface] [rm] [Minion Pro] \definefallbackfamily [Mainface] [mm] [Minion Pro] [preset=math:lowercaseitalic] \definefontfamily [Mainface] [mm] [TeX Gyre Pagella Math] \setupbodyfont[Mainface] \starttext

Re: [NTG-context] Italic in margins and footntes

2016-06-30 Thread Pablo Rodriguez
On 06/30/2016 02:33 PM, Jean-Pierre Delange wrote: > Hi Pablo ! > > Thank you for your reply. It doesn't work, yet : the compilation > stops without producing any log file. Hi Jean-Pierre, the issue with the font is fixed, but you had a footnote that didn’t have the final } and this prevented co

Re: [NTG-context] Italic in margins and footntes

2016-06-30 Thread Jean-Pierre Delange
I am just trying to face the first goal ! I send you privately a sample of what I am trying to do. JP - Mail original - De: "Pablo Rodriguez" À: "mailing list for ConTeXt users" Envoyé: Mercredi 29 Juin 2016 21:21:02 Objet: Re: [NTG-context] Italic in margins and foot

Re: [NTG-context] Italic in margins and footntes

2016-06-29 Thread Pablo Rodriguez
40mm] > \setuppagenumbering[location={header,inright}] > \setupmargindata[inmargin][location=left] > \setupmargindata[inmargin][style={\switchtobodyfont[ss,10pt]}] > \setupbodyfontenvironment[default][em=italic] > \definefallbackfamily [mainface] [serif] [New Athena Unicode] >

[NTG-context] Italic in margins and footntes

2016-06-29 Thread Jean-Pierre Delange
] \setupmargindata[inmargin][style={\switchtobodyfont[ss,10pt]}] \setupbodyfontenvironment[default][em=italic] \definefallbackfamily [mainface] [serif] [New Athena Unicode] [preset=range:greek]% for some words in greek \definefontfamily [mainface] [serif] [GFS Didot] \setupbodyfont[mainface

Re: [NTG-context] Separate italic font.

2014-09-06 Thread Joshua Krämer
On 2014-09-04, 15:42, john Culleton wrote: > Now I have a related question. When I run: > mtxrun --script fonts * >foo > The file foo has three columns. We only use the > word in the right hand column with the suffix > stripped off. So what is the purpose of the the > other two columns? for exampl

Re: [NTG-context] Separate italic font.

2014-09-04 Thread Wolfgang Schuster
Am 04.09.2014 um 17:55 schrieb john Culleton : > Here is the example from the wiki > -- > \setupbodyfontenvironment[default][em=italic] > \usemodule[simplefonts][size=10pt] > \setmainfont[TeX Gyre Termes] > \setsansfont[TeX Gyre Heros] >

Re: [NTG-context] Separate italic font.

2014-09-04 Thread john Culleton
On Thu, 04 Sep 2014 18:54:30 +0200 Pablo Rodriguez wrote: > On 09/04/2014 05:55 PM, john Culleton wrote: > > Here is the example from the wiki > > -- > > \setupbodyfontenvironment[default][em=italic] > > \usemodule[simplefonts][size

Re: [NTG-context] Separate italic font.

2014-09-04 Thread Pablo Rodriguez
On 09/04/2014 05:55 PM, john Culleton wrote: > Here is the example from the wiki > -- > \setupbodyfontenvironment[default][em=italic] > \usemodule[simplefonts][size=10pt] > \setmainfont[TeX Gyre Termes] > \setsansfont[TeX Gyre Heros] >

[NTG-context] Separate italic font.

2014-09-04 Thread john Culleton
Here is the example from the wiki -- \setupbodyfontenvironment[default][em=italic] \usemodule[simplefonts][size=10pt] \setmainfont[TeX Gyre Termes] \setsansfont[TeX Gyre Heros] \setmonofont[TeX Gyre Cursor] - If the font (e.g

Re: [NTG-context] question about italic correction

2014-06-09 Thread Wolfgang Schuster
Am 09.06.2014 um 23:27 schrieb Pablo Rodriguez : > Dear list, > > I would like to show the difference with italic correction (as well as > with expansion and protrusion). > > I have the following sample: > > \definefontfeature[default][default][itlc=yes] >

[NTG-context] question about italic correction

2014-06-09 Thread Pablo Rodriguez
Dear list, I would like to show the difference with italic correction (as well as with expansion and protrusion). I have the following sample: \definefontfeature[default][default][itlc=yes] \definefontfeature[noitlc][default][itlc=no] \setupitaliccorrection[global,always] \starttext

[NTG-context] Italic small capitals with Latin Modern font

2014-05-23 Thread Maggyero
How can I use Latin Modern italic small capitals? I have seen on a previous thread that small caps are separated in an other file for Latin Modern font and that one should load it to use them in italic, but there was no example given to achieve that. Minimal example: \starttext \it \sc \input

  1   2   3   >