[NTG-context] What could possibly be wrong with 'P'?

2024-09-09 Thread jbf
\c!leftwidth \n \\hss \\egroup ...\n ...\n\n \n \\stopfrontmatter\n\n", ["lastluaerror"]="", ["lasttexerror"]="Valid keyword expected, likely 'plus'", ["lasttexhelp"]="You started a keyword but it seems to be an invalid one. The

[NTG-context] Re: Defining mathsymbols from unicode char

2024-08-29 Thread Wolfgang Schuster
Jethro Djan schrieb am 29.08.2024 um 21:27: Dear all, 1. I am trying to define the "pitchfork" unicode character(https://unicodeplus.com/U+22D4) to use in ConTeXt as stated on page 387 of new math manual authored by Hans and Mikael: \definemathsymbol[pitchfork][relation]["

[NTG-context] Defining mathsymbols from unicode char

2024-08-29 Thread Jethro Djan
Dear all, 1. I am trying to define the "pitchfork" unicode character( https://unicodeplus.com/U+22D4) to use in ConTeXt as stated on page 387 of new math manual authored by Hans and Mikael: \definemathsymbol[pitchfork][relation]["22D4] It works with some unicode characters and n

[NTG-context] Re: understanding units / dimensions

2024-08-25 Thread Henning Hraban Ramm
), vh (relative to the \vsize), maybe a percentage (but of what) and ch (width of the current zero digit character). As if that wasn’t official documentation… WRT to funits see also https://www.tug.org/TUGboat/tb44-2/tb137egger-edith.pdf

[NTG-context] Quotation mark in drop caps

2024-07-07 Thread Thangalin
Hi list! I have a three-part question. First, when using \placeinitial, how would you detect whether the first character is a quotation mark, and, if so, override the setupinitial to use m=2? Second, when using m=2 to capture a quotation mark, how would you change the font size of only the

[NTG-context] weekend update

2024-06-21 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version: -- fix for hraban's svg image (one character patch) -- more verbose link comments for pablo (for experimenting) -- support for stacking at the tex end (maybe for presentations) \starttext \definestacking[one] \definestacking[two] \startbuffer This is a

[NTG-context] Re: How to improve appearance of bars in frac, sqrt, etc. on screens?

2024-06-14 Thread Hans Hagen via ntg-context
to thsi due to generous overlaps (unless they use a sequence of connecting strokes in the same direction) also keep in mind that looking at a blown up character is not that realistic (for instance a traditional bitmap font might look great at 600 or 1200 dpi at intended size so zooming in showing ra

[NTG-context] Re: Number in a circle

2024-05-30 Thread Henning Hraban Ramm
-0x2] % look up the right Unicode ranges!    [check=no,force=no] \definetypeface [myfonts] [rm] [serif] [times] [default] [fallbacks=SymbolFB] And then copy the character from a symbol table, no need for a macro. Hmm, that's a great idea. But I can't seem to get a minimal to work

[NTG-context] Re: BibTeX choking on comments in database

2024-05-29 Thread Alan Braslau via ntg-context
ly. > > I see. The first few lines of my BibTeX file just contains a copyright > notice that is commented out with the % character. If that is not a > valid comment character, is there no way to write a comment in the > file? > 1) You appear to be using the long-frozen mki

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Kip Warner
ht notice that is commented out with the % character. If that is not a valid comment character, is there no way to write a comment in the file? -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed mes

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Kip Warner
On Wed, 2024-05-29 at 00:45 +0200, Aditya Mahajan wrote: > Hard to say without looking at the bib file, but % is not a comment > character in bibtex. So, if your file starts with The first few lines of the file is just a copyright notice, with each line beginning with %. If that&#x

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Aditya Mahajan
ot warning about text outside of an entry that > should be treated as a comment? Hard to say without looking at the bib file, but % is not a comment character in bibtex. So, if your file starts with % @article{key, % title = {...}, % } you will get an error from the bib parser. If you want to c

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
number 1. > > > > I am assuming it needs a font that supports it, but I'm not sure > > how to > > switch to a supporting font just to typeset that character and then > > revert back. Is there some way to define a macro? > > You could just define a fallback fon

[NTG-context] Re: Number in a circle

