ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* update
@ 2023-02-23 21:07 Hans Hagen via ntg-context
  2023-02-24  9:30 ` update Otared Kavian via ntg-context
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2023-02-23 21:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

I uploaded a new version. We further improved Antykwa support,

\switchtobodyfont[antykwa]

\startTEXpage[offset=1dk]
     \im{
         f' = f'' = f''' = f'''' =
         a + b + \ldots + c +
         \overbar{x} + \overbar{S} + \bar{x} + \widebar{x}
     }

     \im{
         \fenced[doublebar]{x} =
         \fenced[doublebar][size=1]{x_1} =
         \fenced[doublebar][size=2]{x_2} =
         \fenced[doublebar][size=3]{x_3} =
         \fenced[doublebar][size=4]{x_4} =
         \fenced[doublebar]{\blackrule[width=1cm,height=1cm]}
     }

     \im{
         \fenced[bar]{x} =
         \fenced[bar][size=1]{x_1} =
         \fenced[bar][size=2]{x_2} =
         \fenced[bar][size=3]{x_3} =
         \fenced[bar][size=4]{x_4} =
         \fenced[bar]{\blackrule[width=1cm,height=1cm]}
     }

     \im{
         \fenced[brace]{x} =
         \fenced[brace][size=1]{x_1} =
         \fenced[brace][size=2]{x_2} =
         \fenced[brace][size=3]{x_3} =
         \fenced[brace][size=4]{x_4} =
         \fenced[brace]{\blackrule[width=1cm,height=1cm]}
     }

     \im{
         \root[4]{1+x^2+a} +
         \frac{1}{1+x^2+a} +
         \overparent{1+x^2+a} +
         \overbrace{1+x^2+a} +
         \overparent{x} +
         \overbrace{x} +
         \overbrace{i}
     }

\stopTEXpage


This time with fancy radical bars, fraction bars, vertical bars, over 
and underbars etc.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2023-02-23 21:07 update Hans Hagen via ntg-context
@ 2023-02-24  9:30 ` Otared Kavian via ntg-context
  0 siblings, 0 replies; 52+ messages in thread
From: Otared Kavian via ntg-context @ 2023-02-24  9:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Otared Kavian


