Re: [NTG-context] update

2022-08-05 Thread Jeong Dal via ntg-context
Dear Hans, Mikael,

The alignment problem which occurred when I put aligned formulas and a figure 
side by side is solved.

Thank you for the update.

Best regards,

Dalyoung


> On Aug 5, 2022, at 6:52 PM, Hans Hagen via ntg-context  
> wrote:
> 
> Hi,
> 
> I uploaded a new lmtx that fixes a few math issues reported.
> 
> Hans
> 
> 
> -
>  Hans Hagen | PRAGMA ADE
>  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
> ___
> 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/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___

___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] regular online meet-up

2022-08-05 Thread Henning Hraban Ramm via ntg-context

You’re invited to join next Wednesday, August 10th, 15:00 CEST (UTC+2)

at https://lecture.senfcall.de/hen-rbr-rku-oke

ConTeXt users of all levels are welcome!

There will be no meet-up in September (since it would be during the 
ConTeXt meeting); and then on October 12th.



(Same blurb as every time:)

[Howto]
* No special software installation required; most modern browsers should 
work (WebRTC required).

* Open the above URL, accept the privacy statement,
* enter your name,
* click "join" (or "start" if you’re the first),
* click "with microphone", allow your browser to access it, check the audio.
* Your microphone is muted if you join. Activate microphone and/or 
camera with the buttons at the bottom.

* Minimize the default presentation with the "screen" button, bottom right.

* If you’d like to share your screen or upload a file, you can make 
yourself the presenter: Click on your user name, change the setting, 
then you’ll see the "screen sharing" button beside the camera button; 
also there’s now "manage presentations" behind the "plus" button. Beware 
there is only one presenter, so don’t kill someone else’s presentation.


[Technical hints]
* Sound is usually better if you use a headset (less noise for everyone).

* Connection problems are mostly due to low bandwidth or high latency on 
your side, e.g. with mobile connections.

* If audio/video doesn’t work for you, you can still use the text chat.
* Screen sharing needs a lot of bandwidth.

* BigBlueButton documentation applies: 
https://bigbluebutton.org/teachers/tutorials/


[Netiquette]
* Please use a name that we recognize from here. Some feel uncomfortable 
with anonymous lurkers.

* Mute your microphone while you’re not talking.
* It’s nice to show your face at least when you join.
* If there are connection problems, stop camera sharing.
* The room is set to “everyone’s a moderator“, I trust you...

See you, Hraban
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] How to display these characters

2022-08-05 Thread Henning Hraban Ramm via ntg-context

Am 05.08.22 um 20:07 schrieb Wolfgang Schuster via ntg-context:

juh+ntg-context--- via ntg-context schrieb am 05.08.2022 um 19:04:

\starttyping
foo
└── bar
    ├── baz
    │   └── index.html
    └── index.html

\stoptyping

The source code is generated with the linux command "tree".


I guess that I could define a fallbackfont. Do anyone know the unicode 
range that should be covered and the font that has these characters?


You need box drawing [1] characters.

When you need fonts with a wide range of character the Noto [2] family 
is a good choice.


Yes, also e.g. Segoe UI Symbols, Apple Symbols, Symbola, Droid Sans 
Fallback.


I recently had the same problem and was wondering if there isn’t a 
Metapost module for directory trees?


Hraban

___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] How to display these characters

2022-08-05 Thread Wolfgang Schuster via ntg-context

juh+ntg-context--- via ntg-context schrieb am 05.08.2022 um 19:04:

Dear all,

I have this:


\starttext

\starttyping
foo
└── bar
    ├── baz
    │   └── index.html
    └── index.html

\stoptyping

\stoptext

The source code is generated with the linux command "tree".

The special characters which indicate the folder depth are not displayed.

I guess that I could define a fallbackfont. Do anyone know the unicode 
range that should be covered and the font that has these characters?


You need box drawing [1] characters.

When you need fonts with a wide range of character the Noto [2] family 
is a good choice.


 begin example
\definefontfamily [noto] [rm] [Noto Serif]
\definefontfamily [noto] [ss] [Noto Sans]
\definefontfamily [noto] [tt] [Noto Sans Mono]
\definetypeface   [noto] [mm] [math] [pagella] [default]

\setupbodyfont [noto]

\starttext

\starttyping
foo
└── bar
    ├── baz
    │   └── index.html
    └── index.html
\stoptyping

\stoptext
 end example

[1] https://unicode.org/charts/PDF/U2500.pdf
[2] https://github.com/notofonts/noto-fonts

Wolfgang

___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] How to display these characters

2022-08-05 Thread juh+ntg-context--- via ntg-context


Dear all,