2024-05-27 Thread Henning Hraban Ramm
t get them to work in ConTeXt. I tried using the \utfchar{0x2460} but it just displays the number 1. I am assuming it needs a font that supports it, but I'm not sure how to switch to a supporting font just to typeset that character and then revert back. Is there some way to define a macro? You

[NTG-context] Re: BibTeX choking on comments in database

2024-05-27 Thread Henning Hraban Ramm
4, order 13, name '/usr/share/texmf/tex/context/bib/mkii/bibl-apa.tex' ... All that's present on the first few lines of the References.bib BibTeX database are comments that begin with the '%' character. Is there a different character that should be used for BibT

[NTG-context] BibTeX choking on comments in database

2024-05-27 Thread Kip Warner
/mkii/bibl-apa.tex' ... All that's present on the first few lines of the References.bib BibTeX database are comments that begin with the '%' character. Is there a different character that should be used for BibTeX databases when used with ConTeXt? -- Kip Warner OpenPGP signe

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
Xt. I tried using the \utfchar{0x2460} but it just displays the number 1. I am assuming it needs a font that supports it, but I'm not sure how to switch to a supporting font just to typeset that character and then revert back. Is there some way to define a macro? -- Kip Warner OpenPGP

[NTG-context] wrong font scaling in LMTX?

2024-05-26 Thread Pablo Rodriguez via ntg-context
confirm the issue? BTW, this is the first time I indent the sample sent to the list with a single character (one tab) instead of two or four spaces. If the sample is wrong displayed in the medium you use with the mailing list, please tell me and I will go back to spaces instead of tabs. Many thanks

[NTG-context] what am I missing in the typescript?

