On 9/26/2022 2:05 AM, Max Chernoff via ntg-context wrote:
Hi Pablo,
But now I don’t understand is the following issue: if the saved file
contains "\r\n", why does basic Notepad the new lines?
"\r\n" are the chars to get new lines in Windows. Or what am I missing here?
I'm not too sure what
Hi Pablo,
> But now I don’t understand is the following issue: if the saved file
> contains "\r\n", why does basic Notepad the new lines?
>
> "\r\n" are the chars to get new lines in Windows. Or what am I missing here?
I'm not too sure what you're asking here, but Notepad was somewhat-
recently
On 9/23/22 17:06, Pablo Rodriguez via ntg-context wrote:
> On 9/23/22 06:01, Max Chernoff via ntg-context wrote:
>> […]
>>return utilities.sha2.hash256(
>>str:gsub(string.char(0x0D), string.char(0x0A))
>>)
> […]
> this works perfectly fine with Linux "str:gsu
On 9/23/22 06:01, Max Chernoff via ntg-context wrote:
> […]
> The SHA calculation isn't working properly because of a weird newline
> issue. Try this:
> […]
>function sha256(str)
>return utilities.sha2.hash256(
>str:gsub(string.char(0x0D), string.char(0x0A))
>
Hi Pablo,
> I mean, to get hash of the file attached to the document, I need to save
> the buffer for "context(utilities.sha2.hash256(io.loaddata(buffer)))".
>
> But I don’t need to save the buffer to attach it to the PDF document.
>
> My question is how to define \shabufferfile to avoid \savebu
Dear list,
playing with buffer contents, I have the following file:
\setupinteraction[state=start]
\setupinteractionscreen[option={attachment}]
\startbuffer[test]
just a test
and another one
\stopbuffer
\starttext
\ctxlua{require("util-sha")}
\def\shabuffer#1%
{\cldcontex
Hi Hans,
Thanks a lot for the example. It works great in most cases, however what I
stumbled upon is with the interval notation, in particular the following
cases arise:
- closed interval: easy, since the delimiters are [... ; ... ]
- open interval: not easy, since the delimiters are ]... ; ... [
On 9/10/2022 9:45 AM, Alexandre Christe via ntg-context wrote:
Hi Hans,
Will |\mvert|and|\midalso be included in the \autofencelogic? It would
be quite useful.|
we don't have \mvert so i'll add that ... in a next upload you can do
the attached (kind of experimental as Mikael and I need to revi
On 9/10/2022 9:45 AM, Alexandre Christe via ntg-context wrote:
Hi Hans,
Will |\mvert|and|\midalso be included in the \autofencelogic? It would
be quite useful.|
i prototyped it but the chairman of the CMS has to check it before we
decide to enable it
one complication is that
$ \autofences
Hi Hans,
Will \mvert and \mid also be included in the \autofence logic? It would be
quite useful.
Le jeu. 25 août 2022 à 18:18, Hans Hagen via ntg-context
a écrit :
> Hi,
>
> I uploaded a new lmtx. Again some updated math of which details will be
> revealed later. Apart from some details we add
Hi,
I uploaded a new lmtx. Again some updated math of which details will be
revealed later. Apart from some details we added suport for fourier
notations. There are no high level definitions yet as we have to invent
names but this is how it works (private unicode slots might change):
\setupb
Dear list,
I've come across that the new math (which by the way looks really nice)
requires some additional properties to be set in the font definition.
If I take the example file provided by Mikael and add the following lines
\usetypescriptfile[alegreya]
\setupbodyfont[alegreya,11pt]
It fails
On 7/9/2022 6:45 PM, Bruce Horrocks via ntg-context wrote:
\starttext
\starttabulate[|lG{}|lG{}|]
\NC \showglyphs \setalignmentcharacter{=}111=111 \NC
\setalignmentcharacter{=}111=111 \NC\NR
\stoptabulate
\stoptext
in node-ali.lmt around 615 add this if test
if signal then
Hi Hans,
A few months back you announced some new tabulate features and gave some
examples, from which I have taken the following MWE:
\starttext
\starttabulate[|lG{}|lG{}|]
\NC \showglyphs \setalignmentcharacter{=}111=111 \NC
\setalignmentcharacter{=}111=111 \NC\NR
\stoptabulate
\stoptext
Th
On 4/21/22 8:24 PM Alexandre Christe via ntg-context wrote:
> While the typesetting issue in Metafun disappeared, another popped up in
> the bibliography.
>
> For an entry with \usebtxdefinitions[apa], it is printing ": [author:
> Robert L. Boylestad] [date-added: 2022-04-15 14:43:59 +0200]
> [dat
Hi, everyone!
I've been working on an updated tree-sitter parser for the ConTeXt file format.
The parser has pretty good support for parsing a ConTeXt .tex file and
producing a syntax tree for that file (and, optionally, highlighting).
The parser also has support for using appropriate parsers
Hi Hans,
While the typesetting issue in Metafun disappeared, another popped up in
the bibliography.
For an entry with \usebtxdefinitions[apa], it is printing ": [author:
Robert L. Boylestad] [date-added: 2022-04-15 14:43:59 +0200]
[date-modified: 2022-04-15 14:45:15 +0200] [edition: 13e] [publish
On 4/20/2022 3:47 AM, śrīrāma wrote:
On 4/19/22 11:53 PM Hans Hagen via ntg-context wrote:
I uploaded a new lmtx. Some more adaptive magic ... I'm not sure how
usefull it is but users always find ways to apply such things. I
attached a test file.
Hi Hans,
Thanks very much for the upload and t
On 4/19/22 11:53 PM Hans Hagen via ntg-context wrote:
> I uploaded a new lmtx. Some more adaptive magic ... I'm not sure how
> usefull it is but users always find ways to apply such things. I
> attached a test file.
Hi Hans,
Thanks very much for the upload and the tutorial on 'adaptive'. It seems
Dear Hans,
I can use "\blank[9cm]” in column mode but I have to adjust the value to make
space evenly.
Since it was working well last December, I guess that there is something
changed in \startcolumns … \stopcolumns after last December.
Thank you.
Best regards,
Dalyoung
> 2022. 4. 20. 오전 4:
Dear Hans,
A new upload solves the math font problem in MetaFun. The code
label(textext("$\sin\theta$”),origin);
is working well.
Also, your sample file adaptive-001.tex is also working without error which is
not compiled before.
However, \vfill is not working in column mode while it prov
Hi,
I uploaded a new lmtx. Some more adaptive magic ... I'm not sure how
usefull it is but users always find ways to apply such things. I
attached a test file.
Hans
-
Hans Hagen | PRAGMA
On 4/15/22 20:24, Hans Hagen via ntg-context wrote:
> Hi,
>
> I uploaded a new lmtx. Apart from a experimental intersection feature in
> the mp library (and metafun, more will be revealed when MS an I are okay
> with it) there is not that much news.
Many thanks for the new upload, Hans.
I’m afrai
Hi,
I uploaded a new lmtx. Apart from a experimental intersection feature in
the mp library (and metafun, more will be revealed when MS an I are okay
with it) there is not that much news.
I decided to turn some test code into a mechanism which is illustrated
below. Adaptive boxes are hboxes
Hi Hans,
congrats for this new society! — At this date it is specially hilarious :-)
Happy CMS!
Willi
> On 1 Apr 2022, at 16:30, jdh via ntg-context wrote:
>
>
>
> Wrong. The imperial measurement system, may give Europeans a headache, but
> is NOT obsolete, by any means. A good chunk of
Wrong. The imperial measurement system, may give Europeans a headache, but is
NOT obsolete, by any means. A good chunk of the world use the imperial
measurment system and may be required in certain books, depending on a
country's standards.
dh
-
Henning Hraban Ramm via ntg-co
Oh, great work, thank you! (While I keep working with WebCMS and avoid
math...)
And I guess you forgot to mention that you discontinued the support for
non-metric measures like the obsolete inch, except Potrzebie, of course.
Hraban
Am 01.04.22 um 10:02 schrieb Hans Hagen via ntg-context:
Hi
Hi,
As most of you know by now, Mikael and I are working on a math support
upgrade. In order to let users keep up we uploaded a new version. We
have been revisioning some of the more obscure constructs where we have
no clue of usage, like pmod, bmod, bordermatrix etc, commands that we
took
> On 15 Mar 2022, at 22:31, Gavin via ntg-context wrote:
>
> Hi Thomas,
>
>> I can confirm that context version: 2022.03.12 17:56 is running fine on my
>> MacBook M1.
>
> Thanks for that. I’ll troubleshoot my installation.
>
>> And excuse my snark, but….
>
> Snark excused.
Ditto - working
Hi List,
ConTeXt is running well after a fresh install. (context version: 2022.03.12
17:56, I didn’t even need to mess with permissions.) I don’t know why the usual
update procedure failed for me before. I look forward to checking out the new
math spacing with Libertinus.
Sorry for the noise,
Hi Thomas,
> I can confirm that context version: 2022.03.12 17:56 is running fine on my
> MacBook M1.
Thanks for that. I’ll troubleshoot my installation.
> And excuse my snark, but….
Snark excused.
Thanks!
Gavin
_
> On 15. Mar 2022, at 15:03, Gavin via ntg-context wrote:
>
> JP and Bruce,
>
> Do either of you have the new upload working on an M1 Mac?
>
> I appreciate the ideas, but I’m not entirely new to this. I’ve kept several
> different ConTeXt installations. I can run them from terminal or TeXSho
JP and Bruce,
Do either of you have the new upload working on an M1 Mac?
I appreciate the ideas, but I’m not entirely new to this. I’ve kept several
different ConTeXt installations. I can run them from terminal or TeXShop. I’ve
written TeXShop engines to switch between different installations a
On 3/15/2022 9:53 AM, śrīrāma wrote:
On Saturday, March 12, 2022 4:46 AM Hans Hagen via ntg-context wrote:
Hi,
It has been a while since there was an updaste but there it is.
[...]
There is a rough description in the 'ontarget' document. We hope you
enjoy it, at least we did (and so, as we're n
On Saturday, March 12, 2022 4:46 AM Hans Hagen via ntg-context wrote:
> Hi,
>
> It has been a while since there was an updaste but there it is.
> [...]
> There is a rough description in the 'ontarget' document. We hope you
> enjoy it, at least we did (and so, as we're not finished yet).
>
> Han
On 3/14/2022 3:05 PM, Rik Kabel via ntg-context wrote:
On 2022-03-14 04:01, Hans Hagen wrote:
On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote:
...
2. How does the goodies mechanism work when the expected version
differs from the found version?
we check the version number in t
On 2022-03-14 04:01, Hans Hagen wrote:
On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote:
...
2. How does the goodies mechanism work when the expected version
differs from the found version?
we check the version number in the font file (a bit of fuzzyness due
to the way version
Hi!
On Mon, Mar 14, 2022 at 9:01 AM Hans Hagen via ntg-context
wrote:
>
> On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote:
>
> > With regard to math fonts, I notice that the goodies file for Libertinus
> > expects version 6.8 of the font, but the current version (since February
> > 2021) is
On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote:
With regard to math fonts, I notice that the goodies file for Libertinus
expects version 6.8 of the font, but the current version (since February
2021) is 7.040, and much work appears to have gone into the math font.
the main issue with m
> On 12 Mar 2022, at 19:55, Gavin via ntg-context wrote:
>
> Hi Hans,
>
>> i uploaded a new installer / uopdates with mojca's bin
>
> Thanks for putting that together. Unfortunately, same result:
>
> TeXShop produces no output in console
> "mtxrun —generate” produces "zsh: killed
On 2022-03-11 18:16, Hans Hagen via ntg-context wrote:
Hi,
It has been a while since there was an updaste but there it is. The
most significant 'changes' are:
- more automatic adaption to double sided page properties in metafun
(lmtx) ... blame sreeram and me for messing up
- more extensi
Gavin,
Make sure your PATH is correct
:|PATH=$PATH:/Users/Gavin/.../context/tex/texmf-osx-64/bin||and have a
look on the Internet:
https://www.lifewire.com/can-i-fix-application-thats-not-starting-2260192|||
Le 12/03/2022 à 20:55, Gavin via ntg-context a écrit :
Hi Hans,
i uploaded a
Hi Hans,
> i uploaded a new installer / uopdates with mojca's bin
Thanks for putting that together. Unfortunately, same result:
TeXShop produces no output in console
"mtxrun —generate” produces "zsh: killed mtxrun --generate"
JP,
The control-open trick seemed like a good idea,
Hi Gavin!
On MacOSX go to "Finder" and search the app. Then, click the app icon
while holding down the "Control" key on the keyboard, then choose "Open"
from the pop-up menu.
Click on "Open". The app is saved as an exception in your security
settings and you can open it later by double-click
On 3/12/2022 5:18 PM, Gavin wrote:
Hi Mojca,
I think my security settings are preventing me from using this luametatex file.
When trying to update the installation, I got a window that says:
“luametatex” can’t be opened because Apple cannot check it for
malicious software.
When I tri
On 3/12/2022 5:18 PM, Gavin wrote:
Hi Mojca,
I think my security settings are preventing me from using this luametatex file.
When trying to update the installation, I got a window that says:
“luametatex” can’t be opened because Apple cannot check it for
malicious software.
When I tri
Am 12.03.22 um 00:16 schrieb Hans Hagen via ntg-context:
Hi,
It has been a while since there was an updaste but there it is. The most
significant 'changes' are:
Thank you so much! Finally log files of reasonable size again.
My latest book (with a lot MetaPost and image trickery) ran flawless
Hi Mojca,
I think my security settings are preventing me from using this luametatex file.
When trying to update the installation, I got a window that says:
“luametatex” can’t be opened because Apple cannot check it for
malicious software.
When I tried running mtxrun --generate, in Term
Hi Mojca,
> Gavin, are you willing to try the binary from
>https://dl.contextgarden.net/build/luametatex/arm64-darwin/
> ?
I am willing to try. I downloaded the luametatex file at that address, but I’m
not sure what to do with it. Do I just replace the luametatex in my
installation, or shou
Hans,
I manually uploaded luametatex for arm64-darwin now.
Not that I actually checked anything.
Gavin, are you willing to try the binary from
https://dl.contextgarden.net/build/luametatex/arm64-darwin/
?
Mojca
_
> question for mojca: i see al getting compiled, even the vm on the mac
> but not the arm mac bin itself so is the main one listening to the
> master? : luametatex.darwin-arm64.moj stays inactive
I noticed that problem already before reaching the machine, but I
couldn't quite figure out what was w
On 3/12/2022 3:12 PM, Gavin via ntg-context wrote:
Hi List,
I just installed the new upload on my M1 mac using my usual procedure, which is
to update the modules and then run sh ./install.sh (details here:
https://wiki.contextgarden.net/Modules#ConTeXt_LMTX, simplified method).
Afterwords, a
Hi List,
I just installed the new upload on my M1 mac using my usual procedure, which is
to update the modules and then run sh ./install.sh (details here:
https://wiki.contextgarden.net/Modules#ConTeXt_LMTX, simplified method).
Afterwords, a hello world context document produced no effect, not
Hi,
It has been a while since there was an updaste but there it is. The most
significant 'changes' are:
- more automatic adaption to double sided page properties in metafun
(lmtx) ... blame sreeram and me for messing up
- more extensibve support for indic fonts which sreeram has documented
On Fri, 28 Jan 2022, hanneder--- via ntg-context wrote:
>
> I was talking about the install programm on
> https://github.com/adityam/context-pkgbuild
> for it was not clear to me which version this convenient
> tool installs.
This is the old version of the PKGBUILD script for MkIV, before AUR mo
> On 1/27/2022 7:35 PM, Aditya Mahajan via ntg-context wrote:
>
> > 2. luametatex: https://aur.archlinux.org/packages/luametatex/
> Just an additional warning: one should not pick up bins from the build farm
> unless oen knows what's happening ... the current builds are okay for Mikael
> and me wh
Mahajan via ntg-context
-
Datum: Thu, 27 Jan 2022 13:35:33 -0500 (EST)
Von: Aditya Mahajan via ntg-context
Antwort an: mailing list for ConTeXt users
Betreff: Re: [NTG-context] new upload
An: hanneder--- via ntg-context
Cc: Aditya Mahajan
On Thu, 27 Jan
On 1/27/2022 7:35 PM, Aditya Mahajan via ntg-context wrote:
2. luametatex: https://aur.archlinux.org/packages/luametatex/
Just an additional warning: one should not pick up bins from the build
farm unless oen knows what's happening ... the current builds are okay
for Mikael and me while playin
On Thu, 27 Jan 2022, hanneder--- via ntg-context wrote:
>
> I tried to install the latest CTX with context-minimals/standalone
> pkgbuild (on manjaro Linux with
> the manual method), but the system does not recognise the new command
> \definetransliteration, so I
> guess I need to specify t
On 1/27/2022 7:09 PM, hanneder--- via ntg-context wrote:
I tried to install the latest CTX with context-minimals/standalone
pkgbuild (on manjaro Linux with
the manual method), but the system does not recognise the new command
\definetransliteration, so I
guess I need to specify that I really w
I tried to install the latest CTX with context-minimals/standalone
pkgbuild (on manjaro Linux with
the manual method), but the system does not recognise the new command
\definetransliteration, so I
guess I need to specify that I really want the latest upload. What is
the best method for thi
On Mon, Jan 24, 2022 at 09:12:57AM +0530, śrīrāma wrote:
> Yes. Just yesterday while trying to fix some devanagari fonts, I was able to
> get a partial fix to one of the bugs in rendering. Once that work reaches
> some
> conclusion, I will make a list of fonts with accompanying typescripts for t
On Monday, January 24, 2022 3:55:07 AM IST Arthur Rosendahl wrote:
> Do you have a list of the fonts you know
> to be working, and those you know to have issues, and with what script?
> This would be most useful, I think. I can help collating the
> information on a wiki page.
Yes. Just yesterday
On Sat, Jan 22, 2022 at 06:01:42PM +0530, kauśika via ntg-context wrote:
> Recently when we were troubled by incorrect rendering of certain conjuncts in
> malayalam, Hans added a new font-feature. More below*, but first some
> background: from my testing, the main reason for the problems with fon
On Sunday, January 23, 2022 1:28:52 PM IST hanneder--- via ntg-context wrote:
> When using these fonts regularly, one notices very erratic formatting
> phenomena that must have to
> do with the Devanagarī font, or its interaction with (Xe)TeX. Perhaps
> this is the same phenomenon
> seen from the u
ks a lot
to Kaushika!
Best
Jürgen
- Nachricht von kauśika via ntg-context -
Datum: Sat, 22 Jan 2022 16:08:10 +0530
Von: kauśika via ntg-context
Antwort an: mailing list for ConTeXt users
Betreff: Re: [NTG-context] new upload
An: mailing list for ConTeXt user
list for ConTeXt users
To: mailing list for ConTeXt users
Cc: kauśika
Subject: Re: [NTG-context] new upload
Date: Sat, 22 Jan 2022 18:01:42 +0530
X-Spam-Score: 0.0
On Saturday, January 22, 2022 12:58:05 AM IST Hans Hagen via ntg-
context
wrote:
> - initial indic transliteration supp
On Saturday, January 22, 2022 12:58:05 AM IST Hans Hagen via ntg-context
wrote:
> - initial indic transliteration support .. recent indic (font)
> experiences and transliteration tricks will be eplained by kauśika
Recently when we were troubled by incorrect rendering of certain conjuncts in
mala
On Saturday, January 22, 2022 3:55:12 PM IST Hans Hagen via ntg-context wrote:
> Is there a font out there that supports all these scripts in one font?
Shobhika font is a free font that has some of the largest number of glyphs
(i.e has many conjuncts) for the Devanagari script.
https://github.com
On 1/21/2022 9:11 PM, Henning Hraban Ramm via ntg-context wrote:
Am 21.01.22 um 20:28 schrieb Hans Hagen via ntg-context:
so we can have fixed values too .. will be explained in due time by
Mikael (in manual) as we're still experimenting with all this
- initial indic transliteration support ..
On 1/22/2022 7:06 AM, Aditya Mahajan via ntg-context wrote:
On Fri, 21 Jan 2022, Hans Hagen via ntg-context wrote:
- initial indic transliteration support .. recent indic (font)
experiences and transliteration tricks will be eplained by kauśika
I finally thought that I'd try out how typesetti
On 1/22/2022 8:21 AM, kauśika via ntg-context wrote:
On Saturday, January 22, 2022 11:36:57 AM IST Aditya Mahajan via ntg-context
wrote:
I finally thought that I'd try out how typesetting Hindi works with ConTeXt,
but I don't get the correct output.
Input: आदित्य (See complete attached file)
O
On Saturday, January 22, 2022 1:07:22 PM IST Richard Mahoney via ntg-context
wrote:
> I'm wondering, how have you found the new
> input/translation method with "Shobhika Regular," a font a few of us
> might be keen to use?
I have myself been using Shobhika with relative success for quite some tim
context
Subject: Re: [NTG-context] new upload
Date: Sat, 22 Jan 2022 12:51:51 +0530
X-Spam-Score: 0.0
On Saturday, January 22, 2022 11:36:57 AM IST Aditya Mahajan via ntg-
context
wrote:
> I finally thought that I'd try out how typesetting Hindi works with
> ConTeXt,
> but I don
On Saturday, January 22, 2022 11:36:57 AM IST Aditya Mahajan via ntg-context
wrote:
> I finally thought that I'd try out how typesetting Hindi works with ConTeXt,
> but I don't get the correct output.
>
> Input: आदित्य (See complete attached file)
>
> Output: See attached.
>
> Note that ि "vow
On Fri, 21 Jan 2022, Hans Hagen via ntg-context wrote:
> - initial indic transliteration support .. recent indic (font)
> experiences and transliteration tricks will be eplained by kauśika
I finally thought that I'd try out how typesetting Hindi works with ConTeXt,
but I don't get the correct o
Am 21.01.22 um 20:28 schrieb Hans Hagen via ntg-context:
so we can have fixed values too .. will be explained in due time by
Mikael (in manual) as we're still experimenting with all this
- initial indic transliteration support .. recent indic (font)
experiences and transliteration tricks will
Hi,
Weekend uoload:
- more math parameter magic (plus a real ancient bug no one noticed fix):
\newdimen \mydimenA \mydimenA 10pt
\newskip \myskipA \myskipA 10pt
\newmuskip\mymuskipA \mymuskipA10mu
\mugluespecdef\mymuskipB 10mu
\inherited\Umathfracfracspacing\allmaths
Hi,
a new lmtx upload
- crash with bottom floats probably solved: had to do with tricky
interaction between engine insert handling and callback interference (as
well as some assumptions in the engine dating that relate to the fact
that tex was never written to be opened up this way)
- crash
On 1/15/2022 3:52 PM, Alexandre Christe via ntg-context wrote:
Just came across a weird behavior with the latest upload.
The following doesn't print as it should
\startformula 4^{2x} - 4^x - 25 = 0 \stopformula
I don't think it's normal (I see the spacing to make room for anything
that comes a
On 1/15/2022 4:16 PM, Fabrice Couvreur via ntg-context wrote:
Hi Hans
I just updated lmtx and this macro does not work although it did before.
On the other hand, no problem with context.
Thanks.
Fabrice
\protected\def\e#1{\math{{\rm e}^{#1}}\autoinsertnextspace}
\starttext
\startformula
\e{
Hi Hans
I just updated lmtx and this macro does not work although it did before. On
the other hand, no problem with context.
Thanks.
Fabrice
\protected\def\e#1{\math{{\rm e}^{#1}}\autoinsertnextspace}
\starttext
\startformula
\e{a+b}
\stopformula
\stoptext
Le sam. 15 janv. 2022 à 16:14, Hans H
On 1/15/2022 3:52 PM, Alexandre Christe via ntg-context wrote:
Just came across a weird behavior with the latest upload.
The following doesn't print as it should
\startformula 4^{2x} - 4^x - 25 = 0 \stopformula
I don't think it's normal (I see the spacing to make room for anything
that comes a
Just came across a weird behavior with the latest upload.
The following doesn't print as it should
\startformula 4^{2x} - 4^x - 25 = 0 \stopformula
I don't think it's normal (I see the spacing to make room for anything that
comes after the first character in the exposant, but it is not printed).
On 1/15/2022 12:33 PM, hanneder--- via ntg-context wrote:
- We added indic language patterns ad well as defined the languages
but labels are on the todo as are conversions; kauśika is working on
Perhaps the following notes are useful.
1. The simplest way, and what I was talking about, is to wr
- We added indic language patterns ad well as defined the languages
but labels are on the todo as are conversions; kauśika is working on
Perhaps the following notes are useful.
1. The simplest way, and what I was talking about, is to write and
print Sanskrit in
transliteration.
ānandaḥ
Hi,
I uploaded a new version but best first read this because some is
experimental and i need to sycn with those involved, so thereofre the
uplaod (too many files involved):
Indic:
- We added indic language patterns ad well as defined the languages but
labels are on the todo as are conversi
Hi everybody,
my best wishes for a healthy, successful and generally happy new year!
(We need it.)
The next online meetup will be on Tuesday, Jan. 11th.
I’ll send a reminder.
Hraban
___
If your question is of inte
On 12/1/2021 9:49 AM, denis.ma...@unibe.ch wrote:
Thank you, Hans!
I don't understand 2, 3, and 4, but I can wikify 1. Just two question: What
exactly are the limitations? And what is meant by horizontal registers?
% this is a variant of an example on the mailing list
\mainlanguage[es]
\set
er 2021 19:56
> An: mailing list for ConTeXt users
> Cc: Hans Hagen
> Betreff: [NTG-context] new upload
>
> Hi,
>
> (1) See previous mails on the list (those who requested it have to wikify):
>
> - mixed bars (with limitations)
> - horizontal registers (flushin
Hi,
(1) See previous mails on the list (those who requested it have to wikify):
- mixed bars (with limitations)
- horizontal registers (flushing)
(2) As a side effect of reshuffling some code (as well as being complete):
- \boxshift 0 = 10pt
- hbox shift -10pt{...}
These box shifts are what \
On 11/16/2021 2:52 PM, Marcus Vinicius Mesquita via ntg-context wrote:
Hi, Hans
I tried to run your first example, but ConTeXt throws an error and
complains that \resetleftparbox was never defined.
Using version: 2021.11.13
it evolved a bit (see low level manual) or typo-lbx
\resetlocalbox[
Hi, Hans
I tried to run your first example, but ConTeXt throws an error and
complains that \resetleftparbox was never defined.
Using version: 2021.11.13
Regards
Marcus Vinicius
On Thu, Oct 28, 2021 at 6:24 AM Hans Hagen via ntg-context <
ntg-context@ntg.nl> wrote:
> Hi,
>
> Among the 'can the
Hi Hans,
Thank you for the new upload and the rewriting of the math fonts stuff, thanks
also to Mikael S. I did several tests on real size math projects and did not
notice important issues.
The two issues I noticed, show up mainly with LucidaOT, and are explained in
the following example:
\se
Hi,
I uploaded a new lmtx versions. It mostly concerns new math lfg file
functionality (and control) that Mikael Sundqvist and I are currently
working on so there might be subtle differences in math, which is,
unless there are bugs, intentional and for the best. At some point there
will be ad
Hi,
The latest lmtx upload has this:
\starttext
\dorecurse{10} {
\dorecurse{20}{test #1 }
\dorecurse{10}{\insertlinebefore{BEFORE 1/#1}}
\dorecurse{20}{test #1 }
\blank
}
\page
\dorecurse{10} {
\dorecurse{20}{test #1 }
\insertlinebefore{BEFORE 1a}
\insertlinebefore
On 11/2/2021 7:02 PM, Luis Montgomery via ntg-context wrote:
Maybe because a requires , for example, 0003. See line 1506 in
file /context/tex/texmf-context/tex/context/base/mkiv/syst-aux.mkiv
indeed. a hack for Tomas (only affects mkiv)
i'll do a new upload tomorrow
Hans
---
Maybe because a requires , for example, 0003.
See line 1506 in file
/context/tex/texmf-context/tex/context/base/mkiv/syst-aux.mkiv
Luis Montgomery
On the first run of MkIV (context --luatex) after updating my installation
> on Win11-x64, I get a complaint just after loading
> .../bas
On 11/2/2021 5:58 PM, Rik Kabel via ntg-context wrote:
On 11/2/2021 05:43, Hans Hagen via ntg-context wrote:
Hi,
I uploaded a new lmtx. There is a new low level manual
(lowlevel-localboxes) that describes the extended local boxes
interface as well as a layer on top. New is that we have class
On 11/2/2021 05:43, Hans Hagen via ntg-context wrote:
Hi,
I uploaded a new lmtx. There is a new low level manual
(lowlevel-localboxes) that describes the extended local boxes
interface as well as a layer on top. New is that we have classes which
makes this (engine) mechanism more useable. It
101 - 200 of 1974 matches
Mail list logo