Re: [NTG-context] How do I get an empty line in a \framed[align=flushleft]{} item?

2020-05-01 Thread Hans Hagen
o code a TeX-\ in the XML, but that would probably not robust. The question is more: what is a good UTF8 character to use (the first 32 would be good candidates if they would work and end in the strings that xml.foo() of lmtx produces). did you try the attached approach?

[NTG-context] Fwd: Unicode normalization and Hebrew in ConTeXt

2020-04-28 Thread Joey McCollum
lower combining classes in canonical order. The typographically recommended ordering of certain characters is found in Table 1 (p. 12) of https://www.sbl-site.org/Fonts/SBLHebrewUserManual1.5x.pdf. The following list of character classes, with information about their Unicode combining classes (wh

Re: [NTG-context] "Remember picture" does not work (again)

2020-04-17 Thread Jairo A. del Rio
Sorry, I tested again and it worked. Thank you very much. El mar., 7 de abr. de 2020 a la(s) 06:18, Jairo A. del Rio ( jairoadelr...@gmail.com) escribió: > It does not work. I get the following error message: > > You can't use `the character 6' after \the > > > l.

Re: [NTG-context] \startMPcode and \startMPpage

2020-04-16 Thread Jeong Dal
> Hi, >> The following sample code is working well in the \startMPpage ~ \stopMPpage, >> but is not working in the \startMPcode ~ \stopMPcode. >> The error message is >> \textfont0 is undefined (character 63) >> l.6 \setstrut\strut $A$ >> If I remove “$

Re: [NTG-context] \startMPcode and \startMPpage

2020-04-16 Thread Hans Hagen
On 4/16/2020 8:36 PM, Jeong Dal wrote: Hi, The following sample code is working well in the \startMPpage ~ \stopMPpage, but is not working in the \startMPcode ~ \stopMPcode. The error message is \textfont0 is undefined (character 63) l.6 \setstrut\strut $A$ If I remove “$” from the code

[NTG-context] \startMPcode and \startMPpage

2020-04-16 Thread Jeong Dal
Hi, The following sample code is working well in the \startMPpage ~ \stopMPpage, but is not working in the \startMPcode ~ \stopMPcode. The error message is \textfont0 is undefined (character 63) l.6 \setstrut\strut $A$ If I remove “$” from the code, it is also working in \startMPcode

Re: [NTG-context] fun with frames and tables

2020-04-13 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 13.04.2020 um 14:07: Hi, after I re-setup my computer (harddisk got tired...) I’m now trying to update my old Midgard RPG character sheet (https://github.com/fiee/ConTeXt/tree/master/midgard) and run into some problems that I don’t understand while trying to

[NTG-context] fun with frames and tables

2020-04-13 Thread Henning Hraban Ramm
Hi, after I re-setup my computer (harddisk got tired...) I’m now trying to update my old Midgard RPG character sheet (https://github.com/fiee/ConTeXt/tree/master/midgard) and run into some problems that I don’t understand while trying to fill one page with several tables. Here’s a quite

Re: [NTG-context] "Remember picture" does not work (again)

2020-04-07 Thread Jairo A. del Rio
It does not work. I get the following error message: You can't use `the character 6' after \the l.1 6 120806 \lastxpos ->\clf_lastxpos \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos }{\the \lastypos } }\endwrite \shipoutscratchbox \page_shipout_box #1->\clf_shipou

[NTG-context] \setupinteraction[style=...] supersedes manual text style for \note

2020-04-01 Thread Benjamin Buchmuller
“notation” or “note”. MWE (with an assortment of different note positions): % \setupinteraction[state=start,style=normal] %% uncomment and manual style for \note[] is no longer respected \setupnotes[textcolor=blue,textstyle=italic] \setupnotation[endnote][headcolor=green,numberconversion=character

Re: [NTG-context] Puzzle (for me)

2020-04-01 Thread Gerben Wierda
le quotes (”) this will fail in METAPOST >> because the double quotes in the string will be printed in METAPOST code >> that is created by Lua and thus mess up METAPOST. >> >> So, what can I do? > > To get a double quote in a MetaPost string like this > >

Re: [NTG-context] Puzzle (for me)

2020-03-31 Thread Henri Menke
and thus mess up METAPOST. > > So, what can I do? To get a double quote in a MetaPost string like this "embedded " double quote" ^ |___ oeps use the ditto variable which expands to a string containing t

Re: [NTG-context] How do I handle strings with " characters in it in METAPOST?

2020-03-29 Thread Gerben Wierda
ble to use (almost) any character in that variable. I can adapt the strings, if I know what I have to replace things with. I can manipulate the strings while still in lua. But if I change it and then via MP hand it to a \type{} statement in ConTeXt the replacement will be typeset literally. So, it wil

[NTG-context] How do I handle strings with " characters in it in METAPOST?

2020-03-29 Thread Gerben Wierda
t;Foo “Bar” Foo”) I guess I have to change the string into something with explicit character codes for the " characters, maybe? In a later stage, these strings will be typeset by the ConTeXt side of things so they fit into a certain area within the METAPOST picture. What is