I have this:


\starttext

\starttyping
foo
└── bar
├── baz
│   └── index.html
└── index.html

\stoptyping

\stoptext

The source code is generated with the linux command "tree".

The special characters which indicate the folder depth are not displayed.

I guess that I could define a fallbackfont. Do anyone know the unicode 
range that should be covered and the font that has these characters?


TIA
juh
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-08-05 Thread Cron Daemon via ntg-context
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.7z
 context/latest/cont-tst.tar.xz
 context/latest/cont-tst.zip
 general/manuals/
 general/manuals/onandon.pdf
 
 sent 116,276 bytes  received 23,826,089 bytes  4,353,157.27 bytes/sec
 total size is 445,876,957  speedup is 18.62


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.18
131954130   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.18/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.18/current
18956262
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.18/alpha
126707516   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.18/beta
404367321   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.18
404367321   total
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] underbrace under matrix

2022-08-05 Thread Jethro Djan via ntg-context
Hi,

I will wait for the manual. With drawing commutative diagrams, I am sure 
learning how to use MetaFun/MetaPost better might help.

Thanks for the fantastic work.

Jethro

> On 5 Aug 2022, at 3:27 PM, Hans Hagen via ntg-context  
> wrote:
> 
> On 8/5/2022 5:12 PM, Jethro Djan via ntg-context wrote:
>> Hello Mikael,
>> Thanks for your solution; it works just fine. I am not familiar with how you 
>> defined the pmatrix. Any links to manuals to learn such definitions? Also, 
>> this is the second thing I have tried to adapt from typesetting mathematics 
>> in plain TeX that didn’t work. I tried to draw commutative diagrams some 
>> time back using \diagram{…} which didn’t work(Got the idea from the book “A 
>> beginner’s book of TeX” pg. 161 by Seroul et al ).
>> I guess what I am asking is that, what are the limits of what I can use 
>> out-of-the-box from Tex when typesetting mathematics? I have read Aditya’s 
>> ConTeXt-LaTeX tutorial which is fantastic. But the stuff illustrated there 
>> are quite limited. Are there any materials I can read on this?
> there is an extensive manual coming but you need to give us some time (as it 
> goes hand-in-hand with updating / extending some of the math machinery)
> 
> if you have specific wishes, just let is know and we'll have a look if it can 
> somehow fit in
> 
> Hans
> 
> -
>  Hans Hagen | PRAGMA ADE
>  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
> ___
> 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/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___

___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] math symbols

2022-08-05 Thread Hans Hagen via ntg-context

Hi,

We're curious what math symbols users actually use. There are for 
instance all kind of variations on '<' and '>' and the quesiton is: how 
should we group them and are they used differently in different contexts.


Traditionally tex sort of groups according to spacing related classes 
but we are (1) mor egranular than that and (2) like to organize symbols 
(and related commands) into meaning related groups.


The fact that for instance mathml and openmath only groups a small 
selection is kind of puzzling because it means that only a handful is 
considered useful while on the other han dwe have plenty in unicode and 
fonts (of course multiple usage and overloads complicate matters).


We'd like to sort out some of the mess that the tex community 
accumulated over decades and are not that bound to conventions, more to 
a well organized whole,


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] issue with lpath

2022-08-05 Thread Taco Hoekwater via ntg-context


> On 4 Aug 2022, at 18:39, Pablo Rodriguez via ntg-context  
> wrote:
> 
> On 8/4/22 17:32, Taco Hoekwater via ntg-context wrote:
>> [...]
>> PS This sort of confusing filtering is why I do most of my xml
>> processing from the lua end, where it is much clearer to me what is
>> what.
> Many thanks for clarifying the issue, Taco.
> 
> BTW, according to the last slide from
> https://meeting.contextgarden.net/2019/talks/02-xmlprocessing/02-xmlprocessing.pdf,
> you had plans to document how to deal with XML in proper Lua.
> 
> I wonder whether you are still interested in adding this information to
> the manual.

In theory, yes. In reality, life is too short, and it is on the bottom of an 
ever rising pile of things to do. :sadface

Best wishes,
Taco

Taco Hoekwater  E: t...@bittext.nl
genderfluid (all pronouns)



___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] underbrace under matrix

2022-08-05 Thread Hans Hagen via ntg-context

On 8/5/2022 5:12 PM, Jethro Djan via ntg-context wrote:

Hello Mikael,

Thanks for your solution; it works just fine. I am not familiar with how 
you defined the pmatrix. Any links to manuals to learn such definitions? 
Also, this is the second thing I have tried to adapt from typesetting 
mathematics in plain TeX that didn’t work. I tried to draw commutative 
diagrams some time back using \diagram{…} which didn’t work(Got the idea 
from the book “A beginner’s book of TeX” pg. 161 by Seroul et al ).


