ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* What to do with math-ext.tex
@ 2006-07-07  3:38 David Arnold
  2006-07-10 18:30 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: David Arnold @ 2006-07-07  3:38 UTC (permalink / raw)
  Cc: Jacob Prystowsky, Bruce Wagner

All,

I have a file in my document directory called math-ext.tex. Isn't  
this part of the core now? Can I get rid of it?

It starts out like this:

%D \module
%D   [       file=math-ext,
%D        version=2006.01.14,
%D          title=\CONTEXT\ Math Macros,
%D       subtitle=Extra Macros,
%D         author={Hans Hagen \& Taco Hoekwater},
%D           date=\currentdate,
%D      copyright=\PRAGMA]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

%M \ifx\startalign\undefined \input math-ext.tex \fi

% some simple math constructs (based on user requests)
%
% preliminary

\unprotect

% adapted stuff

% we need to make this plain code a bit more 'readable'

\def\openup
   {\afterassignment\dopenup\scratchdimen=}

\def\dopenup
   {\advance\lineskip     \scratchdimen
    \advance\baselineskip \scratchdimen
    \advance\lineskiplimit\scratchdimen}

\def\jot{.25\bodyfontsize} % plain tex: 3 pt (todo: better name)

\newif\ifdt@p

\def\displ@y % \presetdisplayspacing or so
   {\global\dt@ptrue
    \openup\jot
    \mathsurround\zeropoint
    \everycr{\noalign{%
       \ifdt@p
         \global\dt@pfalse
         \ifdim\prevdepth>-\thousandpoint
           \vskip-\lineskiplimit
           \vskip\normallineskiplimit
         \fi
       \else

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

* Re: What to do with math-ext.tex
  2006-07-07  3:38 What to do with math-ext.tex David Arnold
@ 2006-07-10 18:30 ` Hans Hagen
  2006-07-10 23:53   ` Mojca Miklavec
  2006-07-11  6:08   ` Aditya Mahajan
  0 siblings, 2 replies; 6+ messages in thread
From: Hans Hagen @ 2006-07-10 18:30 UTC (permalink / raw)


David Arnold wrote:
> All,
>
> I have a file in my document directory called math-ext.tex. Isn't  
> this part of the core now? Can I get rid of it?
>   
you can get rid of that one (or put \endinput at the first line) 

the beta/next release has more in there (things needed for cow-math and so) 

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] 6+ messages in thread

* Re: What to do with math-ext.tex
  2006-07-10 18:30 ` Hans Hagen
@ 2006-07-10 23:53   ` Mojca Miklavec
  2006-07-11  8:06     ` Hans Hagen
  2006-07-11  6:08   ` Aditya Mahajan
  1 sibling, 1 reply; 6+ messages in thread
From: Mojca Miklavec @ 2006-07-10 23:53 UTC (permalink / raw)


On 7/10/06, Hans Hagen wrote:
> the beta/next release has more in there (things needed for cow-math and so)

Also things like \longrightarrow (which is a problem in Antykwa
Torunskwa as well)?

Do you have any slides from EuroTeX?

Thanks,
    Mojca

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

* Re: What to do with math-ext.tex
  2006-07-10 18:30 ` Hans Hagen
  2006-07-10 23:53   ` Mojca Miklavec
@ 2006-07-11  6:08   ` Aditya Mahajan
  2006-07-11  8:13     ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2006-07-11  6:08 UTC (permalink / raw)


On Mon, 10 Jul 2006, Hans Hagen wrote:

> David Arnold wrote:
>> All,
>>
>> I have a file in my document directory called math-ext.tex. Isn't
>> this part of the core now? Can I get rid of it?
>>
> you can get rid of that one (or put \endinput at the first line)
>
> the beta/next release has more in there (things needed for cow-math and so)

Can you give a pointer on cow-math is?

Aditya

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

* Re: What to do with math-ext.tex
  2006-07-10 23:53   ` Mojca Miklavec
@ 2006-07-11  8:06     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-07-11  8:06 UTC (permalink / raw)


Mojca Miklavec wrote:
> On 7/10/06, Hans Hagen wrote:
>   
>> the beta/next release has more in there (things needed for cow-math and so)
>>     
>
> Also things like \longrightarrow (which is a problem in Antykwa
> Torunskwa as well)?
>
> Do you have any slides from EuroTeX?
>   
the eurotex slides will be published on the eurotex web site (btw, it was a rather nice conference, well organized, good location, balanced program, etc) 

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] 6+ messages in thread

* Re: What to do with math-ext.tex
  2006-07-11  6:08   ` Aditya Mahajan
@ 2006-07-11  8:13     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-07-11  8:13 UTC (permalink / raw)


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

Aditya Mahajan wrote:
> On Mon, 10 Jul 2006, Hans Hagen wrote:
>
>   
>> David Arnold wrote:
>>     
>>> All,
>>>
>>> I have a file in my document directory called math-ext.tex. Isn't
>>> this part of the core now? Can I get rid of it?
>>>
>>>       
>> you can get rid of that one (or put \endinput at the first line)
>>
>> the beta/next release has more in there (things needed for cow-math and so)
>>     
>
> Can you give a pointer on cow-math is?
>   
(i'm writing a manual on this font; the font is drawn by duane bibby and   implemented in type 1 by taco); the attached file only shows some math 

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


[-- Attachment #2: cowmath.pdf --]
[-- Type: application/pdf, Size: 120749 bytes --]

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2006-07-11  8:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-07  3:38 What to do with math-ext.tex David Arnold
2006-07-10 18:30 ` Hans Hagen
2006-07-10 23:53   ` Mojca Miklavec
2006-07-11  8:06     ` Hans Hagen
2006-07-11  6:08   ` Aditya Mahajan
2006-07-11  8:13     ` 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).