ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* 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
[parent not found: <Pine.LNX.4.33.0112171729070.32120-100000@bioinf.medicina.u niovi.es>]

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 --
2001-12-17 16:30 Minor context bugs Ricardo Sanchez Carmenes
     [not found] <Pine.LNX.4.33.0112171729070.32120-100000@bioinf.medicina.u niovi.es>
2001-12-17 16:50 ` 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).