On Sun, Mar 03, 2019 at 11:47:24PM +0100, Willi Egger wrote:
> I have a little project for preparing a vocabulary for an Ivrith student. —
> The text should be typeset with Arial. However, when I try to use it I get
> the vowel points between the glyphs instead of thereunder.
Example,
Good evening!
I have a little project for preparing a vocabulary for an Ivrith student. — The
text should be typeset with Arial. However, when I try to use it I get the
vowel points between the glyphs instead of thereunder. — So my question is,
does anybody have experience with the use of
This is quite counterintuitive... It also happens if I define a string
variable, use concatenate operator to set its value, and then finally pass
the string to textext macro.
Is there a way to get around this issue?
On Sun, Mar 3, 2019, 1:13 PM Alan Braslau wrote:
> On Sun, 3 Mar 2019 12:52:53
On Sat, 2 Mar 2019 10:19:35 +0100
"Mikael P. Sundqvist" wrote:
> By default there seem to be no space between initials in bibliography
> (which I guess there should be?). I can get a space by adding
> \setupbtx[
> stopper:initials={.\btxspace},
> ]
> but I don't think that this is how the
On Sun, 3 Mar 2019 12:52:53 -0500
Mohammad Hossein Bateni wrote:
> Hi,
>
> I can't understand why the following code does not work. Could someone
> help me out here?
>
> \starttext
> \startMPpage
> draw textext("\convertnumber{r}{12}");
> draw textext("\convertnumber{r}{" & "12" & "}");
>
Hi,
I can't understand why the following code does not work. Could someone
help me out here?
\starttext
\startMPpage
draw textext("\convertnumber{r}{12}");
draw textext("\convertnumber{r}{" & "12" & "}");
\stopMPpage
\stoptext
The first draw statement works perfectly. But the second one