Re: [NTG-context] I could use some ideas for a strategy to get these kind of labels in a METAPOST picture

2020-03-29 Thread Gerben Wierda
I tried this and it worked. Next issue: if the string has a “ character in it, METAPOST cannot handle it. New question for the list... G > On 29 Mar 2020, at 10:47, Gerben Wierda wrote: > > > >> On 28 Mar 2020, at 19:04, Wolfgang Schuster >> wrote: >>

Re: [NTG-context] \setupinteraction v commas

2020-03-28 Thread Hans Hagen
ion.identity.preroll] # > # > \setupinteraction # > [title={a, b, c}, # >subtitle={a, b, c}, # >author={a, b, c}, # >keyword={a\comma\ b\comma\ c}, # > ] # > # > \starttext # > \null # > \stoptext # > # >BTW, I’m faking the cha

Re: [NTG-context] \setupinteraction v commas

2020-03-28 Thread Tomas Hala
# > [title={a, b, c}, # >subtitle={a, b, c}, # >author={a, b, c}, # >keyword={a\comma\ b\comma\ c}, # > ] # > # > \starttext # > \null # > \stoptext # > # >BTW, I’m faking the character with an opening single comma (suc

Re: [NTG-context] \setupinteraction v commas

2020-03-28 Thread Hans Hagen
\stoptext BTW, I’m faking the character with an opening single comma (such as the one used in German [and probably other languages 😅]). I don’t know how to insert the actual comma there, since it gets replaced when using the command. Just in case it might help, It's no big deal to support ke

Re: [NTG-context] \setupinteraction v commas

2020-03-28 Thread Tomas Hala
\def\comma{‚} # \enabledirectives # [interaction.identity.preroll] # # \setupinteraction # [title={a, b, c}, #subtitle={a, b, c}, #author={a, b, c}, #keyword={a\comma\ b\comma\ c}, # ] # # \starttext # \null # \stoptext # # BTW, I’m faking the ch

Re: [NTG-context] \setupinteraction v commas

2020-03-27 Thread Pablo Rodriguez
le \def\comma{‚} \enabledirectives [interaction.identity.preroll] \setupinteraction [title={a, b, c}, subtitle={a, b, c}, author={a, b, c}, keyword={a\comma\ b\comma\ c}, ] \starttext \null \stoptext BTW, I’m faking the character wit

Re: [NTG-context] Second derivative ''

2020-03-05 Thread Mikael P. Sundqvist
On Thu, Mar 5, 2020 at 9:09 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Mikael P. Sundqvist schrieb am 05.03.2020 um 20:48: > > Oh, I had not. It looks better with collapsing=1, indeed. A few neq > questions comes to me: > > Does ConTeXt not use the

Re: [NTG-context] Second derivative ''

2020-03-05 Thread Wolfgang Schuster
Mikael P. Sundqvist schrieb am 05.03.2020 um 20:48: Oh, I had not. It looks better with collapsing=1, indeed. A few neq questions comes to me: Does ConTeXt not use the same prime character as in TeX/LaTeX? Or has something changed in latin modern? See the attached pdf files (derivatives.pdf

Re: [NTG-context] Second derivative ''

2020-03-05 Thread Mikael P. Sundqvist
xx}''$ > > as it says take the second something from f_{whatever} unless of course > the index applies the second something > > But i bet that Aditya can give the real answer. > > Hans > > - >

Re: [NTG-context] characterspacing not always working in LMTX

2020-01-15 Thread Thomas Savary
t; > > > is not > > > > > applied sometimes (ie no spacing before colon for example) in some > > > > parts of > > > > Character-spacing for French punctuation marks is incorrect in MkIV > > anyway : the “thin” spaces are much too wide. I will

Re: [NTG-context] characterspacing not always working in LMTX

2020-01-15 Thread Hans Hagen
On 1/14/2020 11:25 PM, Thomas Savary wrote: Hello, dear list ! Joseph : > With LMTX (MkIV is fine) characterspacing (I use frenchpunctuation) is not > applied sometimes (ie no spacing before colon for example) in some parts of Character-spacing for French punctuation marks is inc

Re: [NTG-context] characterspacing not always working in LMTX

