ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Minor context bugs
       [not found] <Pine.LNX.4.33.0112171729070.32120-100000@bioinf.medicina.u niovi.es>
@ 2001-12-17 16:50 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-12-17 16:50 UTC (permalink / raw)
  Cc: ntg-context

At 05:30 PM 12/17/2001 +0100, Ricardo Sanchez Carmenes wrote:

>\catcode`\@=11
>\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}
>\catcode`\@=12

hm. why's that? is only newdimen a problem? i'v eforgotten what i changed 
or deleted -)

-            shifted z0 dashpattern(on 5.5u off 6u) ;
>+            shifted z0 dashed dashpattern(on 5.5u off 6u) ;

ok, fixed

-     {\csname if\if##21@fals\else tru\fi e\endcsname}%
>+     {\csname if\if##2@fals\else tru\fi e\endcsname}%

ok, fixed too (i must admit that i don't test normal tex, only etex)

thanks,

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

* Minor context bugs
@ 2001-12-17 16:30 Ricardo Sanchez Carmenes
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Sanchez Carmenes @ 2001-12-17 16:30 UTC (permalink / raw)


Hi, Hans:

Some minor bugs went to the latest beta, available at CTAN sites.
The patches at the end of this mail will solve them.

In addition, with the latest syst-gen.tex, ppchtex is not usable
under plain TeX, as it used to be, due to the use of \newdimen.
To restore usability, you may include somewhere:

\catcode`\@=11
\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}
\catcode`\@=12

Regards,
Ricardo.

diff -u new/ppchtex.tex fix/ppchtex.tex
--- new/ppchtex.tex	Tue Nov 20 17:10:00 2001
+++ fix/ppchtex.tex	Sat Dec 15 17:30:28 2001
@@ -1355,7 +1355,7 @@
         % 4 : dashed line
           draw ((z1--z2) rotatedaround(origin,-\chemicalangle))
 %           shifted z0 dashed evenly ;
-            shifted z0 dashpattern(on 5.5u off 6u) ;
+            shifted z0 dashed dashpattern(on 5.5u off 6u) ;
        \fi
      \stopMPdrawing
    \fi
diff -u new/syst-gen.tex fix/syst-gen.tex
--- new/syst-gen.tex	Wed Dec  5 00:15:00 2001
+++ fix/syst-gen.tex	Sat Dec 15 18:41:43 2001
@@ -2176,7 +2176,7 @@

 \long\def\p!doifinstringelse#1#2% ##2 can be {abc}
   {\long\@EA\def\@EA\pp!doifinstringelse\@EA##\@EA1#1##2##3\war % expand #1 here
-     {\csname if\if##21@fals\else tru\fi e\endcsname}%
+     {\csname if\if##2@fals\else tru\fi e\endcsname}%
   %\expanded{\pp!doifinstringelse#2#1@@\noexpand\war}} % expand #2 here
    \expanded{\pp!doifinstringelse#2#1}@@\war} % expand #2 here


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

end of thread, other threads:[~2001-12-17 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.33.0112171729070.32120-100000@bioinf.medicina.u niovi.es>
2001-12-17 16:50 ` Minor context bugs Hans Hagen
2001-12-17 16:30 Ricardo Sanchez Carmenes

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