Re: [NTG-context] bold small caps

2023-04-03 Thread Pablo Rodriguez via ntg-context
On 4/3/23 09:07, Peter Münster via ntg-context wrote: > Hi, > > I'm quite sure, that this worked some time ago with the standard font (LM): I had the same impression, Peter. But LM fonts don‘t have the OT feature smcp: \setuppapersize[A8] \starttext \doloopoverlist{lm, pagella, termes, he

Re: [NTG-context] bold small caps

2023-04-03 Thread Hans Hagen via ntg-context
On 4/3/2023 9:07 AM, Peter Münster via ntg-context wrote: Hi, I'm quite sure, that this worked some time ago with the standard font (LM): \setff{smallcaps} Normal and \bf bold Small Caps. (See also https://wiki.contextgarden.net/Bold_small_caps). But it does not work with the latest ConTeXt ve

[NTG-context] bold small caps

2023-04-03 Thread Peter Münster via ntg-context
Hi, I'm quite sure, that this worked some time ago with the standard font (LM): \setff{smallcaps} Normal and \bf bold Small Caps. (See also https://wiki.contextgarden.net/Bold_small_caps). But it does not work with the latest ConTeXt version. How could I get bold small caps with the latest vers

Re: [NTG-context] Bold small caps

2014-05-23 Thread Hans Hagen
On 5/23/2014 6:46 PM, Mojca Miklavec wrote: On Fri, May 23, 2014 at 6:11 PM, Wolfgang Schuster wrote: Am 23.05.2014 um 17:55 schrieb Mojca Miklavec: Would it make sense to fix this for the default LM setup as well? This need to be done by the font designers because Latin Modern uses a separa

Re: [NTG-context] Bold small caps

2014-05-23 Thread Hans Hagen
On 5/23/2014 5:55 PM, Mojca Miklavec wrote: Hi, I always forget how to use bold or italic small caps (I keep mixing addff/setff and smcp/+smcp/smallcaps etc.). In ideal world it could be nice if simply {\sc Normal and \bf Bold Small Caps} or {\bf\sc Bold Small Caps} would work out-of-t

Re: [NTG-context] Bold small caps

2014-05-23 Thread Mojca Miklavec
On Fri, May 23, 2014 at 6:11 PM, Wolfgang Schuster wrote: > Am 23.05.2014 um 17:55 schrieb Mojca Miklavec: > >> Would it make sense to fix this for the default LM setup as well? > > This need to be done by the font designers because Latin Modern > uses a separate font for the small capitals and the

Re: [NTG-context] Bold small caps

2014-05-23 Thread Wolfgang Schuster
Am 23.05.2014 um 17:55 schrieb Mojca Miklavec : > Hi, > > I always forget how to use bold or italic small caps (I keep mixing > addff/setff and smcp/+smcp/smallcaps etc.). In ideal world it could be > nice if simply >{\sc Normal and \bf Bold Small Caps} or >{\bf\sc Bold Small Caps} > wou

[NTG-context] Bold small caps

2014-05-23 Thread Mojca Miklavec
Hi, I always forget how to use bold or italic small caps (I keep mixing addff/setff and smcp/+smcp/smallcaps etc.). In ideal world it could be nice if simply {\sc Normal and \bf Bold Small Caps} or {\bf\sc Bold Small Caps} would work out-of-the-box. The first hit on the wiki was http:

Re: [NTG-context] Bold Small Caps