2020-01-14 Thread Thomas Savary
Hello, dear list ! Joseph : > With LMTX (MkIV is fine) characterspacing (I use frenchpunctuation) is not > applied sometimes (ie no spacing before colon for example) in some parts of Character-spacing for French punctuation marks is incorrect in MkIV anyway : the “thin” spaces are much to

Re: [NTG-context] background color of text in contour(former: ntg-context Digest, Vol 186, Issue 61)

2019-12-29 Thread Jeong Dal
Dear Wolfgang, Now, I understand why the error messages “\texfont0 is undefined”, “ you used the started character from an undefined font family.” are appeared. Thank you for your clear explanation. Best regards, Dalyoung >> 3. removing \starttext, \stoptext, and functionstyle=“mat

Re: [NTG-context] Coding for new Unicode characters

2019-12-28 Thread Richard Mahoney | Indica et Buddhica
small caps: Character: ṉ U+1E49 Name: LATIN SMALL LETTER N WITH LINE BELOW Character: Ṉ U+1E48 Name: LATIN CAPITAL LETTER N WITH LINE BELOW Character: ḻ U+1E3B Name: LATIN SMALL LETTER L WITH LINE BELOW Character: Ḻ U+1E3A Name: LATIN CAPITAL LETTER L WITH LINE BELOW Character: ṟ U+1E5F Name: L

[NTG-context] Coding for new Unicode characters

2019-12-28 Thread Richard Mahoney | Indica et Buddhica
I am using Latin Modern Roman to typeset some proceedings and need the following characters in regular, italic, and small caps: Character: ṉ U+1E49 Name: LATIN SMALL LETTER N WITH LINE BELOW Character: Ṉ U+1E48 Name: LATIN CAPITAL LETTER N WITH LINE BELOW Character: ḻ U+1E3B Name: LATIN SMALL

Re: [NTG-context] Adjust kern for one character