2024-05-15 Thread madiazm . eoicc
sage in log, as if it was invisible. What am I missing? here my script: \definefontfeature[Libertinusfeatures][ mode=node, ccmp=yes, % character composition liga=yes, tlig=yes, % ligatures tnum=yes, cpsp=yes, % capital spacing kern=yes, language=dflt, protrusion=quality, ex

[NTG-context] Re: How to isolate serious errors from warnings?

2024-04-19 Thread Hans Hagen
onTeXt couldn't find, as I mispelled the filenmame, and it fully compiled and made a PDF, without me noticing. (3) Or maybe in some case, a font couldn't be found for a specific character, so a single character in the file isn't displaying. Those are just some examples; I inten

[NTG-context] Re: How to isolate serious errors from warnings?

2024-04-17 Thread Henning Hraban Ramm
e filenmame, and it fully compiled and made a PDF, without me noticing. (3) Or maybe in some case, a font couldn't be found for a specific character, so a single character in the file isn't displaying. Those are just some examples; I intended for something to be printed on the PDF, bu

[NTG-context] How to isolate serious errors from warnings?

2024-04-17 Thread Joel via ntg-context
me noticing. (3) Or maybe in some case, a font couldn't be found for a specific character, so a single character in the file isn't displaying. Those are just some examples; I intended for something to be printed on the PDF, but it isn't showing there. Since a document of this size

[NTG-context] Re: Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 14.04.2024 um 14:53: Am 14.04.24 um 14:46 schrieb Wolfgang Schuster: garu...@azules.eu schrieb am 14.04.2024 um 12:41: Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn

[NTG-context] Re: Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread Henning Hraban Ramm
Am 14.04.24 um 14:46 schrieb Wolfgang Schuster: garu...@azules.eu schrieb am 14.04.2024 um 12:41: Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an explanation in https://wiki.contextgar

[NTG-context] Re: Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread Wolfgang Schuster
garu...@azules.eu schrieb am 14.04.2024 um 12:41: Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an explanation in https://wiki.contextgarden.net/Command For example, these two pages

[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an explanation in https://wiki.contextgarden.net/Command For example, these two pages exist : - https://wiki.contextgarden.net/Command/star

[NTG-context] Re: incosistent output of --- dash

2024-04-06 Thread Pablo Rodriguez via ntg-context
ould make no sense to get an en-dash there (but I guess you don’t mean that). But all OSes provide character maps to get single characters. And also Unicodia works fine in Windows (https://mercury13.github.io/unicodia/, just in case it might suit your needs). Having a single character (emoji,

[NTG-context] Re: how to include an an svg file?

2024-03-16 Thread Jean-Pierre Delange
ns (pdf export) but some produce faulty files (with missing stuff) so i guess we have a complex situation in general. That said, as long as one sticks to reliable and clean code (plain svg) it should mostly work out. Text is another matter because svg dropped glyph support so now everyth

[NTG-context] Re: how to include an an svg file?

2024-03-15 Thread seyal zavira
; situation in general. That said, as long as one sticks to reliable and > clean code (plain svg) it should mostly work out. > > Text is another matter because svg dropped glyph support so now > everything has to go through font features which in turn means that if > one uses svg as outp

[NTG-context] Re: how to include an an svg file?

2024-03-15 Thread Hans Hagen via ntg-context
able and clean code (plain svg) it should mostly work out. Text is another matter because svg dropped glyph support so now everything has to go through font features which in turn means that if one uses svg as output format one has to specify every character with possible abuse of a substitution f

[NTG-context] Re: Japanese

2024-03-14 Thread Otared Kavian
> > > > > > > > In my previous mail, I wrote wrong amounts of lines. They should be 46 > > lines on one page, while the actual example doesn't show the 46th line. > > > > It would be important to identify the reason why only 24 characters are >

[NTG-context] Re: Japanese

2024-03-14 Thread Emanuel Han via ntg-context
mounts of lines. They should be 46 > > lines on one page, while the actual example doesn't show the 46th line. > > > > It would be important to identify the reason why only 24 characters are > > used to create a line when 25 could be used. Then we can develop a method

[NTG-context] Re: Japanese

2024-03-13 Thread Otared Kavian
only 24 characters are used > to create a line when 25 could be used. Then we can develop a method to turn > that mechanism off or circumvent it. > Quotation from https://www.w3.org/TR/jlreq: > In principle, when composing a line with ideographic (cl-19), hiragana > (cl-15) and katakana (c

[NTG-context] Re: weird character normalization in the wiki

2024-03-11 Thread Pablo Rodriguez via ntg-context
On 3/11/24 09:31, Taco Hoekwater wrote: >> On 9 Mar 2024, at 09:35, Pablo Rodriguez via ntg-context >> wrote: >> >> Sure, they may be a workaround to type codepoints instead of characters >> (such as with \utfchar{0x1fbb}, but wouln’t it be possible to disable >

[NTG-context] Re: weird character normalization in the wiki

2024-03-11 Thread Taco Hoekwater
Hi, > On 9 Mar 2024, at 09:35, Pablo Rodriguez via ntg-context > wrote: > > Sure, they may be a workaround to type codepoints instead of characters > (such as with \utfchar{0x1fbb}, but wouln’t it be possible to disable > that character normalization in the wiki? AFAIK, W

[NTG-context] Re: Japanese

2024-03-10 Thread Jean-Pierre Delange
/TR/jlreq/#cl-15>// and //katakana (cl-16) <https://www.w3.org/TR/jlreq/#cl-16>// characters, no extra spacing appears between their //character frame <https://www.w3.org/TR/jlreq/#term.character-frame>//. This is called solid setting (see //Figu

[NTG-context] Re: Japanese

2024-03-10 Thread Emanuel Han via ntg-context
w.w3.org/TR/jlreq: > > In principle, when composing a line with ideographic (cl-19) > > (https://www.w3.org/TR/jlreq/#cl-19), hiragana (cl-15) > > (https://www.w3.org/TR/jlreq/#cl-15) and katakana (cl-16) > > (https://www.w3.org/TR/jlreq/#cl-16) characters, no extra spacin

[NTG-context] weird character normalization in the wiki

2024-03-09 Thread Pablo Rodriguez via ntg-context
, these are two different characters. In some fonts each pair of different characters for each accented letter lead to the same glyph, in other fonts those glyphs are different. This sample shows the difference (there should display two slightly different accents [unless there is some character

[NTG-context] Re: Japanese

2024-03-02 Thread Wolfgang Schuster
5) <https://www.w3.org/TR/jlreq/#cl-15>// and //katakana (cl-16) <https://www.w3.org/TR/jlreq/#cl-16>// characters, no extra spacing appears between their //character frame <https://www.w3.org/TR/jlreq/#term.character-frame>//. This is called solid setting (see //Figure 5 &l

[NTG-context] Re: Japanese

2024-03-01 Thread Emanuel Han via ntg-context
hic (cl-19) (https://www.w3.org/TR/jlreq/#cl-19), hiragana (cl-15) (https://www.w3.org/TR/jlreq/#cl-15) and katakana (cl-16) (https://www.w3.org/TR/jlreq/#cl-16) characters, no extra spacing appears between their character frame (https://www.w3.org/TR/jlreq/#term.character-frame). This is ca

[NTG-context] Re: Japanese

2024-03-01 Thread Wolfgang Schuster
, the opening Brackets (I marked them with \color[red]{【} and \color[red]{{}) are taking the previous character with them to the next line. Please remove these to see that the previous character would stay on the previous line. Thanks Wolfgang for checking wether this is a bug. Can you stick to

[NTG-context] Re: Japanese

2024-03-01 Thread Emanuel Han via ntg-context
r[red]{{}) are taking the previous character with them to the next line. Please remove these to see that the previous character would stay on the previous line. Thanks Wolfgang for checking wether this is a bug. I was not successful in figuring out how the protrusion mechanism can be set in ord

[NTG-context] Re: Japanese

2024-02-29 Thread luigi scarso
umented here: > https://www.w3.org/TR/jlreq/#possibilities_for_linebreaking_between_characters > , and all affected characters are listed here: > https://www.w3.org/TR/jlreq/tables/table_en3.pdf > > We have different rules, depending what kind of character is surpassing > the text width (or is i

[NTG-context] Re: Japanese

2024-02-29 Thread Jeong Dal via ntg-context
characters are listed here: > https://www.w3.org/TR/jlreq/tables/table_en3.pdf > > We have different rules, depending what kind of character is surpassing the > text width (or is in its last position). > > Rule 1: > > Before closing brackets, closing quotation marks,

[NTG-context] Re: Japanese

2024-02-28 Thread Wolfgang Schuster
ers , and all affected characters are listed here: https://www.w3.org/TR/jlreq/tables/table_en3.pdf We have different rules, depending what kind of character is surpassing the text width (or is in its last position). Rule 1: Before closing brackets, closing quotation marks, iteration

[NTG-context] Re: Japanese

2024-02-28 Thread Emanuel Han via ntg-context
.w3.org/TR/jlreq/tables/table_en3.pdf We have different rules, depending what kind of character is surpassing the text width (or is in its last position). Rule 1: Before closing brackets, closing quotation marks, iteration marks, the Prolonged sound mark and small Kana, line breaking is prohibited. ’”)

[NTG-context] Re: using an end of line as parameter

2024-02-21 Thread Bruce Horrocks
> On 21 Feb 2024, at 08:17, madiazm.eo...@gmail.com wrote: > > Thanks a lot Bruce, that did the trick! definitely I will have to learn a bit > lua in summer. > I just got an error on \qquad and found searching in internet that it was > because escape character conflicts b

[NTG-context] Re: using an end of line as parameter

2024-02-21 Thread madiazm . eoicc
Thanks a lot Bruce, that did the trick! definitely I will have to learn a bit lua in summer. I just got an error on \qquad and found searching in internet that it was because escape character conflicts between tex and lua. For the time i removed it and since I will create itemizes I hope I dont

[NTG-context] Re: using an end of line as parameter

2024-02-19 Thread Hans Hagen
(comments are mine) In den Büchereien gibt es auch … %the question … Kuchen. %option a … Theater. %option b … Workshops. %option c I need to detect \par or whatever sign marks the newline character as an argument delimiter so that I dont have to paste hundreds of times braces for each argument

[NTG-context] using an end of line as parameter

2024-02-19 Thread Miguel Diaz
… %the question … Kuchen. %option a … Theater. %option b … Workshops. %option c I need to detect \par or whatever sign marks the newline character as an argument delimiter so that I dont have to paste hundreds of times braces for each argument. For the example, I use this macro definition (which

[NTG-context] Suggestions and problems of the manuals

2024-01-17 Thread Gerion Entrup
1 From: Gerion Entrup Date: Tue, 16 Jan 2024 23:40:40 +0100 Subject: [PATCH] units-mkiv: improve - typos - remove getbuffer without context - demonstrate usage of pm and to --- doc/context/sources/general/manuals/units/units-mkiv.tex | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) dif

[NTG-context] Re: QR Code

2023-12-21 Thread Ursula Hermann
MiKTeX and TeX Live allow Windows-style specification of folders in environment variables, it is best to use UNIX-style (TeX usually expects and prefers directories to be separated by "/" rather "\" because the backslash is its control character). Furthermore, "//"

[NTG-context] Re: Fractions (was \placefigure[location=here...] problem)

2023-12-10 Thread Hans Hagen via ntg-context
we have dealt with all of that (some not in the current release), think of additional control in the engine, compensation for insufficient opentype math features, companion fonts with more sizes there will always be suboptimal cases but the average is ok (we put radical - character kerning on

[NTG-context] Re: hard clipping in ConTeXt?

2023-11-13 Thread Pablo Rodriguez via ntg-context
sulting PDF document? > > one has to render a document (page stream) in order to wee what end up > where .. a viewer has that info so it can decide to act upon it (apart > from some gambling with words clipped in the middle of a character) > > this is not something for context to

[NTG-context] Re: hard clipping in ConTeXt?

2023-11-11 Thread Hans Hagen via ntg-context
ped section is added to the resulting PDF document? one has to render a document (page stream) in order to wee what end up where .. a viewer has that info so it can decide to act upon it (apart from some gambling with words clipped in the middle of a character) this is not something for context

[NTG-context] Example is not working

2023-11-03 Thread Ursula Hermann
> synctex functionality is enabled, expect 5-10 pct runtime overhead! open source > level 1, order 3, name './mathtry.tex' fonts > beware: no fonts are loaded yet, using 'lm mono' in box tex error > tex error on line

[NTG-context] Re: typearea

2023-10-29 Thread Thomas Meyer
t /(\PageWidth /32768)\relax }} \par \setbox \scratchbox \hbox {\dorecurse {26}{\character \recurselevel }} \Width =\dimexpr \TA@alphabet     \setupTypeArea[bcor=0pt,oneside=no,alphabets=2.6] 79  height=\the\Height, 80  width=\the\Width, 81  header=2\lineheight, 82   

[NTG-context] typearea

2023-10-29 Thread Thomas Meyer
text/third/typearea/t-typearea.tex: Missing number, treated as zero     { \TA@alphabets \par \PageWidth =\dimexpr \paperwidth -\TA@bcor \relax \par \edef \Ratio {\withoutpt {     \the \dimexpr 2\paperheight /(\PageWidth /32768)\relax }} \par \setbox \scratchbox \hbox {\dorecurse {26}{\ch

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-22 Thread Hans Hagen via ntg-context
ssed. Of course it doesn't matter what fallback font one uses, as long as it has no control-character symbols. 1. Can this approach be generalized to get what we want, viz., a way to toggle the symbols? given the inconsistency in what is or is not in a font the only way out is to have our

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-21 Thread Hamid,Idris
fallback font one uses, as long as it has no control-character symbols. 1. Can this approach be generalized to get what we want, viz., a way to toggle the symbols? 2. \enabletrackers[typesetters.nbsp] gives a colored box, which is at least something.. But how can we get the NBSP symbol that'

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-21 Thread Hans Hagen
ng the symbols are usually suppressed, while the effect of each character is maintained. In some text editors, such as Windows Notepad (Uniscribe), there is the option "Show Unicode control characters" which toggles the symbols and keeps the effects. I seem to recall that ConTeXt has/h

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-21 Thread Hamid,Idris
nd related Unicode control characters ** Caution: EXTERNAL Sender ** On 9/21/2023 3:31 PM, Hamid,Idris wrote: Dear gang, Within a font, relevant Unicode control characters such as the zero-width joiner usually have symbolic representation, but in printing the symbols are usually suppressed,

[NTG-context] Re: Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-21 Thread Hans Hagen
On 9/21/2023 3:31 PM, Hamid,Idris wrote: Dear gang, Within a font, relevant Unicode control characters such as the zero-width joiner usually have symbolic representation, but in printing the symbols are usually suppressed, while the effect of each character is maintained. In some text

[NTG-context] Toggling the symbol for the zero-width joiner and related Unicode control characters

2023-09-21 Thread Hamid,Idris
Dear gang, Within a font, relevant Unicode control characters such as the zero-width joiner usually have symbolic representation, but in printing the symbols are usually suppressed, while the effect of each character is maintained. In some text editors, such as Windows Notepad (Uniscribe

[NTG-context] Re: Table of contents of unnumbered titles

2023-09-09 Thread Jim
culpa. My mail program did not show me that your first answer had non-breakable spaces after '[title]' and '[subject]' (but not after '[subsubject]'). And I quickly copied and pasted those into a file without checking the character set. Replacing those with ASCII

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
nface][rm][DejaVu Sans] >>[sl≃style:bf] > > You're using the wrong symbol (you have a math operator in your example) > to assign a value to a key. Many thanks for your reply, Wolfgang. As always, many thanks for your valuable help. Somehow I copied the assymptopically equal to

[NTG-context] Re: XML: Correct usage of hash symbol in url / new upload

2023-08-27 Thread Hans Hagen via ntg-context
#, which, as a special character seems to cause an error. Adding a double hash seems to work, but those ## will end up in the link URL. How can I properly escape a single #? I've already tried using \Ux{23}, but that won't work either. The duplication of hashes is kind of special. Con

[NTG-context] Re: XML: Correct usage of hash symbol in url

2023-08-25 Thread Hans Hagen via ntg-context
this particular case). The prefix contains a #, which, as a special character seems to cause an error. Adding a double hash seems to work, but those ## will end up in the link URL. How can I properly escape a single #? I've already tried using \Ux{23}, but that won't w

[NTG-context] XML: Correct usage of hash symbol in url

2023-08-25 Thread denis.maier
, as a special character seems to cause an error. Adding a double hash seems to work, but those ## will end up in the link URL. How can I properly escape a single #? I've already tried using \Ux{23}, but that won't work either. Best, Denis \setupinteraction[state=start] \startxmlsetup

[NTG-context] unsubscribe

2023-08-18 Thread Thomas Floeren via ntg-context
gt; And if width increments occur, then it follows that any control sequence >>> kerning >>> also gets thrown off as a result. >> >> Of course the width influences the spacing. That is how the paragraph >> builder works (and really, why it often looks good).

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
e, document, minimal > > > working example that does not load cmr at the outset does not produce > > > an acceptable outcome either. By saying acceptable I meant to say it > > > namely from a typographical point of view. Nothing else. > > > > I have no clue of wh

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
ceptable outcome either. By saying acceptable I meant to say it > > namely from a typographical point of view. Nothing else. > > I have no clue of what you talk about here. > > > > > from the TeXbook 380-381 > > > > «\obeylines doesn’t say ‘\def^^M{\par}’, so we must make

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
so far, that with lmtx, any standalone file, document, minimal > > working example that does not load cmr at the outset does not produce > > an acceptable outcome either. By saying acceptable I meant to say it > > namely from a typographical point of view. Nothing else. > > I have no clue

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Mikael Sundqvist
ue of what you talk about here. > > from the TeXbook 380-381 > > «\obeylines doesn’t say ‘\def^^M{\par}’, so we must make any desired changes > to > \par before invoking \obeylines. (2) The \uncatcodespecials operation changes > a > space to category 12; but the \tt

[NTG-context] redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
s the character ‘␣’ in the ⟨space⟩ position, so we don’t really want ␣12 . (3) The \obeyspaces macro in Appendix B merely changes the ⟨space⟩ character to category 13; active character ␣13 has been defined to be the same as \space, a macro that expands to ␣10 . This is usually what is desired; for ex

[NTG-context] Re: An error which is not in .log file

2023-08-15 Thread Xavier B.
7;pgfmath' is not found structure > sectioning > section @ level 3 : 0.0.1 -> Problemes de fraccions structure > sectioning > subject @ level 3 : 0.0.1 -> Preguntes tex error > tex error on line 25 in file ./dev.tex: \textfont0 is undefined in ordinal, font i

[NTG-context] Re: Scaling characters without font switching in CLD

2023-08-12 Thread Hans Hagen
tion. It is not clear to me whether the scaling/rotation commands should fall under the character function, e.g., the demo shows both: x/.y scaling and 90/180/270 rotation === -- ʿ ringhalfleft local function ringhalfleft (characters,target,base,accent) === the initialize function ===

[NTG-context] Re: Scaling characters without font switching in CLD

2023-08-12 Thread Hamid,Idris
ve what is needed to care of everything except for two characters: 02BE and 02BF. For one of those two remaining characters we also need scaling, for the other we also need scaling + rotation. It is not clear to me whether the scaling/rotation commands should fall under the character function

[NTG-context] Re: Scaling characters without font switching in CLD

2023-08-12 Thread Hamid,Idris
lear to me whether the scaling/rotation commands should fall under the character function, e.g., === -- ʿ ringhalfleft local function ringhalfleft (characters,target,base,accent) === the initialize function === local function initialize(tfmdata,value) === or whether we just

[NTG-context] Scaling characters without font switching in CLD

2023-08-12 Thread Hamid,Idris
Dear gang, I. In Context, as is well known, scaling a character is not independent of switching the font: === \startTEXpage[offset=1em] \definefont[Times][times @ 14pt] \Times Test \tfx Test \setupinterlinespace \Times Test \switchtobodyfont[x]Test \Times Test \high{Test} \stopTEXpage

[NTG-context] Reinserting a section title followed by (continued) after a page break

2023-07-30 Thread Calvin Ross
I'm trying to use ConTeXt for playwriting, and I think it would be best to use sections for dialog. However, if a dialog's text is interrupted by a page break, it is customary to restate the character name followed by (continued) on the following page: --- open --- John

[NTG-context] Problems with luametatex and texlive on OpenBSD

2023-07-27 Thread Edd Barrett
syst-mac.lmt' succeeded close source> level 1, order 10, name 'syst-aux.mkxl' open source > level 1, order 11, name 'syst-lua.mkxl' resolvers > lua > loading file '/usr/local/share/texmf-dist/tex/context/base/mkxl/syst-lua.lmt' succe

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-07 Thread Hans Hagen via ntg-context
On 7/7/2023 1:09 PM, Carlos wrote: \showmakeup displays it astonishingly correctly indeed probably a side effect of the fact that injected stuff resynchronizes the character progression in the pdf file (every char start with explicit coordinates) while without showing it depends on the width

[NTG-context] TikZ \shade broken

2023-06-17 Thread Gavin via ntg-context
ed a keyword but it seems to be an invalid one. The first character(s) might give you a clue. You might want to quit unwanted lookahead with \relax. mtx-context | fatal error: return code: 1 ___ If your question is o

Re: [NTG-context] xml nbsp?

2023-06-13 Thread Bruce Horrocks via ntg-context
  is not a pre-defined named character in XML (but it is in HTML which lulls you into a false sense of security). See the link below for some more detail and a fix. <https://coderanch.com/t/322290/java/html-nbsp-braking-space-character> > On 13 Jun 2023, at 11:01, Hans van der Mee

[NTG-context] upload

2023-05-27 Thread Hans Hagen via ntg-context
ingle character math as in "text $x$ text" will from now on behave kind of like "text~x$ text" but that ~ always felt kind of weird anyway. Tests on large documents with plenty math and single char cases shows that it works quite ok and in most cases the paragraph will have

Re: [NTG-context] Linebreaking in Japanese in ConTeXt

2023-04-30 Thread Wolfgang Schuster via ntg-context
adapt the following setup (cyrillic and greek shown as the other languages with different character sets I use) \startmode[JA] \setuplanguage[ja][patterns={ja}]\mainlanguage[ja] \stopmode When your document prints only text in a single language change the setup above to     \startmo

Re: [NTG-context] Linebreaking in Japanese in ConTeXt

2023-04-30 Thread Gerben Wierda via ntg-context
(cyrillic and greek shown as the other languages with different character sets I use) \startmode[JA] \setuplanguage[ja][patterns={ja}]\mainlanguage[ja] \stopmode \definefallbackfamily [archimate] [ss] [Helvetica] [preset=range:cyrillic, tf=style:light, it=style:lightoblique, bf=style

Re: [NTG-context] fallbacks

2023-04-24 Thread Sylvain Hubert via ntg-context
uld. > > Thomas > > On 4/22/23 20:33, Pablo Rodriguez via ntg-context wrote: > > Hi Thomas, > > > > I don’t know what check does (maybe just check?), but the standard > > behaviour with \definefallbackfamily is only to fall back when the > > character is

Re: [NTG-context] fallbacks

2023-04-22 Thread Thomas A. Schmitz via ntg-context
with \definefallbackfamily is only to fall back when the character is missing from the main font. To force all characters from the range in the fallback font, "force=yes" is required. Here you have a minimal sample (which doesn‘t use "preset=range:greek"), adding "force=y

Re: [NTG-context] fallbacks

2023-04-22 Thread Pablo Rodriguez via ntg-context
hat check does (maybe just check?), but the standard behaviour with \definefallbackfamily is only to fall back when the character is missing from the main font. To force all characters from the range in the fallback font, "force=yes" is required. Here you have a minimal sample (which doesn‘t use &quo

Re: [NTG-context] Non-standard font alternatives

2023-04-19 Thread Pawel Urbanski via ntg-context
ature[robotofeatures][   mode=node,   ccmp=yes, % character composition   liga=yes, tlig=yes, % ligatures   pnum=yes,   cpsp=yes, % capital spacing   kern=yes,   language=dflt,   protrusion=quality,   expansion=quality, ] \definefontfeature[smallcaps][ % use with \addff   smcp=yes, % smallcaps   %

Re: [NTG-context] Help with typesetting footnotes in an HTML document

2023-04-12 Thread Denis Maier via ntg-context
>>>> > >>>> Best Wishes > >>>> > >>>> Keith McKay > >>>> > >>>> %%% > >>>> > >>>> Here is a snippet of the HTML document with footnotes > >>>> > >>

Re: [NTG-context] Help with typesetting footnotes in an HTML document

2023-04-12 Thread Keith McKay via ntg-context
esponding to substantially increased light levels and temperatures.   This was the early sixties. Like many thousands, we were rehoused from Maryhill in the heart of urban Glasgow to this peripheral housing scheme which completely changed the character of what had been a village. Within a decade

Re: [NTG-context] Help with typesetting footnotes in an HTML document

2023-04-12 Thread Denis Maier via ntg-context
discovered,’ wrote Ralph Waldo Emerson >> class="footnote"> >> data-fnref="53-1">. Those delicate crucifers with their > >> manifold faces of four pink or lilac petals striated with veins of > >> deeper lavender are the perfect introduction to

Re: [NTG-context] Help with typesetting footnotes in an HTML document

2023-04-11 Thread Denis Maier via ntg-context
quot;footnote"> data-fnref="53-2"> as an elderly lady exclaimed to me) to > northern France, and when I come home, it’s to a landscape responding to > substantially increased light levels and temperatures. >   This was the early sixties. Like many thousands, > we were rehous

Re: [NTG-context] Help with typesetting footnotes in an HTML document

2023-04-11 Thread Keith McKay via ntg-context
was the early sixties. Like many thousands, we were rehoused from Maryhill in the heart of urban Glasgow to this peripheral housing scheme which completely changed the character of what had been a village. Within a decade those glasshouses were abandoned, glass broken in the frames, and a row of shops that

Re: [NTG-context] /usr/bin/env texlua no such file or directory; ~/context/tex is not a valid TEXROOT path; no file plain.tex

2023-04-11 Thread Carlos via ntg-context
t; If your question is of interest to others as well, please add an entry to the > Wiki! > > maillist : ntg-context@ntg.nl / > https://www.ntg.nl/mailman/listinfo/ntg-context > webpage : https://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/

[NTG-context] Help with typesetting footnotes in an HTML document

2023-04-10 Thread Keith McKay via ntg-context
hen I come home, it’s to a landscape responding to substantially increased light levels and temperatures.   This was the early sixties. Like many thousands, we were rehoused from Maryhill in the heart of urban Glasgow to this peripheral housing scheme which completely changed the character of

Re: [NTG-context] registered function call [1160]:...live/2023/texmf-dist/tex/context/base/mkiv/l-sandbox.lua:87: cannot open /.: Permission denied - Alpine Linux

2023-03-31 Thread Carlos via ntg-context
een referring to \strc_formulas_place_number > > \strc_formulas_flush_number \dostarttagged \t!formulacontent \empty > > \dotagregisterformula \c_strc_formulas_n \csname \e!stop \formulaparameter > > \c!alternative \v!formula \endcsname > > dunno, that's numbering, not

  1   2   3   4   5   6   7   8   9   10   >