[dev-context] tex live and context

2007-02-22 Thread Hans Hagen
Hi,

If you update your tex to the latest tex live cq. debian, also get the 
latest latin modern

http://www.gust.org.pl/projects/e-foundry/latin-modern/download

(you don't need the context related zip there; i need that for older 
setups)

TeX Live ships with incomplete map files.

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
-

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


Re: [dev-context] [NTG-context] ConTeXt release 2007.02.20 (fwd)

2007-02-22 Thread Norbert Preining
Hi Taco, hi Hans, hi all!

On Don, 22 Feb 2007, Taco Hoekwater wrote:
 So version 1.00 supposedly had the math fonts, but it did not have
 the proper fonts for math roman encoding? Sigh.

Hmm, this seems to be the problem (from the lmodern changelog):
* math text metric files (rm-*.tfm) provided

 Look for the change in type-enc.tex (extra font synonyms), that is the
 culprit. I do not know how to 'fix' this, other than waiting for the
 latin modern 1.01 deb package.

I removed these lines, rebuild the format, but still get the same
errors.

Does one of you have any other suggestions/ideas how to work around
this? I am not sure that we can get lm 1.01 into Debian soon, not before
Debian etch is released, and this 

On Don, 22 Feb 2007, Hans Hagen wrote:
 as taco mentioned there is a lm-rm mess up ... i just updated my main tree 
 to texlive and also ran into problems; the tl map files are smaller  (less 
 entries) i wonder where that mess came from 

I thought that Taco submitted these map files? At least I didn't change
anything on the ConTeXt files in the svn texlive repository.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
CURRY MALLET (n.)
A large wooden or rubber cub which poachers use to despatch cats or
other game which they can only sell to Indian resturants. For
particulary small cats the price obtainable is not worth the cost of
expending ammunition.
--- Douglas Adams, The Meaning of Liff
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] Math subformula numbering

2007-02-22 Thread Aditya Mahajan
Hi Hans, Taco and Mojca,

There is a bit of inconsistency between the two subformula numbering 
methods (\startsubformulas that I wrote, and \NR[+][a] of 
\startalign). While writing a paper I realized that both of them are 
needed. For example

\startsubformulas[eq:encoder] \placeformula
   \startformula \startalign
 \NC Z_1 \EQ c_1 (X_1), \NR[eq:encoder 1]
   \intertext{and for $t=2,\dots,T$,}
 \NC Z_t \EQ c_t (X_1, \dots, X_t, \tilde Y_1, \dots, \tilde Y_{t-1}).
 \NR[eq:encoder t]
   \stopalign \stopformula
\stopsubformulas

and

\placeformula
\startformula \startalign
   \NC \hat X_t \EQ g_1(Y_1) \NR[eq:decoder][a]
   \NC M_1  \EQ l_1(Y_1) \NR[eq:memory][a]
   \intertext{and for $t=2,\dots,T$,}
\decrementnumber[formula] \decrementnumber[formula]
   \NC \hat X_t \EQ g_t(Y_t, M_{t-1}) \NR[+][b]
   \NC M_t  \EQ l_t(Y_t, M_{t-1}) \NR[+][b]
\stopalign \stopformula


However, the startsubformulas uses \@@fnseparator as separator while 
\NR[+][a] uses no separator. It is relatively straight forward to make 
\NR honor the separator, in \dododoformulanumber change

\edef\hetnumber{#2} to \edef\hetnumber{\@@fnseparator#2}

and

\edef\hetnumber{#4} to \edef\hetnumber{\@@fnseparator#4}

To maintain backward compatibility we can change

\setupsubformulas[separator=\@@fmseparator]

to

\setupsubformulas[separator=]


Any comments? I think that Mojca and I are the only people who use 
\startsubformulas right now (my fault, have not documented them), so 
breaking the backward compatibility of \startsubformulas should not be 
too big a problem.

Aditya
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context