2019-12-26 Thread Rik Kabel
On 12/26/2019 08:40, Hans Hagen wrote: On 12/26/2019 1:41 PM, Rik Kabel wrote: Okay, I have progressed further but have run into something (else) I cannot understand. Consider the following example:     \definefontfeature   [myserif] [mode=node,kern=yes,xkern=yes]     \definefontfeature   [m

Re: [NTG-context] Adjust kern for one character

2019-12-26 Thread Hans Hagen
On 12/26/2019 1:41 PM, Rik Kabel wrote: Okay, I have progressed further but have run into something (else) I cannot understand. Consider the following example: \definefontfeature [myserif] [mode=node,kern=yes,xkern=yes] \definefontfeature [mysans] [mode=node,kern=yes,xkern=no]

Re: [NTG-context] Adjust kern for one character

2019-12-26 Thread Rik Kabel
kern for one character? The cap J in the font I am using is being set too close to the preceding characters and I would rather not insert a thinspace before each. (Inserting a thinspace is sufficient, but finer control is welcome.) \definecharacterspacing[distantJ] \setupcharacterspacing[distantJ

Re: [NTG-context] Adjust kern for one character

2019-12-23 Thread Rik Kabel
On 12/22/2019 21:34, Henri Menke wrote: On 12/23/19 3:33 PM, Henri Menke wrote: On 12/23/19 2:30 PM, Rik Kabel wrote: On 12/22/2019 17:40, mf wrote: Il 22/12/19 22:19, Rik Kabel ha scritto: List, Is there a way in ConTeXt to adjust the left-side kern for one character? The cap J in the

Re: [NTG-context] Adjust kern for one character

2019-12-23 Thread Hans Hagen
On 12/23/2019 10:13 AM, Mojca Miklavec wrote: On Sun, 22 Dec 2019 at 22:28, Henri Menke wrote: On 12/23/19 10:19 AM, Rik Kabel wrote: List, Is there a way in ConTeXt to adjust the left-side kern for one character? No, kerns always come in pairs. Bounding boxes come per-character, though

Re: [NTG-context] Adjust kern for one character

2019-12-23 Thread Mojca Miklavec
On Sun, 22 Dec 2019 at 22:28, Henri Menke wrote: > On 12/23/19 10:19 AM, Rik Kabel wrote: > > List, > > > > Is there a way in ConTeXt to adjust the left-side kern for one > > character? > > No, kerns always come in pairs. Bounding boxes come per-character, though

Re: [NTG-context] Adjust kern for one character

2019-12-22 Thread Henri Menke
On 12/23/19 3:33 PM, Henri Menke wrote: On 12/23/19 2:30 PM, Rik Kabel wrote: On 12/22/2019 17:40, mf wrote: Il 22/12/19 22:19, Rik Kabel ha scritto: List, Is there a way in ConTeXt to adjust the left-side kern for one character? The cap J in the font I am using is being set too close to

Re: [NTG-context] Adjust kern for one character

2019-12-22 Thread Henri Menke
On 12/23/19 2:30 PM, Rik Kabel wrote: On 12/22/2019 17:40, mf wrote: Il 22/12/19 22:19, Rik Kabel ha scritto: List, Is there a way in ConTeXt to adjust the left-side kern for one character? The cap J in the font I am using is being set too close to the preceding characters and I would rather

Re: [NTG-context] Adjust kern for one character

2019-12-22 Thread Rik Kabel
On 12/22/2019 17:40, mf wrote: Il 22/12/19 22:19, Rik Kabel ha scritto: List, Is there a way in ConTeXt to adjust the left-side kern for one character? The cap J in the font I am using is being set too close to the preceding characters and I would rather not insert a thinspace before each

Re: [NTG-context] Adjust kern for one character

2019-12-22 Thread mf
Il 22/12/19 22:19, Rik Kabel ha scritto: List, Is there a way in ConTeXt to adjust the left-side kern for one character? The cap J in the font I am using is being set too close to the preceding characters and I would rather not insert a thinspace before each. (Inserting a thinspace is

Re: [NTG-context] Adjust kern for one character

2019-12-22 Thread Henri Menke
On 12/23/19 10:19 AM, Rik Kabel wrote: List, Is there a way in ConTeXt to adjust the left-side kern for one character? No, kerns always come in pairs. The cap J in the font I am using is being set too close to the preceding characters and I would rather not insert a thinspace before each

[NTG-context] Adjust kern for one character

2019-12-22 Thread Rik Kabel
List, Is there a way in ConTeXt to adjust the left-side kern for one character? The cap J in the font I am using is being set too close to the preceding characters and I would rather not insert a thinspace before each. (Inserting a thinspace is sufficient, but finer control is welcome

Re: [NTG-context] Ebooks with ConTeXt?

2019-12-11 Thread Rik Kabel
ont-size    : 3rem ;     line-height  : 0 ; } This produces a raised large character at the beginning of a paragraph. It does not automatically accommodate leading quotation marks and such, so some tuning may be needed, and of course you have to tag the paragraph with the appropriate cl

[NTG-context] getting character from Noto Emoji

2019-12-06 Thread Pablo Rodriguez
Dear list, with this sample (font available at https://www.google.com/get/noto/): \definefontfamily[emoj][rm][Noto Emoji] \setupbodyfont[emoj] \starttext 🔔💻🔨🔩 󾓥󾓦󾓧󾓨󾓩󾓪󾓫󾓬󾓭󾓮 \stoptext I would like to get the second line of emojis (which are flags). \tochar{n:FE4EB} outputs "

Re: [NTG-context] [LMTX urgent] core keeps getting dumped after 2019.11.28 LMTX update

2019-11-29 Thread Vladimir Lomov
--- WBR, Vladimir Lomov -- THE LESSER-KNOWN PROGRAMMING LANGUAGES #12: LITHP This otherwise unremarkable language is distinguished by the absence of an "S" in its character set; users must substitute "TH&qu

Re: [NTG-context] documenting sources

2019-11-27 Thread Pablo Rodriguez
n file virtual://buffer.module.1: ! You can't use `macro parameter character #' in horizontal mode l.79 local someline = (# line < 3 and "") or s

Re: [NTG-context] Math symbol for inexact differential

2019-11-13 Thread w n
@Taco, Can you give an example on how to use đ (U+00111) in \def\dbar{ ... } Ideally I want to do \startformula d u = \dbar q + \dbar w \stopformula On Wed, Nov 13, 2019 at 9:40 AM Taco Hoekwater wrote: > > How about đ ? (U+00111) > > That is a character in Latin Extended-A,

Re: [NTG-context] Math symbol for inexact differential

2019-11-13 Thread Taco Hoekwater
How about đ ? (U+00111) That is a character in Latin Extended-A, so most text fonts will have it (these days). > On 13 Nov 2019, at 01:59, w n wrote: > > True, I should not have used the term inexact differential. > How can I get a math symbol with a "d" and a ba

Re: [NTG-context] new beta

2019-11-12 Thread Pablo Rodriguez
On 11/12/19 7:50 PM, Hans Hagen wrote: > Hi, > > I uploaded a new beta. Apart from some fixes, the main change in lmtx is > that on windows most (a few exceptions) of the mechanisms that interface > to the operating system support the internal wide character model which > should

[NTG-context] new beta

2019-11-12 Thread Hans Hagen
Hi, I uploaded a new beta. Apart from some fixes, the main change in lmtx is that on windows most (a few exceptions) of the mechanisms that interface to the operating system support the internal wide character model which should make the lot more robust for file names, environment variables

Re: [NTG-context] ASCII mode within \footnote

2019-11-04 Thread Wolfgang Schuster
ution. The reason why setting \asciimode in the \footnote doesn't work is that TeX uses uses the meaning of a special character it had when it read the argument, i.e. when TeX reads the text "%APPDATA%\file.txt" the percent sign acts as begin of a comment and everything after it is

Re: [NTG-context] issue embedding from Lua code

2019-11-01 Thread Pablo Rodriguez
On 11/1/19 11:08 AM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 01.11.2019 um 10:44: >> [...] >> \start >> \catcode`\#=12 % local change of character TeX category >> \doloopif{\cA}{~=}{}{\getbuffer[main]} >> \stop >> &

Re: [NTG-context] issue embedding from Lua code

2019-11-01 Thread Wolfgang Schuster
for your reply, Wolfgang. Now I understand why it didn’t work. In my real-world document, I get an error, probably caused by having \giveattachment deployed in a buffer called inside: \start \catcode`\#=12 % local change of character TeX category \doloopif{\cA}{~=}{}{

Re: [NTG-context] issue embedding from Lua code

2019-11-01 Thread Pablo Rodriguez
hment("#1")}} Many thanks for your reply, Wolfgang. Now I understand why it didn’t work. In my real-world document, I get an error, probably caused by having \giveattachment deployed in a buffer called inside: \start \catcode`\#=12 % local change of character TeX category

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-16 Thread Otared Kavian
uments ? >> Fabrice >> >> Le mar. 15 oct. 2019 à 19:11, Otared Kavian > <mailto:ota...@gmail.com>> a écrit : >> Hi Fabrice, >> >> Wolfgang gave the right answer, but I wanted to point out that it is better >> not to use \setupbod

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-16 Thread Fabrice Couvreur
g gave the right answer, but I wanted to point out that it is >> better not to use \setupbodyfont in the middle of your document, as you did >> in the excerpt below: in this case it is better to use >> >> \switchtobodyfont[xits] >> >> or even better define the chara

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Otared Kavian
om>> a écrit : > Hi Fabrice, > > Wolfgang gave the right answer, but I wanted to point out that it is better > not to use \setupbodyfont in the middle of your document, as you did in the > excerpt below: in this case it is better to use > > \switchtobodyfont

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Fabrice Couvreur
Kavian a écrit : > Hi Fabrice, > > Wolfgang gave the right answer, but I wanted to point out that it is > better not to use \setupbodyfont in the middle of your document, as you did > in the excerpt below: in this case it is better to use > > \switchtobodyfont[xits] > > or

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Otared Kavian
Hi Fabrice, Wolfgang gave the right answer, but I wanted to point out that it is better not to use \setupbodyfont in the middle of your document, as you did in the excerpt below: in this case it is better to use \switchtobodyfont[xits] or even better define the character you want before

Re: [NTG-context] Unexpected behavior of subsection labels

2019-10-07 Thread Wolfgang Schuster
hout Greek letters. By the way, Quivira supports Greek characters, so I don't know where the problem comes from. Below is a much shorter version of your example to demonstrate the problem. The problem is a check in the section command which fails when the character comes from a fallba

Re: [NTG-context] general syntax for startparagraph command

2019-09-30 Thread Henning Hraban Ramm
> Am 2019-09-30 um 19:37 schrieb Wolfgang Schuster > : > > Jeroen schrieb am 30.09.2019 um 02:18: >> Many thanks. Is there also a simple way to place a 2 above the = character >> as the definition does. > The sample ways are: > > \starttext > > \setupr

Re: [NTG-context] general syntax for startparagraph command

2019-09-30 Thread Wolfgang Schuster
Jeroen schrieb am 30.09.2019 um 02:18: Many thanks. Is there also a simple way to place a 2 above the = character as the definition does. The sample ways are: \starttext \setupruby[style=] = \ruby{=}{*} \blank = \framed[location=bottom,align=middle,frame=off,offset=0pt]{*\\=} \stoptext

Re: [NTG-context] Multi-letter words/identifiers in math

2019-09-30 Thread Hans Hagen
unicode mathematical alphanumeric block position. However, most OpenType fonts that have good support for unicode math are optimized for single-character usage. Therefore, the outcome of such method is non-ideal, as no kerning or ligatures will be enabled. Especially, this gives bad output when

Re: [NTG-context] general syntax for startparagraph command

2019-09-29 Thread Jeroen
Many thanks. Is there also a simple way to place a 2 above the = character as the definition does. Thanks Jeroen Op zo 29 sep. 2019 om 18:47 schreef Wolfgang Schuster < wolfgang.schuster.li...@gmail.com>: > Jeroen schrieb am 29.09.2019 um 20:30: > > Dear list members, > > &

Re: [NTG-context] general syntax for startparagraph command

2019-09-29 Thread Wolfgang Schuster
Jeroen schrieb am 29.09.2019 um 20:30: Dear list members, I am trying to get the following with the 1 elevated and 2 above the = character. The square brackets and all in between I would like italic and OPT below both terms. *\startparagraph [.1..] [..,..2=..,..] ..**.\stopparagraph* Would

[NTG-context] general syntax for startparagraph command

2019-09-29 Thread Jeroen
Dear list members, I am trying to get the following with the 1 elevated and 2 above the = character. The square brackets and all in between I would like italic and OPT below both terms. *\startparagraph [.1..] [..,..2=..,..] ..**.\stopparagraph* Would anybody be able to help. Would Metapost be

[NTG-context] Multi-letter words/identifiers in math

2019-09-29 Thread Shuxian Wang
position. However, most OpenType fonts that have good support for unicode math are optimized for single-character usage. Therefore, the outcome of such method is non-ideal, as no kerning or ligatures will be enabled. Especially, this gives bad output when typesetting variable names with

Re: [NTG-context] I (metapost) can't handle numbers bigger than 32767.99998

2019-07-05 Thread Zhichu
Hi Hans, I simply put the unicode character there and everything works pretty well. I was using only 5 Chinese characters in a document: 中國科學院, which means Chinese Academy of Sciences. Looked up their unicode number: for c in u'中國科學院': print(ord(c)) 20013 22283 31185 23416 38498

Re: [NTG-context] I (metapost) can't handle numbers bigger than 32767.99998

2019-07-05 Thread Hans Hagen
esn't make much sense I think, as the font stuff comes from mf which is 8 bit. So, these character numbers (and simensions) are not really saying much, other than that they're properties of a figure. (In context lmtx there will likely be some module for mp fonts. We can already do a l

[NTG-context] I (metapost) can't handle numbers bigger than 32767.99998

2019-07-04 Thread Zhichu
Hi everyone, I was using metapost to generate some symbols, as in "tex/texmf-context/metapost/context/fonts/mpiv/demo-symbols.tex" Occasionally, I want to customize a glyph whose charcode is a little large, say the character "院": ~~

Re: [NTG-context] Unicode mathematics in ConTeXt

2019-05-04 Thread Hamid,Idris
t? >> ii) If one copies the text of the pdf output to an editor - even this >> email client - the second superscript moves to a new line: >> >> 𝓒 ⁿ >> t >> >> Why does this happen? Is this a bug? >> >> 5. Here is what we want: 𝓒 ⁿᵗ >>

Re: [NTG-context] Unicode mathematics in ConTeXt

2019-05-04 Thread Wolfgang Schuster
does this happen? Is this a bug? 5. Here is what we want: 𝓒 ⁿᵗ What is the proper or best way to get a character-superscript combination in ConTeXt whose output can be copied and pasted to an editor and give the correct result? What am I missing? Thank you in advance. Best wishes Idris On Wed, 0

Re: [NTG-context] Unicode mathematics in ConTeXt

2019-05-03 Thread Hamid,Idris
cript larger than the first? ii) If one copies the text of the pdf output to an editor - even this email client - the second superscript moves to a new line: 𝓒 ⁿ t Why does this happen? Is this a bug? 5. Here is what we want: 𝓒 ⁿᵗ What is the proper or best way to get a character-supers

Re: [NTG-context] PDF output routine in lmtx

2019-04-30 Thread Thomas A. Schmitz
> On 29. Apr 2019, at 11:46, Christian Prim wrote: > > Hi > > in lmtx the pdf output routine has changed afaik. I just wanted to report, > that in lmtx our printer/copier (Ricoh 8200S or Ricoh 8110S) doesn't print > any character. A standard document as the MWE pri

Re: [NTG-context] PDF output routine in lmtx

2019-04-29 Thread Christian Prim
019 11:46 AM, Christian Prim wrote: > > Hi > > > > in lmtx the pdf output routine has changed afaik. I just wanted to > > report, that in lmtx our printer/copier (Ricoh 8200S or Ricoh 8110S) > > doesn't print any character. A standard document as the MWE prints wel

Re: [NTG-context] PDF output routine in lmtx

2019-04-29 Thread Hans Hagen
On 4/29/2019 11:46 AM, Christian Prim wrote: Hi in lmtx the pdf output routine has changed afaik. I just wanted to report, that in lmtx our printer/copier (Ricoh 8200S or Ricoh 8110S) doesn't print any character. A standard document as the MWE prints well under mkiv. Under lmtx, there

[NTG-context] PDF output routine in lmtx

2019-04-29 Thread Christian Prim
Hi in lmtx the pdf output routine has changed afaik. I just wanted to report, that in lmtx our printer/copier (Ricoh 8200S or Ricoh 8110S) doesn't print any character. A standard document as the MWE prints well under mkiv. Under lmtx, there is no output (blank sheet). In a document with a

Re: [NTG-context] PDF output routine in lmtx

2019-04-29 Thread Christian Prim
just wanted to report, > that in lmtx our printer/copier (Ricoh 8200S or Ricoh 8110S) doesn't print > any character. A standard document as the MWE prints well under mkiv. Under > lmtx, there is no output (blank sheet). In a document with a tikz-figure, > the tikz-figure (with

[NTG-context] precompose combining characters

2019-04-27 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupbodyfont[gentium, 60pt] \starttext Combined: τῇ Precomposed: τῇ \stoptext Is there an automatic way in LuaTeX to get the precomposed character from combining ones without having to add a feature? Many thanks for your help

Re: [NTG-context] Strange behavior with \usetikzlibrary [matrix]

2019-04-18 Thread Fabrice Couvreur
same. > > ConTeXt ver: 2019.04.16 08:54 MKIV beta > > PDF is attached. > > > Fabrice > > > > Le jeu. 18 avr. 2019 à 12:17, Henri Menke a > écrit : > > > >> In ConTeXt the ampersand is not an alignment character but has catcode > >>

Re: [NTG-context] Strange behavior with \usetikzlibrary [matrix]

2019-04-18 Thread Henri Menke
On 4/18/19 10:22 PM, Fabrice Couvreur wrote: > Hi Henry, > This has no effect, the problem is the same. ConTeXt ver: 2019.04.16 08:54 MKIV beta PDF is attached. > Fabrice > > Le jeu. 18 avr. 2019 à 12:17, Henri Menke a écrit : > >> In ConTeXt the ampersand is not an

Re: [NTG-context] Strange behavior with \usetikzlibrary [matrix]

2019-04-18 Thread Fabrice Couvreur
Hi Henry, This has no effect, the problem is the same. Fabrice Le jeu. 18 avr. 2019 à 12:17, Henri Menke a écrit : > In ConTeXt the ampersand is not an alignment character but has catcode > 12 by default. Use the "ampersand replacement" option. > > \usemodule[tikz] &g

Re: [NTG-context] Strange behavior with \usetikzlibrary [matrix]

2019-04-18 Thread Henri Menke
In ConTeXt the ampersand is not an alignment character but has catcode 12 by default. Use the "ampersand replacement" option. \usemodule[tikz] \usetikzlibrary[matrix,decorations.pathreplacing, calc, positioning,fit] \starttext \starttikzpicture[>=stealth,thick,baseline, every ri

Re: [NTG-context] follow up

2019-04-03 Thread Hans Hagen
m: In the CFF font file there is a CharSet table that maps character-IDs to glyph-IDs. If preview cannot read the last entry in this table (or the last glyph, glyph nr. 10) then it might drop it. coul dbe but acrobat is very picky on that as is ghostscript and they work By bet is on the ToUn

Re: [NTG-context] follow up

2019-04-02 Thread Christoph Reller
e: If preview is not able to parse the last entry in the ToUnicode table then it may also drop this glyph in its display, although ToUnicode is only relevant for text extraction. It could be the font stream: In the CFF font file there is a CharSet table that maps character-IDs to glyph-IDs. If preview c

Re: [NTG-context] How to repeat the hyphen?

2019-03-25 Thread Sam May
ght=3,type=4] # > # > # \setbreakpoints[compound] # > # > # # > # > # But also check the wiki, there can be side-effects to \setbreakpoints[compound] # > # > # # > # > # https://wiki.contextgarden.net/Compound_words # > # > # # > # > # # > # >

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
> # > # But also check the wiki, there can be side-effects to \setbreakpoints[compound] # > # > # # > # > # https://wiki.contextgarden.net/Compound_words # > # > # # > # > # # > # > # Best wishes, # > # > # Taco # > # > # # > # > # > On 21 Mar 2019, at 16:23,

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Taco Hoekwater
re can be side-effects to > \setbreakpoints[compound] > # > # > # > # https://wiki.contextgarden.net/Compound_words > # > # > # > # > # > # Best wishes, > # > # Taco > # > # > # > # > On 21 Mar 2019, at 16:23, Tomas Hala wrote: &g

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
> # > # > # > Hi all, # > # > # > # > in composed words with hyphen inside (e.g. modro-zelený = blue-green), the # > # > hyphen character must be repeated at the beginning of the new line # > # > (modro-/-zelený). This rule is obligatory for Czech and Slovak type

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Taco Hoekwater
cts to > \setbreakpoints[compound] > # > # https://wiki.contextgarden.net/Compound_words > # > # > # Best wishes, > # Taco > # > # > On 21 Mar 2019, at 16:23, Tomas Hala wrote: > # > > # > Hi all, > # > > # > in composed words with hyphen

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
a wrote: # > # > Hi all, # > # > in composed words with hyphen inside (e.g. modro-zelený = blue-green), the # > hyphen character must be repeated at the beginning of the new line # > (modro-/-zelený). This rule is obligatory for Czech and Slovak typesetting. # > # > I am a

Re: [NTG-context] How to repeat the hyphen?

2019-03-21 Thread Taco Hoekwater
> Hi all, > > in composed words with hyphen inside (e.g. modro-zelený = blue-green), the > hyphen character must be repeated at the beginning of the new line > (modro-/-zelený). This rule is obligatory for Czech and Slovak typesetting. > > I am able to implement this featur

[NTG-context] How to repeat the hyphen?

2019-03-21 Thread Tomas Hala
Hi all, in composed words with hyphen inside (e.g. modro-zelený = blue-green), the hyphen character must be repeated at the beginning of the new line (modro-/-zelený). This rule is obligatory for Czech and Slovak typesetting. I am able to implement this feature by defining a new command (see

Re: [NTG-context] Output problem with nodes.toutf utility function(latest beta 02.26.2019)

2019-02-28 Thread Joseph Canedo
placeholder perhaps for unknown character?   Please note that typeset text is not impacted, it seems correct.   Joseph   The dlig feature for EBGaramond causes "Th" to be replaced by a ligature. Look carefully at your typeset text and you will likely see that the "T&qu

Re: [NTG-context] Output problem with nodes.toutf utility function (latest beta 02.26.2019)

2019-02-27 Thread Rik Kabel
output was : user    > margin > margin box text Thareh. Now it is : user    > margin > margin box text 󰀙areh. The « Th » was replaced by some 󰀙 placeholder perhaps for unknown character? Please note that typeset text is not impacted, it seems correct. Joseph The

[NTG-context] Output problem with nodes.toutf utility function (latest beta 02.26.2019)

2019-02-27 Thread Joseph Canedo
in box text Thareh. Now it is : user> margin > margin box text 󰀙areh. The « Th » was replaced by some 󰀙 placeholder perhaps for unknown character? Please note that typeset text is not impacted, it seems corr

Re: [NTG-context] \symbol (ConTeXt vs. LateX)

2019-02-16 Thread Tomas Hala
Thank you, Wolgang, that's it. Tomáš Sat, Feb 16, 2019 ve 03:31:47PM +0100 Wolfgang Schuster napsal(a): # # # Tomas Hala schrieb am 16.02.19 um 15:25: # >Hi all, # > # >how can I print the corresponding character if I know its ordinal value? # # You can use the \tochar{...} comm

Re: [NTG-context] \symbol (ConTeXt vs. LateX)

2019-02-16 Thread Wolfgang Schuster
Tomas Hala schrieb am 16.02.19 um 15:25: Hi all, how can I print the corresponding character if I know its ordinal value? You can use the \tochar{...} command. font-ini.mkiv: %D The \type {\tochar} commmand takes a specification: %D %D \starttabulate[|l|l|l|] %D \NC e \NC entity

[NTG-context] \symbol (ConTeXt vs. LateX)

2019-02-16 Thread Tomas Hala
Hi all, how can I print the corresponding character if I know its ordinal value? (In LaTeX, there is a command \symbol{number} but in ConTeXt this command has different meaning.) Thanks in advance, Best wishes, Tomáš Hála

Re: [NTG-context] problem with non-printing hex 0x0C

2019-02-06 Thread Hans Hagen
On 2/5/2019 9:28 PM, martin wrote: I had a problem that kept me busy for a few hours. A \page command had no effect, the text just continued in the pdf. The culprid turned out to be a hex 0x0C, a formfeed character. Once I removed them all was good. It got introduced by extracting the text

[NTG-context] problem with non-printing hex 0x0C

2019-02-05 Thread martin
I had a problem that kept me busy for a few hours. A \page command had no effect, the text just continued in the pdf. The culprid turned out to be a hex 0x0C, a formfeed character. Once I removed them all was good. It got introduced by extracting the text from a PDF. I realize my files

<    1   2   3   4   5   6   7   8   9   10   >