Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Wolfgang Schuster
Alan BRASLAU 13. Februar 2016 um 00:23 Hi, Basic font switches are bold (\bf), italic (\it), slanted (\sl), ... and one can have bolditalic (\bi), boldslated (\bs), etc. We also have style=bold, style=slanted, etc. Is there some way to manipulate font switches so

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Alan BRASLAU
On Sat, 13 Feb 2016 02:14:10 +0100 Pablo Rodriguez wrote: > I guess \em is your friend here: Yes, silly me, of course \em nests well with bold as does mathematics: \starttext This is $τεχ$. \bf This is $τεχ$. \stoptext Alan

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Pablo Rodriguez
On 02/13/2016 11:02 AM, Alan BRASLAU wrote: > On Sat, 13 Feb 2016 02:14:10 +0100 Pablo Rodriguez wrote: > >> I guess \em is your friend here: > > Yes, silly me, of course \em nests well with bold > as does mathematics: > [...] Alan, please, no derogatory remarks about list members :-). There

[NTG-context] rowdistance in xtables

2016-02-13 Thread Pablo Rodriguez
Dear list, I have the following xtable: \starttext \startxtable[frame=off] \startxtablehead[foregroundstyle=\bf, topframe=on, bottomframe=on] \startxrow \startxcell one \stopxcell \stopxrow

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Alan BRASLAU
On Sat, 13 Feb 2016 10:53:22 +0100 Wolfgang Schuster wrote: > There are a few font switches which change the style dependant on the > current style Thanks for this table; I wikified it (under Font Switches, of course). It mysteriously introduces \typeface, \swapface

Re: [NTG-context] rowdistance in xtables

2016-02-13 Thread Wolfgang Schuster
Pablo Rodriguez 13. Februar 2016 um 11:28 Dear list, I have the following xtable: \starttext \startxtable[frame=off] \startxtablehead[foregroundstyle=\bf, topframe=on, bottomframe=on] \startxrow \startxcell one \stopxcell \stopxrow \stopxtablehead

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Wolfgang Schuster
Alan BRASLAU 13. Februar 2016 um 11:30 On Sat, 13 Feb 2016 10:53:22 +0100 Wolfgang Schuster wrote: There are a few font switches which change the style dependant on the current style Thanks for this table; I wikified it (under Font

Re: [NTG-context] rowdistance in xtables

2016-02-13 Thread Pablo Rodriguez
On 02/13/2016 11:33 AM, Wolfgang Schuster wrote: >> Pablo Rodriguez 13. Februar 2016 um 11:28 >> [...] >> Well, I suspect that rowdistance isn’t working as expected. >> [...] >> Sorry, but I’m guess that rowdistance doesn’t honor settings.rowdistance >> from tabl-xtb.lua. >> >> Could anyone

Re: [NTG-context] rowdistance in xtables

2016-02-13 Thread Wolfgang Schuster
Pablo Rodriguez 13. Februar 2016 um 11:55 Many thanks for your reply, Wolfgang. I’m afraid that spaceinbetween isn’t what I need, It adds extra space to each row, when I only need it after the table header (of before the table body, if you prefer). You can increase the

Re: [NTG-context] How can I define a dotted underbar in ConTeXt?

2016-02-13 Thread Hans Hagen
On 2/10/2016 10:14 PM, Laurent d'Airsy wrote: I would like to create a dotted underbar in ConTeXt with the |\defineunderbar|mechanism. Is that possible? not yet (but one can use inline text backgrounds to achieve this) i'm playing with some extensions to the underbar code but it might take a

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Hans Hagen
On 2/13/2016 12:23 AM, Alan BRASLAU wrote: Hi, Basic font switches are bold (\bf), italic (\it), slanted (\sl), ... and one can have bolditalic (\bi), boldslated (\bs), etc. We also have style=bold, style=slanted, etc. Is there some way to manipulate font switches so that \bold{This text is

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Alan BRASLAU
On Sat, 13 Feb 2016 11:47:52 +0100 Wolfgang Schuster wrote: > > Alan BRASLAU > > 13. Februar 2016 um 11:30 > > > > I wonder, though, is there anything similar to boldsmallcapitals? > > Does this even exist in any fonts? > It depends on

Re: [NTG-context] font switches: bold, slanted, etc.

2016-02-13 Thread Wolfgang Schuster
Alan BRASLAU 13. Februar 2016 um 16:55 On Sat, 13 Feb 2016 11:47:52 +0100 Thank you. This is nice, as TeX Gyre is a very good base for most use (unless one specifically needs/wants a different font). So I wonder if \smallcaps could be easily made to use this

Re: [NTG-context] rowdistance in xtables

2016-02-13 Thread Pablo Rodriguez
On 02/13/2016 12:21 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez>> 13. Februar 2016 um 11:55 >> >> Many thanks for your reply, Wolfgang. >> >> I’m afraid that spaceinbetween isn’t what I need, It adds extra space to >> each row, when I only need it after the table header (of before the >> table

[NTG-context] issue with Junicode font and \input

2016-02-13 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfamily[mainface][rm][Junicode] \setupbodyfont[mainface] \starttext \input zapf \stoptext Junicode can be downloaded from https://sf.net/projects/junicode/files/junicode/junicode-0-7-8/. I experience an endless loop (or an

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Ulrike Fischer
Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez: > Dear list, > > I have the following sample: > > \definefontfamily[mainface][rm][Junicode] > \setupbodyfont[mainface] > \starttext > \input zapf > \stoptext > > Junicode can be downloaded from >

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Philipp Gesang
· > Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez: > > > I have the following sample: > > > > \definefontfamily[mainface][rm][Junicode] > > \setupbodyfont[mainface] > > \starttext > > \input zapf > > \stoptext > > > > I experience an endless loop (or an

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Hans Hagen
On 2/13/2016 10:59 PM, Philipp Gesang wrote: · Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez: I have the following sample: \definefontfamily[mainface][rm][Junicode] \setupbodyfont[mainface] \starttext \input zapf \stoptext I experience an

[NTG-context] Job done event

2016-02-13 Thread Lukáš Procházka
Hello, during typesetting a document I'm collecting some information. At the end (i.e. right before \stoptext or right after \stoptext), I'd need to perform an operation. The way is to place some code before my code: \starttext ... \DoSomethingMine \stoptext But I'm looking for a way

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Pablo Rodriguez
On 02/14/2016 12:32 AM, Hans Hagen wrote: > On 2/13/2016 10:59 PM, Philipp Gesang wrote: >> · >> >>> Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez: >>> I have the following sample: \definefontfamily[mainface][rm][Junicode] \setupbodyfont[mainface]