I guess what I am asking is that, what are the limits of what I can use 
out-of-the-box from Tex when typesetting mathematics? I have read 
Aditya’s ConTeXt-LaTeX tutorial which is fantastic. But the stuff 
illustrated there are quite limited. Are there any materials I can read 
on this?
there is an extensive manual coming but you need to give us some time 
(as it goes hand-in-hand with updating / extending some of the math 
machinery)


if you have specific wishes, just let is know and we'll have a look if 
it can somehow fit in


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] understanding mtxrun --generate

2022-08-05 Thread Henning Hraban Ramm via ntg-context

Am 05.08.22 um 17:08 schrieb Henning Hraban Ramm via ntg-context:

Hi, this is not related to the current version of LMTX:

When I run install.sh, the file database is regenerated.
But in a different terminal window, "context" is not found, even if I 
run "mtxrun --generate" in the install window again, it works only, if I 
run this in another terminal window (and then it works for all my open 
windows).

I couldn’t find out yet why.

Do you experience the same, and what is the reason?


Oops, it looks like I had an old texmfcnf.lua in ~/texmf/web2c/ 
(HOMETEXMF); removing it seems to solve the problem.


Hraban

___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] update

2022-08-05 Thread Hans Hagen via ntg-context

On 8/5/2022 4:37 PM, Aditya Mahajan via ntg-context wrote:

Hi,

I cannot view the onandon.pdf manual. pdfinfo says that it a malformed PDF.
bah, probably i ran some test .. some code there only works in older 
luametatex .. (keep in mind that i seldom run these manuals as a whole 
so sometimes the tex file are newer than the pdf document) .. esp the 
history documnents are sensitive for experimental features that evolve 
(i had to comment the fences chapter because we now have neater mechanism)


i pushed an update (hopefully better; you shoulkd be able to process the 
files but math exmaples might not what is discussed due to the updates 
we did)