2013-06-25 Thread Sietse Brouwer
Malte wrote: > Thank you. However, I am getting an undefined control sequence here: > > l.4 {\bf This is bold {\feature >[+][f:smallcaps] and bold small caps} and > jus... > > However, the wiki page http://wiki.contextgarden.net/Featuresets > confirms your syntax. W

Re: [NTG-context] Bold Small Caps

2013-06-25 Thread Malte Stien
Wolfgang, Thank you. However, I am getting an undefined control sequence here: l.4 {\bf This is bold {\feature [+][f:smallcaps] and bold small caps} and jus... However, the wiki page http://wiki.contextgarden.net/Featuresets confirms your syntax. What am I missing

Re: [NTG-context] Bold Small Caps

2013-06-25 Thread Wolfgang Schuster
Am 25.06.2013 um 14:59 schrieb Malte Stien : > Hello, > > I am trying for bold small caps, such like > > {\bf This is bold {\sc and bold small caps} and just bold again} > > However, out of the box, the inner {\sc ...} part is not typeset in bold. So > after a bit of looking I found this: >

[NTG-context] Bold Small Caps

2013-06-25 Thread Malte Stien
Hello, I am trying for bold small caps, such like {\bf This is bold {\sc and bold small caps} and just bold again} However, out of the box, the inner {\sc ...} part is not typeset in bold. So after a bit of looking I found this: http://wiki.contextgarden.net/Bold_small_caps But it does no

Re: [NTG-context] bold small caps

2010-12-15 Thread Hans Hagen
On 12-12-2010 8:39, Peter Münster wrote: On Sun, Dec 12 2010, Wolfgang Schuster wrote: \unexpanded\def\sc{\doifelsecurrentfonthasfeature{smcp}{\addfs{smcp}}\normalsc} Nice! Hans, what about integration into the core? when it works out ok, I'm sure that wolfgang and I will look into it Han

Re: [NTG-context] bold small caps

2010-12-13 Thread Marco
On 2010-12-12 Wolfgang Schuster wrote: > > Maybe it is possible that the \sc macro can check if the font contains the > > small caps as a feature. Is there a switch like > > \doiffontfeatureexists{smcp}{...}? > > \startluacode > function commands.doifelsecurrentfonthasfeature(name) >

Re: [NTG-context] bold small caps

2010-12-12 Thread Peter Münster
On Sun, Dec 12 2010, Wolfgang Schuster wrote: > > \unexpanded\def\sc{\doifelsecurrentfonthasfeature{smcp}{\addfs{smcp}}\normalsc} Nice! Hans, what about integration into the core? Thanks Wolfgang! Peter -- Contact information: http://pmrb.free.fr/contact/ __

Re: [NTG-context] bold small caps

2010-12-12 Thread Wolfgang Schuster
Am 12.12.2010 um 16:22 schrieb Marco: > On 2010-12-12 Wolfgang Schuster wrote: > >>> Depending on your answers, I would perhaps request to trigger >>> \setff{smallcaps} by \sc in the core. >> >> Can be a problem because we have font (e.g. Latin Modern) where >> smallcaps are still in a separat

Re: [NTG-context] bold small caps

2010-12-12 Thread Marco
On 2010-12-12 Wolfgang Schuster wrote: > > Depending on your answers, I would perhaps request to trigger > > \setff{smallcaps} by \sc in the core. > > Can be a problem because we have font (e.g. Latin Modern) where > smallcaps are still in a separate file. So the user has to know in which fashio

Re: [NTG-context] bold small caps

2010-12-12 Thread Wolfgang Schuster
Am 12.12.2010 um 00:12 schrieb Peter Münster: > On Sat, Dec 11 2010, Florian Wobbe wrote: > >> {\setff{smallcaps} SmallCaps {\bf BoldCaps}} > > Hello, > > Thanks! What's the difference between \sc and \setff{smallcaps}? By default \sc switch to a different font like \it or \bf but now with op

Re: [NTG-context] bold small caps

2010-12-11 Thread Peter Münster
On Sat, Dec 11 2010, Florian Wobbe wrote: > {\setff{smallcaps} SmallCaps {\bf BoldCaps}} Hello, Thanks! What's the difference between \sc and \setff{smallcaps}? Could something like "\def\sc{\setff{smallcaps}}" in the preamble harm in any way? Depending on your answers, I would perhaps request

Re: [NTG-context] bold small caps

2010-12-11 Thread Florian Wobbe
On Dec 11, 2010, at 23:40 , Peter Münster wrote: > Hello, > > Is there a font in the minimals with bold small caps? I've tried lm and some > tex-gyre fonts, but no success so far... > > Test file: > > \setupbodyfont[???] > \starttext > {\sc\bf Test} or {\bf\sc Test} should give bold small caps.

[NTG-context] bold small caps

2010-12-11 Thread Peter Münster
Hello, Is there a font in the minimals with bold small caps? I've tried lm and some tex-gyre fonts, but no success so far... Test file: \setupbodyfont[???] \starttext {\sc\bf Test} or {\bf\sc Test} should give bold small caps... \stoptext http://wiki.contextgarden.net/Pseudo_Small_Caps seems to

Re: [NTG-context] bold small caps with latin modern

2008-11-19 Thread Mojca Miklavec
On Wed, Nov 19, 2008 at 9:20 AM, Peter Münster wrote: > > But there seems to be no possibility to use bitmap fonts in the minimals. Almost-on-purpose decision. (You can still add some binaries to minimals yourself.) > Once, I've heard about workarounds, for example getting bold by double > printi

Re: [NTG-context] bold small caps with latin modern

2008-11-19 Thread Peter Münster
On Tue, Nov 18 2008, Wolfgang Schuster wrote: > >> On Tue, Nov 18 2008, Yue Wang wrote: >> >>> you should apply a font feature to bold font. >> > This is nonsense, the smallcaps for latin modern are > a separate font like they had been in computer modern, > trying to access them with font feature i

Re: [NTG-context] bold small caps with latin modern

2008-11-18 Thread Peter Münster
On Tue, Nov 18 2008, Yue Wang wrote: > you should apply a font feature to bold font. Oh! Cool! Thank you, Yue, you really help! :-D Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest

Re: [NTG-context] bold small caps with latin modern

2008-11-17 Thread Yue Wang
you should apply a font feature to bold font. On Tue, Nov 18, 2008 at 4:07 AM, Peter Münster <[EMAIL PROTECTED]> wrote: > Hello > > Is it possible to get bold small caps with latin modern and MKIV, and if > yes, how? > I would like to get working this example file: > > \starttext > \sc Normal and

[NTG-context] bold small caps with latin modern

2008-11-17 Thread Peter Münster
Hello Is it possible to get bold small caps with latin modern and MKIV, and if yes, how? I would like to get working this example file: \starttext \sc Normal and \bf bold Small Caps. \stoptext Thanks in advance for any help, Peter -- http://pmrb.free.fr/contact/ __

[NTG-context] bold small caps

2004-01-09 Thread Peter Münster
Hello, I just tried the Latin Modern font, but there are no bold small caps available, as in the EC fonts. Is it possible to add EC support to ConTeXt? TIA for any hint, Peter -- http://pmrb.free.fr/contact/ Film Search site: http://f-s.sf.net/ __