[-- Attachment #1.1: Type: text/plain, Size: 2887 bytes --]

Hi Hans,

Thank you very much for the new update.

Everything seem to work like a charm. In particular I played with the \underbrace and \overbrace when adding something under the \underbrace, or above the \overbrace, like in 

\startformula
\overbrace{1+x^2+a}^{= -1} +
\underbrace{ax^2 + bx + c}_{=2} = 1
\stopformula

and it works great !

Best regards : Otared

> On 23 Feb 2023, at 22:07, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
> 
> Hi,
> 
> I uploaded a new version. We further improved Antykwa support,
> 
> \switchtobodyfont[antykwa]
> 
> \startTEXpage[offset=1dk]
>    \im{
>        f' = f'' = f''' = f'''' =
>        a + b + \ldots + c +
>        \overbar{x} + \overbar{S} + \bar{x} + \widebar{x}
>    }
> 
>    \im{
>        \fenced[doublebar]{x} =
>        \fenced[doublebar][size=1]{x_1} =
>        \fenced[doublebar][size=2]{x_2} =
>        \fenced[doublebar][size=3]{x_3} =
>        \fenced[doublebar][size=4]{x_4} =
>        \fenced[doublebar]{\blackrule[width=1cm,height=1cm]}
>    }
> 
>    \im{
>        \fenced[bar]{x} =
>        \fenced[bar][size=1]{x_1} =
>        \fenced[bar][size=2]{x_2} =
>        \fenced[bar][size=3]{x_3} =
>        \fenced[bar][size=4]{x_4} =
>        \fenced[bar]{\blackrule[width=1cm,height=1cm]}
>    }
> 
>    \im{
>        \fenced[brace]{x} =
>        \fenced[brace][size=1]{x_1} =
>        \fenced[brace][size=2]{x_2} =
>        \fenced[brace][size=3]{x_3} =
>        \fenced[brace][size=4]{x_4} =
>        \fenced[brace]{\blackrule[width=1cm,height=1cm]}
>    }
> 
>    \im{
>        \root[4]{1+x^2+a} +
>        \frac{1}{1+x^2+a} +
>        \overparent{1+x^2+a} +
>        \overbrace{1+x^2+a} +
>        \overparent{x} +
>        \overbrace{x} +
>        \overbrace{i}
>    }
> 
> \stopTEXpage
> 
> 
> This time with fancy radical bars, fraction bars, vertical bars, over and underbars etc.
> 
> 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
> ___________________________________________________________________________________

Otared Kavian
e-mail: otared@gmail.com
Phone: +33 6 88 26 70 95





[-- Attachment #1.2: Type: text/html, Size: 6765 bytes --]

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2023-03-20 16:28 Hans Hagen via ntg-context
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2023-03-20 16:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

I updated LMTX. Most improvements are in 'math' as Mikael and I keep 
mailing down some details that bother us. We also have some updates in 
the math fonts that Daniel Flipo maintains so the repertoire of 
alternatives with all-right math support grows.

As a side note: lmtx installs nicely on my android (12) phone (userland 
ubuntu) and luametatex compiles nicely from source (as it's aarch64) in 
about a minute. No decent editor to text real documents but who knows 
what a properly dockable (linux supporting) phone can do in a few years.
A simple

\starttext \dorecurse{1000}{\samplefile{tufte}\par} \stoptext

runs at over 55 pps (85 pps on my laptop). Making a format takes 4 
seconds (second time, after caching, which is about twice the time my 
laptop takes).

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2022-08-05  9:52 update Hans Hagen via ntg-context
  2022-08-05 14:37 ` update Aditya Mahajan via ntg-context
  2022-08-05 14:48 ` update Henning Hraban Ramm via ntg-context
@ 2022-08-05 22:26 ` Jeong Dal via ntg-context
  2 siblings, 0 replies; 52+ messages in thread
From: Jeong Dal via ntg-context @ 2022-08-05 22:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jeong Dal

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 <ntg-context@ntg.nl> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2022-08-05 14:37 ` update Aditya Mahajan via ntg-context
@ 2022-08-05 15:23   ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2022-08-05 15:23 UTC (permalink / raw)
  To: Aditya Mahajan via ntg-context; +Cc: Hans Hagen

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

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
-----------------------------------------------------------------

[-- Attachment #2: dictionaries-001.tex --]
[-- Type: text/plain, Size: 3380 bytes --]

\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

[-- Attachment #3: dictionaries-001.pdf --]
[-- Type: application/pdf, Size: 9452 bytes --]

[-- Attachment #4: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2022-08-05  9:52 update Hans Hagen via ntg-context
  2022-08-05 14:37 ` update Aditya Mahajan via ntg-context
@ 2022-08-05 14:48 ` Henning Hraban Ramm via ntg-context
  2022-08-05 22:26 ` update Jeong Dal via ntg-context
  2 siblings, 0 replies; 52+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2022-08-05 14:48 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: Henning Hraban Ramm

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2022-08-05  9:52 update Hans Hagen via ntg-context
@ 2022-08-05 14:37 ` Aditya Mahajan via ntg-context
  2022-08-05 15:23   ` update Hans Hagen via ntg-context
  2022-08-05 14:48 ` update Henning Hraban Ramm via ntg-context
  2022-08-05 22:26 ` update Jeong Dal via ntg-context
  2 siblings, 1 reply; 52+ messages in thread
From: Aditya Mahajan via ntg-context @ 2022-08-05 14:37 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: Aditya Mahajan

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2022-08-05  9:52 Hans Hagen via ntg-context
  2022-08-05 14:37 ` update Aditya Mahajan via ntg-context
                   ` (2 more replies)
  0 siblings, 3 replies; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2022-08-05  9:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2021-09-13 20:14     ` update Henning Hraban Ramm via ntg-context
@ 2021-09-14  5:50       ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2021-09-14  5:50 UTC (permalink / raw)
  To: Henning Hraban Ramm; +Cc: Hans Hagen, mailing list for ConTeXt users

On 9/13/2021 10:14 PM, Henning Hraban Ramm wrote:
> 
>> Am 13.09.2021 um 11:12 schrieb Hans Hagen <j.hagen@xs4all.nl>:
>>
>> On 9/13/2021 10:37 AM, Henning Hraban Ramm wrote:
>>>> Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>>>>
>>>> Hi,
>>>>
>>>> I uploaded a new lmtx (had forgotten to to it friday) . There are not that many visible changes but on is that i'm playing with some 'improvements' to inserts. Hopefully there are no side effects but the idea is to have somewhat better (more robust and predictable) support for e.g. footnotes in situations that are not natural to tex (like columns). The first mechanism to benefit from that is page columns but all that is a stepwise process. I keep track of that in yet another lowlevel manual. These column things are on the agenda for next month and beyond.
>>>>
>>>> (In a next upload the new marking and tabulate optimization might become default but for now i test that locally.)
>>> Hi, thank you!
>>> I’m looking forward to these improvements, even if they won’t be in effect for my talk in Bassenge.
>>> Running a project with this version, I get tons of messages like:
>>> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
>>> 4:10:  \glue[userskip][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 0.0pt plus 0.83287pt minus 0.41644pt
>>> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
>>> 4:10:  \glyph[32768][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1], hyphenationmode "79F3F, options "80, font <36: lmmono10-regular @ 10.0pt>, glyph U+000070 p
>>> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
>>> Is this some debugging leftover or am I supposed to understand what’s wrong? ;)
>> hm, what command triggers that?
> 
> I don’t know yet. It seems to start in the middle of a section title in the first chapter of my book.

Oveefull boxes?

> The footnotes unfortunately became only worse so far – often they’re overprinted by the running text, even without columns or grid.
> 
> I’ll try to come up with good examples, but this week is quite stuffed.
Ok.

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2021-09-13  9:12   ` update Hans Hagen via ntg-context
@ 2021-09-13 20:14     ` Henning Hraban Ramm via ntg-context
  2021-09-14  5:50       ` update Hans Hagen via ntg-context
  0 siblings, 1 reply; 52+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-09-13 20:14 UTC (permalink / raw)
  To: Hans Hagen; +Cc: Henning Hraban Ramm, mailing list for ConTeXt users


> Am 13.09.2021 um 11:12 schrieb Hans Hagen <j.hagen@xs4all.nl>:
> 
> On 9/13/2021 10:37 AM, Henning Hraban Ramm wrote:
>>> Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>>> 
>>> Hi,
>>> 
>>> I uploaded a new lmtx (had forgotten to to it friday) . There are not that many visible changes but on is that i'm playing with some 'improvements' to inserts. Hopefully there are no side effects but the idea is to have somewhat better (more robust and predictable) support for e.g. footnotes in situations that are not natural to tex (like columns). The first mechanism to benefit from that is page columns but all that is a stepwise process. I keep track of that in yet another lowlevel manual. These column things are on the agenda for next month and beyond.
>>> 
>>> (In a next upload the new marking and tabulate optimization might become default but for now i test that locally.)
>> Hi, thank you!
>> I’m looking forward to these improvements, even if they won’t be in effect for my talk in Bassenge.
>> Running a project with this version, I get tons of messages like:
>> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
>> 4:10:  \glue[userskip][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 0.0pt plus 0.83287pt minus 0.41644pt
>> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
>> 4:10:  \glyph[32768][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1], hyphenationmode "79F3F, options "80, font <36: lmmono10-regular @ 10.0pt>, glyph U+000070 p
>> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
>> Is this some debugging leftover or am I supposed to understand what’s wrong? ;)
> hm, what command triggers that?

I don’t know yet. It seems to start in the middle of a section title in the first chapter of my book.

The footnotes unfortunately became only worse so far – often they’re overprinted by the running text, even without columns or grid.

I’ll try to come up with good examples, but this week is quite stuffed.

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2021-09-13  8:07 update Hans Hagen via ntg-context
  2021-09-13  8:37 ` update Henning Hraban Ramm via ntg-context
@ 2021-09-13 19:51 ` Garulfo via ntg-context
  1 sibling, 0 replies; 52+ messages in thread
From: Garulfo via ntg-context @ 2021-09-13 19:51 UTC (permalink / raw)
  To: ntg-context; +Cc: Garulfo

[-- Attachment #1: Type: text/html, Size: 695 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2021-09-13  8:37 ` update Henning Hraban Ramm via ntg-context
@ 2021-09-13  9:12   ` Hans Hagen via ntg-context
  2021-09-13 20:14     ` update Henning Hraban Ramm via ntg-context
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2021-09-13  9:12 UTC (permalink / raw)
  To: Henning Hraban Ramm, mailing list for ConTeXt users; +Cc: Hans Hagen

On 9/13/2021 10:37 AM, Henning Hraban Ramm wrote:
> 
>> Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>>
>> Hi,
>>
>> I uploaded a new lmtx (had forgotten to to it friday) . There are not that many visible changes but on is that i'm playing with some 'improvements' to inserts. Hopefully there are no side effects but the idea is to have somewhat better (more robust and predictable) support for e.g. footnotes in situations that are not natural to tex (like columns). The first mechanism to benefit from that is page columns but all that is a stepwise process. I keep track of that in yet another lowlevel manual. These column things are on the agenda for next month and beyond.
>>
>> (In a next upload the new marking and tabulate optimization might become default but for now i test that locally.)
> 
> Hi, thank you!
> 
> I’m looking forward to these improvements, even if they won’t be in effect for my talk in Bassenge.
> 
> 
> Running a project with this version, I get tons of messages like:
> 
> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
> 4:10:  \glue[userskip][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 0.0pt plus 0.83287pt minus 0.41644pt
> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
> 4:10:  \glyph[32768][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1], hyphenationmode "79F3F, options "80, font <36: lmmono10-regular @ 10.0pt>, glyph U+000070 p
> 4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
> 
> Is this some debugging leftover or am I supposed to understand what’s wrong? ;)
hm, what command triggers that?


-----------------------------------------------------------------
                                           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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2021-09-13  8:07 update Hans Hagen via ntg-context
@ 2021-09-13  8:37 ` Henning Hraban Ramm via ntg-context
  2021-09-13  9:12   ` update Hans Hagen via ntg-context
  2021-09-13 19:51 ` update Garulfo via ntg-context
  1 sibling, 1 reply; 52+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-09-13  8:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm


> Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
> 
> Hi,
> 
> I uploaded a new lmtx (had forgotten to to it friday) . There are not that many visible changes but on is that i'm playing with some 'improvements' to inserts. Hopefully there are no side effects but the idea is to have somewhat better (more robust and predictable) support for e.g. footnotes in situations that are not natural to tex (like columns). The first mechanism to benefit from that is page columns but all that is a stepwise process. I keep track of that in yet another lowlevel manual. These column things are on the agenda for next month and beyond.
> 
> (In a next upload the new marking and tabulate optimization might become default but for now i test that locally.)

Hi, thank you!

I’m looking forward to these improvements, even if they won’t be in effect for my talk in Bassenge.


Running a project with this version, I get tons of messages like:

4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
4:10:  \glue[userskip][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 0.0pt plus 0.83287pt minus 0.41644pt
4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000
4:10:  \glyph[32768][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1], hyphenationmode "79F3F, options "80, font <36: lmmono10-regular @ 10.0pt>, glyph U+000070 p
4:10:  \penalty[userpenalty][color=1,colormodel=4,marks=334,snapmethod=3,breakpoint=1] 10000

Is this some debugging leftover or am I supposed to understand what’s wrong? ;)

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2021-09-13  8:07 Hans Hagen via ntg-context
  2021-09-13  8:37 ` update Henning Hraban Ramm via ntg-context
  2021-09-13 19:51 ` update Garulfo via ntg-context
  0 siblings, 2 replies; 52+ messages in thread
From: Hans Hagen via ntg-context @ 2021-09-13  8:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

I uploaded a new lmtx (had forgotten to to it friday) . There are not 
that many visible changes but on is that i'm playing with some 
'improvements' to inserts. Hopefully there are no side effects but the 
idea is to have somewhat better (more robust and predictable) support 
for e.g. footnotes in situations that are not natural to tex (like 
columns). The first mechanism to benefit from that is page columns but 
all that is a stepwise process. I keep track of that in yet another 
lowlevel manual. These column things are on the agenda for next month 
and beyond.

(In a next upload the new marking and tabulate optimization might become 
default but for now i test that locally.)

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2020-06-25  9:34 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2020-06-25  9:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new version (both mkiv and lmtx). We removed some low level 
no longer used code (older engines), normalized some in the process, 
fixed a few things, etc.

=== lmtx only ===

While updating the cld manual I decided to also add an other table 
mechanism (in addition to the one already reported in an earlier mail). 
I have no clue how useful it is, but as usual with tex, users find ways 
to (ab)use it. This one behaves a bit more like registers. A hashed one 
is defined as:

\newhashedtable\somehashtable

\somehashtable{ foo = 123, bar = "foo" }
[123 = \the\somehashtable{foo}] [123 = \the\somehashtable foo ]
[foo = \the\somehashtable{bar}] [foo = \the\somehashtable bar ]

\bgroup
\somehashtable{ foo = 456, bar = "oof" }
[456 = \the\somehashtable{foo}]
[oof = \the\somehashtable{bar}]
\egroup

[123 = \the\somehashtable{foo}]
[foo = \the\somehashtable{bar}]

\bgroup
\global\somehashtable{ foo = 456 }
        \somehashtable{ bar = "oof" }
[456 = \the\somehashtable{foo}]
[oof = \the\somehashtable{bar}]
\egroup

[456 = \the\somehashtable{foo}]
[foo = \the\somehashtable{bar}]

or an indexed one:

\newindexedtable\someindextable

\someindextable{ 123, "foo" }
[123 = \the\someindextable 1] [123 = \the\someindextable \numexpr 2 - 
1\relax]
[foo = \the\someindextable 2] [foo = \the\someindextable \numexpr 1 + 
1\relax]

\bgroup
\someindextable{ 456, "oof" }
[456 = \the\someindextable 1]
[oof = \the\someindextable 2]
\egroup

[123 = \the\someindextable 1]
[foo = \the\someindextable 2]

\bgroup
\global\someindextable{ [1] = 456 }
        \someindextable{ [2] = "oof" }
[456 = \the\someindextable 1]
[oof = \the\someindextable 2]
\egroup

[456 = \the\someindextable 1]
[foo = \the\someindextable 2]

In both cases, local and global assignments are supported.

At the Lua end you can access these tables too:

context.hashedtables.somehashtable.bar
context.indexedtables.someindextable[2]

There is some overhead involved but performance and memory usage is 
quiite okay.

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2020-06-19  9:42 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2020-06-19  9:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded an update. I cleaned up (upgraded code-wise) some of the 
script related code. Most users won't notice but who knows if I 
introduced some issues with cjk ... just let me know if I overlooked 
something.

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2008-01-29 17:01 ` update Johannes Graumann
@ 2008-01-29 17:04   ` Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2008-01-29 17:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Johannes Graumann wrote:
> Hans Hagen wrote:
> 
>> Hi,
>>
>> i uploaded a fix for the reported problems; the uploaded version also
>> uses lua for locating files that have to be included; this should work
>> with the mkiv xml too (i forgot who asked for that but i needed it
>> myself too)
> 
> Hello Norbert,
> 
> Can I help lifting this into a deb asap?

just wait a few days, i'm fixing something with that mechanism (i.e. 
moving to a more rigid url syntax)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2008-01-28 20:36 update Hans Hagen
  2008-01-29  8:04 ` update Johannes Graumann
@ 2008-01-29 17:01 ` Johannes Graumann
  2008-01-29 17:04   ` update Hans Hagen
  1 sibling, 1 reply; 52+ messages in thread
From: Johannes Graumann @ 2008-01-29 17:01 UTC (permalink / raw)
  To: ntg-context

Hans Hagen wrote:

> Hi,
> 
> i uploaded a fix for the reported problems; the uploaded version also
> uses lua for locating files that have to be included; this should work
> with the mkiv xml too (i forgot who asked for that but i needed it
> myself too)

Hello Norbert,

Can I help lifting this into a deb asap?

Joh

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2008-01-29  8:04 ` update Johannes Graumann
@ 2008-01-29  8:22   ` Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2008-01-29  8:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Johannes Graumann wrote:
> Hans Hagen wrote:
> 
>> Hi,
>>
>> i uploaded a fix for the reported problems; the uploaded version also
>> uses lua for locating files that have to be included; this should work
>> with the mkiv xml too (i forgot who asked for that but i needed it
>> myself too)
> 
> Does this include zip file reading while using XML mode?

should work (not tested)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2008-01-28 20:36 update Hans Hagen
@ 2008-01-29  8:04 ` Johannes Graumann
  2008-01-29  8:22   ` update Hans Hagen
  2008-01-29 17:01 ` update Johannes Graumann
  1 sibling, 1 reply; 52+ messages in thread
From: Johannes Graumann @ 2008-01-29  8:04 UTC (permalink / raw)
  To: ntg-context

Hans Hagen wrote:

> Hi,
> 
> i uploaded a fix for the reported problems; the uploaded version also
> uses lua for locating files that have to be included; this should work
> with the mkiv xml too (i forgot who asked for that but i needed it
> myself too)

Does this include zip file reading while using XML mode?

Joh

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2008-01-28 20:36 Hans Hagen
  2008-01-29  8:04 ` update Johannes Graumann
  2008-01-29 17:01 ` update Johannes Graumann
  0 siblings, 2 replies; 52+ messages in thread
From: Hans Hagen @ 2008-01-28 20:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

i uploaded a fix for the reported problems; the uploaded version also 
uses lua for locating files that have to be included; this should work 
with the mkiv xml too (i forgot who asked for that but i needed it 
myself too)
-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2006-04-25  4:30 ` update Aditya Mahajan
@ 2006-04-25  6:52   ` Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2006-04-25  6:52 UTC (permalink / raw)


Aditya Mahajan wrote:
> On Mon, 24 Apr 2006, Hans Hagen wrote:
>   
>> i'll upload a version that
>>
>> - supports some more TABLE width situations (earlier patch)
>> - fixes the background problem (please test)
>> - hopefully fixes the n=0 footnote problems
>> - fixes a seldom occuring secction head problem (years old)
>>
>> for practical purposes this is a current and not a beta (i need to
>> generate minimals for a project tomorrow)
>>     
>
> The frames in the case environment are present. I thought those were 
> for debugging in the file that you had sent earlier, but they are also 
> present in the latest release.
>
> \starttext
> \startformula
>      a = \startcases
>          \NC b \NC sometimes \NR
>          \NC c \NC othertimes \NR
>      \stopcases
> \stopformula
> \stoptext
>   
ok, i'll fix it (in core-math: ruledvcenter -> vcenter) 

Hans 

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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2006-04-23 22:07 update Hans Hagen
@ 2006-04-25  4:30 ` Aditya Mahajan
  2006-04-25  6:52   ` update Hans Hagen
  0 siblings, 1 reply; 52+ messages in thread
From: Aditya Mahajan @ 2006-04-25  4:30 UTC (permalink / raw)


On Mon, 24 Apr 2006, Hans Hagen wrote:
> i'll upload a version that
>
> - supports some more TABLE width situations (earlier patch)
> - fixes the background problem (please test)
> - hopefully fixes the n=0 footnote problems
> - fixes a seldom occuring secction head problem (years old)
>
> for practical purposes this is a current and not a beta (i need to
> generate minimals for a project tomorrow)

The frames in the case environment are present. I thought those were 
for debugging in the file that you had sent earlier, but they are also 
present in the latest release.

\starttext
\startformula
     a = \startcases
         \NC b \NC sometimes \NR
         \NC c \NC othertimes \NR
     \stopcases
\stopformula
\stoptext

Aditya

-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2006-04-23 22:07 Hans Hagen
  2006-04-25  4:30 ` update Aditya Mahajan
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 2006-04-23 22:07 UTC (permalink / raw)


Hi,

i'll upload a version that

- supports some more TABLE width situations (earlier patch)
- fixes the background problem (please test)
- hopefully fixes the n=0 footnote problems
- fixes a seldom occuring secction head problem (years old)

for practical purposes this is a current and not a beta (i need to 
generate minimals for a project tomorrow)

Hans


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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2005-11-30 16:56 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2005-11-30 16:56 UTC (permalink / raw)


Hi,

I'm uploading an update. Apart from a few fixes/new-things, the main 
change in the minimals is that the <platform>tex.zip files now only 
contain binaries, and justtex.zip the rest.

So, in case you use a windows/linux minimal: you need to download two 
files now. In the case of macosx, gerbens auto-updater takes care of it,

I replaced the iwona/kurier/etc map/enc files with the ones that are now 
shipped. In the meantime i found out that there is also a change in the 
ams font tfm structure, so if you copy over old trees, make that you 
remove old instances of those fonts.

I hope that i didn't mess up things too much.

The normal cont-*.zip files are updates too, and the map files now refer 
to the new iwona cum suis scheme

uploading now, may take a while

Hans

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2005-06-03  6:20   ` update Taco Hoekwater
@ 2005-06-03  7:14     ` Thomas A. Schmitz
  0 siblings, 0 replies; 52+ messages in thread
From: Thomas A. Schmitz @ 2005-06-03  7:14 UTC (permalink / raw)


Thanks Taco! No, I'm using pdfetex, not XeTeX. Here's the line:

% pdfetex --version
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
kpathsea version 3.5.4
Copyright (C) 1997-2004 Peter Breitenlohner (eTeX)/Han The Thanh  
(pdfTeX).
Kpathsea is copyright (C) 1997-2004 Free Software Foundation, Inc.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfeTeX copyright and
the GNU General Public License.
For more information about these matters, see the files
named COPYING and the pdfeTeX source.
Primary author of pdfeTeX: Peter Breitenlohner (eTeX)/Han The Thanh  
(pdfTeX).
Kpathsea written by Karl Berry and others.

And as I wrote: the rest of ConTeXt seems to be working alright, my  
documents compile fine, so don't spend too much time on it. I still  
have to see for my linux installation, I haven't been able to upgrade  
ConTeXt under linux for quite a few releases now.

Best

Thomas

On Jun 3, 2005, at 8:20 AM, Taco Hoekwater wrote:

> Thomas A. Schmitz wrote:
>
>> Hi Hans,
>> sorry to rain on your parade, but I'm not sure that the latest   
>> version is working as it should. I tried on OS X + gwtex. After   
>> unzipping in texmf.local and regenerating the formats, I get this   
>> output (even after rerunning mktexlsr):
>> % texexec --version
>>
>
> texexec --version can be broken independant of the rest of  
> texexec. :-)
>
> From your comments I believe that the actual format generation is
> correct now, and it is just the version report that cannot keep up
> with the changes. Not a big thing, but of course it should be fixed.
>
> Since that is my code, I will can a patch for (Hans to apply).
> Are you using XeTeX? If yes, can you (or someone else) send me XeTeX's
> banner line(s)? I mean the line you get if you only start the
> executable.  For instance, my pdfetex has:
>
>   This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2C 7.5.4)
>   **
>
> This is needed for the tex discovery line:
>
>                    tex : unknown
>
>
> Greetings, Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2005-06-02 21:24 ` update Thomas A. Schmitz
@ 2005-06-03  6:20   ` Taco Hoekwater
  2005-06-03  7:14     ` update Thomas A. Schmitz
  0 siblings, 1 reply; 52+ messages in thread
From: Taco Hoekwater @ 2005-06-03  6:20 UTC (permalink / raw)


Thomas A. Schmitz wrote:
> Hi Hans,
> 
> sorry to rain on your parade, but I'm not sure that the latest  version 
> is working as it should. I tried on OS X + gwtex. After  unzipping in 
> texmf.local and regenerating the formats, I get this  output (even after 
> rerunning mktexlsr):
> 
> % texexec --version

texexec --version can be broken independant of the rest of texexec. :-)

 From your comments I believe that the actual format generation is
correct now, and it is just the version report that cannot keep up
with the changes. Not a big thing, but of course it should be fixed.

Since that is my code, I will can a patch for (Hans to apply).
Are you using XeTeX? If yes, can you (or someone else) send me XeTeX's
banner line(s)? I mean the line you get if you only start the
executable.  For instance, my pdfetex has:

   This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2C 7.5.4)
   **

This is needed for the tex discovery line:

                    tex : unknown


Greetings, Taco

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2005-06-02 20:49 update Hans Hagen
@ 2005-06-02 21:24 ` Thomas A. Schmitz
  2005-06-03  6:20   ` update Taco Hoekwater
  0 siblings, 1 reply; 52+ messages in thread
From: Thomas A. Schmitz @ 2005-06-02 21:24 UTC (permalink / raw)


Hi Hans,

sorry to rain on your parade, but I'm not sure that the latest  
version is working as it should. I tried on OS X + gwtex. After  
unzipping in texmf.local and regenerating the formats, I get this  
output (even after rerunning mktexlsr):

% texexec --version

TeXExec 5.4.1 - ConTeXt / PRAGMA ADE 1997-2005

                texexec : TeXExec 5.4.1 - ConTeXt / PRAGMA ADE 1997-2005
                texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
sh: line 1: cont-en: command not found
                    tex : unknown
                context : ver: 2005.06.02
                cont-en : unknown
sh: line 1: cont-de: command not found
                cont-de : unknown
sh: line 1: cont-nl: command not found
                cont-nl : unknown

         total run time : 2 seconds

Processing files seems to be running normally. Nevertheless,  
something still smells rotten in the state of ConText. I'll check on  
my linux partition later.

Best

Thomas


On Jun 2, 2005, at 10:49 PM, Hans Hagen wrote:

> Hi,
>
> Well, after some bad hacking Adam, Patrick and me think that we got  
> engine support working on all platforms. Interesting is that the  
> problems for platforms -tetex and gwtex- were in different parts of  
> the code, so there must be subtle differences in path settings  
> (different kpse branches in texexec). The solutions had to do with  
> chomping on the one hand and complex paths on th eother hand.
>
> Patrick, I hope that i didn't mess up the garden server in the  
> process -)
>
> Uploaded.
>
> Hans
>
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
> -----------------------------------------------------------------
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2005-06-02 20:49 Hans Hagen
  2005-06-02 21:24 ` update Thomas A. Schmitz
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 2005-06-02 20:49 UTC (permalink / raw)


Hi,

Well, after some bad hacking Adam, Patrick and me think that we got engine 
support working on all platforms. Interesting is that the problems for platforms 
-tetex and gwtex- were in different parts of the code, so there must be subtle 
differences in path settings (different kpse branches in texexec). The solutions 
had to do with chomping on the one hand and complex paths on th eother hand.

Patrick, I hope that i didn't mess up the garden server in the process -)

Uploaded.

Hans

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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-20 20:49     ` update Willi Egger
@ 2004-06-21 19:31       ` Willi Egger
  0 siblings, 0 replies; 52+ messages in thread
From: Willi Egger @ 2004-06-21 19:31 UTC (permalink / raw)



Hi Hans,

Great! This evening I unpacked cont-tmf.zip and cont-exa.zip into my 
TeXlive tree. Then I run the textools.rb. Everything as far a I could 
test it worked! - Marvelous!

Thanks Hans.

Kind regards Willi

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-19 21:56   ` update Hans Hagen Outside
@ 2004-06-20 20:49     ` Willi Egger
  2004-06-21 19:31       ` update Willi Egger
  0 siblings, 1 reply; 52+ messages in thread
From: Willi Egger @ 2004-06-20 20:49 UTC (permalink / raw)


Hi Hans,

Hans Hagen Outside wrote:

> Willi Egger wrote:
> 
>> Hi Hans,
>>
>> I was looking into the TeXtools manual. Then I looked into the 
>> cont-tmf.zip and could not find the mentioned ruby scripts.
>> Do you provide them separately?

I got the tip from Hraban to download cont-exa.
> 
> 
> did you try to run textools? should work -)
> 
>  texmf-local/scripts/context/ruby
> 
> a convenient way to rusn scripts from the tex tree is:
> 
>  texmfstart textools.rb
> 
I do not know, precisely. I had your minimal COnTeXt but some time agoe 
I messed it up. - I downloaded a new mswintex.zip.bz2. and replaced the 
tree. So I had only to move some files manually. - Maz that I solved it 
in a clumsy way. However it works now.

>> I realized that you added a couple of *.enc files in the latest 
>> cont-tmf.zip. - Are there any actions necessary to have the system 
>> using them?

That seems to be no problem, since the new environment worked immediately.
> 
> no, unless you want to typeset german with proper umlauts -) [see type-* 
> files and search for var]

This I have to pick up definitely, because I sometimes have to write 
german texts.

Thanks Hans!

Willi
> 
> Hans
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-18 16:33 update Hans Hagen
  2004-06-18 20:00 ` update Willi Egger
@ 2004-06-20 15:07 ` Patrick Gundlach
  1 sibling, 0 replies; 52+ messages in thread
From: Patrick Gundlach @ 2004-06-20 15:07 UTC (permalink / raw)


Hello Hans,

> I synced the website. Apart from a few new magazines

a few? I can see mag #6 as the newest one, 5 were already there some
time ago.

> there is a preliminary manual 'xmldir' and there are manuals for
> xmltools and textools.

any chance that you update the context.www or the "list of
downloadable files"?

Are xmldir and xmltools different docs?

Patrick

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-19 14:41   ` update Gary Pajer
  2004-06-19 14:47     ` update Gary Pajer
@ 2004-06-19 22:10     ` Hans Hagen Outside
  1 sibling, 0 replies; 52+ messages in thread
From: Hans Hagen Outside @ 2004-06-19 22:10 UTC (permalink / raw)


Gary Pajer wrote:

>----- Original Message ----- 
>From: "Willi Egger" <w.egger@boede.nl>
>
>
>  
>
>>Hi Hans,
>>
>>I was looking into the TeXtools manual. Then I looked into the 
>>    
>>
>
>OK, I must be blind.  Where is the TeXtools manual?
>  
>
nicely hidden on the same page (inshow-man.pdf) as texmfstart 

I will add entries to the html pages later 

Hans 

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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-19 11:54     ` update Willi Egger
@ 2004-06-19 22:05       ` Hans Hagen Outside
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen Outside @ 2004-06-19 22:05 UTC (permalink / raw)


Willi Egger wrote:

> Thanks indeed!
>
> Willi
>
> Henning Hraban Ramm wrote:
>
>>
>> Am 18.06.2004 um 22:00 schrieb Willi Egger:
>>
>>> I was looking into the TeXtools manual. Then I looked into the 
>>> cont-tmf.zip and could not find the mentioned ruby scripts.
>>> Do you provide them separately?
>>
>>
>>
>> Did you look in cont-exa?
>
I'll add the files to cont-tmf.zip as well (in due time the exa content 
will move into the main zip; first i need to clean up some mess)

Hans

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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-18 20:00 ` update Willi Egger
  2004-06-18 20:15   ` update Henning Hraban Ramm
  2004-06-19 14:41   ` update Gary Pajer
@ 2004-06-19 21:56   ` Hans Hagen Outside
  2004-06-20 20:49     ` update Willi Egger
  2 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen Outside @ 2004-06-19 21:56 UTC (permalink / raw)


Willi Egger wrote:

> Hi Hans,
>
> I was looking into the TeXtools manual. Then I looked into the 
> cont-tmf.zip and could not find the mentioned ruby scripts.
> Do you provide them separately?

did you try to run textools? should work -)

  texmf-local/scripts/context/ruby

a convenient way to rusn scripts from the tex tree is:

  texmfstart textools.rb

> I realized that you added a couple of *.enc files in the latest 
> cont-tmf.zip. - Are there any actions necessary to have the system 
> using them?

no, unless you want to typeset german with proper umlauts -) [see type-* 
files and search for var]

Hans

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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-19 14:41   ` update Gary Pajer
@ 2004-06-19 14:47     ` Gary Pajer
  2004-06-19 22:10     ` update Hans Hagen Outside
  1 sibling, 0 replies; 52+ messages in thread
From: Gary Pajer @ 2004-06-19 14:47 UTC (permalink / raw)


----- Original Message ----- 
From: "Gary Pajer" <pajer@iname.com>
> 
> OK, I must be blind.  Where is the TeXtools manual?

Never mind ... I found it.  

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-18 20:00 ` update Willi Egger
  2004-06-18 20:15   ` update Henning Hraban Ramm
@ 2004-06-19 14:41   ` Gary Pajer
  2004-06-19 14:47     ` update Gary Pajer
  2004-06-19 22:10     ` update Hans Hagen Outside
  2004-06-19 21:56   ` update Hans Hagen Outside
  2 siblings, 2 replies; 52+ messages in thread
From: Gary Pajer @ 2004-06-19 14:41 UTC (permalink / raw)



----- Original Message ----- 
From: "Willi Egger" <w.egger@boede.nl>


> Hi Hans,
> 
> I was looking into the TeXtools manual. Then I looked into the 

OK, I must be blind.  Where is the TeXtools manual?

-gary

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-18 20:15   ` update Henning Hraban Ramm
@ 2004-06-19 11:54     ` Willi Egger
  2004-06-19 22:05       ` update Hans Hagen Outside
  0 siblings, 1 reply; 52+ messages in thread
From: Willi Egger @ 2004-06-19 11:54 UTC (permalink / raw)


Thanks indeed!

Willi

Henning Hraban Ramm wrote:
> 
> Am 18.06.2004 um 22:00 schrieb Willi Egger:
> 
>> I was looking into the TeXtools manual. Then I looked into the 
>> cont-tmf.zip and could not find the mentioned ruby scripts.
>> Do you provide them separately?
> 
> 
> Did you look in cont-exa?
> 
> Greetlings, Hraban
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-18 20:00 ` update Willi Egger
@ 2004-06-18 20:15   ` Henning Hraban Ramm
  2004-06-19 11:54     ` update Willi Egger
  2004-06-19 14:41   ` update Gary Pajer
  2004-06-19 21:56   ` update Hans Hagen Outside
  2 siblings, 1 reply; 52+ messages in thread
From: Henning Hraban Ramm @ 2004-06-18 20:15 UTC (permalink / raw)



Am 18.06.2004 um 22:00 schrieb Willi Egger:
> I was looking into the TeXtools manual. Then I looked into the 
> cont-tmf.zip and could not find the mentioned ruby scripts.
> Do you provide them separately?

Did you look in cont-exa?

Greetlings, Hraban

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2004-06-18 16:33 update Hans Hagen
@ 2004-06-18 20:00 ` Willi Egger
  2004-06-18 20:15   ` update Henning Hraban Ramm
                     ` (2 more replies)
  2004-06-20 15:07 ` update Patrick Gundlach
  1 sibling, 3 replies; 52+ messages in thread
From: Willi Egger @ 2004-06-18 20:00 UTC (permalink / raw)


Hi Hans,

I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?

I realized that you added a couple of *.enc files in the latest 
cont-tmf.zip. - Are there any actions necessary to have the system using 
them?


Kind regards Willi

Hans Hagen wrote:
> Hi,
> 
> I synced the website. Apart from a few new magazines there is a 
> preliminary manual 'xmldir' and there are manuals for xmltools and 
> textools.
> 
> Hans
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2004-06-18 16:33 Hans Hagen
  2004-06-18 20:00 ` update Willi Egger
  2004-06-20 15:07 ` update Patrick Gundlach
  0 siblings, 2 replies; 52+ messages in thread
From: Hans Hagen @ 2004-06-18 16:33 UTC (permalink / raw)


Hi,

I synced the website. Apart from a few new magazines there is a 
preliminary manual 'xmldir' and there are manuals for xmltools and 
textools.

Hans 

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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2004-06-17  0:09 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2004-06-17  0:09 UTC (permalink / raw)


Hi,

I uploaded a new version (and will sync the whole site friday).

- watch the new magazines (number 6 in show-mag.pdf) : dangerous
features (but still fun)
- hz support (will be completed when the new pdf comes out)
- a few new tools: textools & xmltools
- of course some fixes

(i'm working on a manual for xmldir support as provided by 
xmltools/x-dir-*)

beware: this tree is already in the new tds

Hans


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

^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2001-07-13  8:00 ` update Giuseppe Bilotta
@ 2001-07-13 12:53   ` Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2001-07-13 12:53 UTC (permalink / raw)
  Cc: ntg-context

At 10:00 AM 7/13/01 +0200, Giuseppe Bilotta wrote:
>Hi,
>
>I notice that the dvips map files are missing from cont-tmf.zip .
>Are they included together with the zip with all the map files?
>Where is this zip located?

watch the download page: a whoel zip of maps

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  2001-07-11 15:05 update Hans Hagen
@ 2001-07-13  8:00 ` Giuseppe Bilotta
  2001-07-13 12:53   ` update Hans Hagen
  0 siblings, 1 reply; 52+ messages in thread
From: Giuseppe Bilotta @ 2001-07-13  8:00 UTC (permalink / raw)
  Cc: ntg-context

Hi,

I notice that the dvips map files are missing from cont-tmf.zip .
Are they included together with the zip with all the map files?
Where is this zip located?

--
Giuseppe "Oblomov" Bilotta

Wednesday, July 11, 2001 Hans Hagen wrote:

HH> Hi, 

HH> I updated the big zipper. The previously reported bugs/vagueties in math
HH> and hanging are fixed. 

HH> There is now also a zip with font map files. These can be loaded on demand
HH> by context when you set 

HH>   \autoloadmapfilestrue 

HH> in your local cont-sys.tex. This feature will be improved over time as will
HH> be typescripts. 


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2001-07-11 15:05 Hans Hagen
  2001-07-13  8:00 ` update Giuseppe Bilotta
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 2001-07-11 15:05 UTC (permalink / raw)


Hi, 

I updated the big zipper. The previously reported bugs/vagueties in math
and hanging are fixed. 

There is now also a zip with font map files. These can be loaded on demand
by context when you set 

  \autoloadmapfilestrue 

in your local cont-sys.tex. This feature will be improved over time as will
be typescripts. 

Hans 
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
       [not found] ` <000901bfbb8c$bc388720$9b4461c3@chris>
@ 2000-05-12 12:20   ` Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 2000-05-12 12:20 UTC (permalink / raw)
  Cc: ntg-context

>Unfortunately the problem seems to be worse. Attached is what I'm getting
with 
>
>ConTeXt  ver: 2000.3.30  fmt: 2000.5.11  int: english  mes: 

This is kind of funny, since at my machine the results are fine (blue
underlined name). I'll upload again (maybe something went wrong) so you can
give it another try. If it still fails, I'm puzzled. 

Hans 

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


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 2000-05-11 10:49 Hans Hagen
       [not found] ` <000901bfbb8c$bc388720$9b4461c3@chris>
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 2000-05-11 10:49 UTC (permalink / raw)


Hi url lovers, 

I uploaded a new version that (i hope) has the underlined url fixed. Plese
test. 

Hans

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


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 1999-07-20 16:34 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 1999-07-20 16:34 UTC (permalink / raw)


Hi all, 

I've updated context. This update is only of interest to those who want
to use the new ec encoding and want to play with the new pdftecx beta
(version 14). New is: 

  \externalfigure[name][screen=lowresname] 

Later, when matthew and I have sorted out the best way to interface
this, shaded will be supported too. The framework is already in place. 

Hans 

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


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 1999-06-20 16:26 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 1999-06-20 16:26 UTC (permalink / raw)


Hi all, 

I upload an update of context. Apart main changes are some new pretty
printing features and some fixes in coloring cells in tables. Some new
features/bug fixes are still in cont-new.tex butwhen no errors are
reported/encountered these will move into the sources too. 

Also, texexec now does a more rigourous search for the ini file in non
tetex/fptex environments (I hope things work out well in miktex too,
also watch the new miktex section in the ini file (see texexec.rme)). As
before, use the --verbose switch to trace down problems. Normally the
changes in texexec go un-noticed. In TeXUtil, there is a fix in sorting
registers. 

In a few days I will include the flow chart module (still working on
some extensions). 

Hans

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


^ permalink raw reply	[flat|nested] 52+ messages in thread

* Re: update
  1999-03-25 16:43 update Hans Hagen
@ 1999-03-26 13:15 ` Taco Hoekwater
  0 siblings, 0 replies; 52+ messages in thread
From: Taco Hoekwater @ 1999-03-26 13:15 UTC (permalink / raw)
  Cc: ntg-context, E.H.M.Frambach

>>>>> "Hans" == Hans Hagen <pragma@wxs.nl> writes:

    Hans> Hi all, I'm uploading the latest version of context cum suis
    Hans> to our site.

    Hans>   www.pragma-ade.nl

Compliments on the web site.

Taco


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 1999-03-25 16:43 Hans Hagen
  1999-03-26 13:15 ` update Taco Hoekwater
  0 siblings, 1 reply; 52+ messages in thread
From: Hans Hagen @ 1999-03-25 16:43 UTC (permalink / raw)


Hi all, 

I'm uploading the latest version of context cum suis to our site. 

  www.pragma-ade.nl

There you can find (under context support and downloading) 

source files    : cont-tex.zip -> texmf/../tex/context/base
module files    : cont-mod.zip -> texmf/../tex/context/base
metapost files  : cont-mps.zip -> texmf/../metapost/context

and 

font files      : cont-fnt.zip -> ../tfm/context and ../type1/context

Please make sure to keep logic in the paths, otherwise scattering the
files can bring conflicts in loading. 

There has been some changes to texexec. Please take a look at the file
texexec.rme to see how things are set up. The changes concern a better
fit into teTeX (thanks to Thomas Esser). 

>From now on, context will use the patterns present on the system. This
means that lang-pat/hyp files are no longer part of the distrubution
They still are and will be supported but are simply mapped onto existing
files; the public ones with the inconsistent names -)

Also, plain tex and etex sources are no longer in the distribution (too
minimize overlap and inconsistency), but the licence and readme files
are (pdf files). 

I suggest you zip your old files somewhere save first. Please let me
know if there are problems. 

Tetex users can best use the tetex update, because Thomas integrates the
latest versions of context in there. 

Context will be mirrored on CTAN too. When things work ok this way, the
NTG server and Eriks server will be mirrors too. 

Hans

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


^ permalink raw reply	[flat|nested] 52+ messages in thread

* update
@ 1999-01-29 12:40 Hans Hagen
  0 siblings, 0 replies; 52+ messages in thread
From: Hans Hagen @ 1999-01-29 12:40 UTC (permalink / raw)


Hi all, 

I uploaded the latest context to 

  http://frambach.eco.rug.nl/pragma/zipped/cont-tex.zip
  http://frambach.eco.rug.nl/pragma/zipped/cont-mod.zip

You need this update when you use pdftex 13a and later (previous
versions of pdftex are still supported). Some you have intermediate
updates. Their extended functionality is incorporated here. Tobias,
beware of the bookmarks, I still have to fix the tricky umlaut part. 

There are some extensions to the font mechanism and in the process of
rewriting the big manual I also optimize things here and there. Please
report any errors. 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl

                     ConTeXt and PPCHTeX site: www.ntg.nl/context
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2023-03-20 16:28 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 21:07 update Hans Hagen via ntg-context
2023-02-24  9:30 ` update Otared Kavian via ntg-context
  -- strict thread matches above, loose matches on Subject: below --
2023-03-20 16:28 update Hans Hagen via ntg-context
2022-08-05  9:52 update Hans Hagen via ntg-context
2022-08-05 14:37 ` update Aditya Mahajan via ntg-context
2022-08-05 15:23   ` update Hans Hagen via ntg-context
2022-08-05 14:48 ` update Henning Hraban Ramm via ntg-context
2022-08-05 22:26 ` update Jeong Dal via ntg-context
2021-09-13  8:07 update Hans Hagen via ntg-context
2021-09-13  8:37 ` update Henning Hraban Ramm via ntg-context
2021-09-13  9:12   ` update Hans Hagen via ntg-context
2021-09-13 20:14     ` update Henning Hraban Ramm via ntg-context
2021-09-14  5:50       ` update Hans Hagen via ntg-context
2021-09-13 19:51 ` update Garulfo via ntg-context
2020-06-25  9:34 update Hans Hagen
2020-06-19  9:42 update Hans Hagen
2008-01-28 20:36 update Hans Hagen
2008-01-29  8:04 ` update Johannes Graumann
2008-01-29  8:22   ` update Hans Hagen
2008-01-29 17:01 ` update Johannes Graumann
2008-01-29 17:04   ` update Hans Hagen
2006-04-23 22:07 update Hans Hagen
2006-04-25  4:30 ` update Aditya Mahajan
2006-04-25  6:52   ` update Hans Hagen
2005-11-30 16:56 update Hans Hagen
2005-06-02 20:49 update Hans Hagen
2005-06-02 21:24 ` update Thomas A. Schmitz
2005-06-03  6:20   ` update Taco Hoekwater
2005-06-03  7:14     ` update Thomas A. Schmitz
2004-06-18 16:33 update Hans Hagen
2004-06-18 20:00 ` update Willi Egger
2004-06-18 20:15   ` update Henning Hraban Ramm
2004-06-19 11:54     ` update Willi Egger
2004-06-19 22:05       ` update Hans Hagen Outside
2004-06-19 14:41   ` update Gary Pajer
2004-06-19 14:47     ` update Gary Pajer
2004-06-19 22:10     ` update Hans Hagen Outside
2004-06-19 21:56   ` update Hans Hagen Outside
2004-06-20 20:49     ` update Willi Egger
2004-06-21 19:31       ` update Willi Egger
2004-06-20 15:07 ` update Patrick Gundlach
2004-06-17  0:09 update Hans Hagen
2001-07-11 15:05 update Hans Hagen
2001-07-13  8:00 ` update Giuseppe Bilotta
2001-07-13 12:53   ` update Hans Hagen
2000-05-11 10:49 update Hans Hagen
     [not found] ` <000901bfbb8c$bc388720$9b4461c3@chris>
2000-05-12 12:20   ` update Hans Hagen
1999-07-20 16:34 update Hans Hagen
1999-06-20 16:26 update Hans Hagen
1999-03-25 16:43 update Hans Hagen
1999-03-26 13:15 ` update Taco Hoekwater
1999-01-29 12:40 update Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).