as you're in update mode, here is something to play with .. i bet you 
can figure it out without documentation (and if you have input on this 
for us ... you're welcome)


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-\pushoverloadmode

\immutable\Umathdictdef\vdash 1 \mathbinarylogicaldictionary  "22A2 
\mathrelationcode 0 "22A2
\immutable\Umathdictdef\leq   1 \mathbinaryrelationdictionary "2264 
\mathrelationcode 0 "2264
\immutable\Umathdictdef\geq   1 \mathbinaryrelationdictionary "2265 
\mathrelationcode 0 "2265

\startluacode
mathematics.dictionaries.registercharacter("binary logical", 
0x22A2,"implies")
mathematics.dictionaries.registercharacter("binary 
relation",0x2264,"less or equal")
mathematics.dictionaries.registercharacter("binary 
relation",0x2265,"greater or equal")
\stopluacode

\immutable\Umathdictdef\ndivides 1 \mathbinaryarithmicdictionary "2224 
\mathbinarycode   0 "2224
\immutable\Umathdictdef\nmid 1 \mathbinaryrelationdictionary "2224 
\mathrelationcode 0 "2224

\startluacode
mathematics.dictionaries.registercharacter("binary 
arithmic",0x2224,"don't divide")
mathematics.dictionaries.registercharacter("binary 
relation",0x2224,"undivided")
\stopluacode

\popoverloadmode


%definecolor[dictionary:default]
\definecolor[dictionary:binary arithmic]   [r=.5]
%definecolor[dictionary:binary linear algebra]
\definecolor[dictionary:binary logical][r=.5,b=.5]
\definecolor[dictionary:binary relation]   [g=.5]
%\definecolor[dictionary:binary set]
%definecolor[dictionary:constant arithmic]
\definecolor[dictionary:constant set]  [s=.5]
%definecolor[dictionary:differential]
%definecolor[dictionary:integral]
%definecolor[dictionary:interval]
%definecolor[dictionary:lambda]
%definecolor[dictionary:limit]
\definecolor[dictionary:nary arithmic] [r=.5,g=.5]
%definecolor[dictionary:nary constructor]
%definecolor[dictionary:nary functional]
%definecolor[dictionary:nary linear algebra]
%definecolor[dictionary:nary logical]
%definecolor[dictionary:nary minmax]
\definecolor[dictionary:nary relation] [b=.5]
%definecolor[dictionary:nary set list]
%definecolor[dictionary:nary set relation]
%definecolor[dictionary:nary set]
%definecolor[dictionary:nary statistics]
%definecolor[dictionary:partial]
%definecolor[dictionary:product]
%definecolor[dictionary:quantifier]
%definecolor[dictionary:unary arithmic]
%definecolor[dictionary:unary elementary]
%definecolor[dictionary:unary functional]
%definecolor[dictionary:unary linear algebra]
%definecolor[dictionary:unary logical]
%definecolor[dictionary:unary set]
%definecolor[dictionary:unary vector]

%mathdictproperties \plusone
\mathdictgroup  \mathdefaultdictionary

\enabletrackers[math.dictionaries]

\starttext

\definemathgroupset[demoa][binary arithmic,nary relation]
\definemathgroupset[demob][binary relation,nary relation]

% \tracingmath2 \tracingonline2 \showmakeup[mathglue]

\startbuffer[a]
$ a \leq b \geq c < d > e = \naturalnumbers = ℕ$
\stopbuffer

\getbuffer[a] \blank

\startbuffer[b]
$ a \ndivides b \nmid c ^ {a \ndivides b \nmid c} + d ∤ e \times f > g × h - i $
\stopbuffer

{\setmathgroupset[binary arithmic]\getbuffer[b]} \blank
{\setmathgroupset[binary relation]\getbuffer[b]} \blank

{\setmathgroupset[demoa]\getbuffer[b]} \blank
{\setmathgroupset[demob]\getbuffer[b]} \blank

{\setmathgroupset[demoa]\getbuffer[a]} \blank
{\setmathgroupset[demob]\getbuffer[a]} \blank

\stoptext


dictionaries-001.pdf
Description: Adobe PDF document
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net

Re: [NTG-context] underbrace under matrix

2022-08-05 Thread Jethro Djan via ntg-context
Hello Mikael,

Thanks for your solution; it works just fine. I am not familiar with how you 
defined the pmatrix. Any links to manuals to learn such definitions? Also, this 
is the second thing I have tried to adapt from typesetting mathematics in plain 
TeX that didn’t work. I tried to draw commutative diagrams some time back using 
\diagram{…} which didn’t work(Got the idea from the book “A beginner’s book of 
TeX” pg. 161 by Seroul et al ). 

I guess what I am asking is that, what are the limits of what I can use 
out-of-the-box from Tex when typesetting mathematics? I have read Aditya’s 
ConTeXt-LaTeX tutorial which is fantastic. But the stuff illustrated there are 
quite limited. Are there any materials I can read on this?

Thanks for your help.

Jethro



> On 5 Aug 2022, at 5:03 AM, Mikael Sundqvist via ntg-context 
>  wrote:
> 
> \definemathmatrix[pmatrix][matrix:parentheses][
> simplecommand=pmatrix,
> ]

___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] understanding mtxrun --generate

2022-08-05 Thread Henning Hraban Ramm via ntg-context

Hi, this is not related to the current version of LMTX:

When I run install.sh, the file database is regenerated.
But in a different terminal window, "context" is not found, even if I 
run "mtxrun --generate" in the install window again, it works only, if I 
run this in another terminal window (and then it works for all my open 
windows).

I couldn’t find out yet why.

Do you experience the same, and what is the reason?

Hraban
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] update

2022-08-05 Thread Henning Hraban Ramm via ntg-context

Am 05.08.22 um 11:52 schrieb Hans Hagen via ntg-context:

Hi,

I uploaded a new lmtx that fixes a few math issues reported.


Thank you!
I could also remove the workaround for \underbar etc., still checking 
other areas...


Hraban
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] update

2022-08-05 Thread Aditya Mahajan via ntg-context
Hi,

I cannot view the onandon.pdf manual. pdfinfo says that it a malformed PDF. 

Aditya

On Fri, 5 Aug 2022, Hans Hagen via ntg-context wrote:

> Hi,
> 
> I uploaded a new lmtx that fixes a few math issues reported.
> 
> Hans
> 
> 
> -
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
> ___
> 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/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___
> 
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-08-05 Thread Cron Daemon via ntg-context
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.7z
 context/latest/cont-tst.tar.xz
 context/latest/cont-tst.zip
 general/manuals/
 general/manuals/luametatex.pdf
 
 sent 107,958 bytes  received 21,652,995 bytes  3,347,838.92 bytes/sec
 total size is 451,180,965  speedup is 20.73


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.12
133416820   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.12/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.12/current
18956262
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.12/alpha
126707516   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.12/beta
405830011   
/var/www/aanhet.net/context//htdocs/archives/context-2022-08-05.12
405830011   total
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] update

2022-08-05 Thread Hans Hagen via ntg-context

Hi,

I uploaded a new lmtx that fixes a few math issues reported.

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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/phg/context-mirror/commits/
wiki : https://contextgarden.net
___