ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Uwe Koloska" <uwe.koloska@mailbox.tu-dresden.de>
Subject: Re: experimenting metafun: problems with funnyframe
Date: Wed, 20 Dec 2000 18:52:56 +0100	[thread overview]
Message-ID: <00122018525604.00947@bilbo> (raw)
In-Reply-To: <3.0.6.32.20001220093348.01b97e80@pop.wxs.nl>

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

Hans wrote on Mittwoch, 20. Dezember 2000 09:33:
>At 03:22 AM 12/20/00 +0100, Uwe Koloska wrote:
>>Ah, is it possible to get the default values out of the source?
>>(Whenever I take a look at the source, I _know_ that my knowledge of TeX
>> is rather small ...)
>
>Well, core-rul.tex is reasonable documented and also has quite some
>examples of usage.

Oh yes, your documentation often distinguishes you from other people!

But:  I was not able to make the module documentation without errors.

1. It uses the color DemoRed that is defined in colo-pra which is never
   loaded.
   So a quick workaround ist to add a line
         print MOD "\\input colo-pra      \n" ;
   in function "sub RunModule" in texexec

2. It uses "\sub" as a better version of "_" and though core-mat and
   supp-mat do mention this command too, it is never defined.  There is
   only "\suber".  And replacing "\sub" with "\suber" solves this problem.

3. The macro "\dostopbackground" uses "\{start,stop}linecorrection".  This
   has to be the dutch synonym "\{start,stop}regelcorrectie"

What is the language of the core? I suppose dutch.  Will this change?  So 
that I don't have to use texshow to get the right synonyms ;-)

BTW: in texshow startlinecorrection doesn't shows the corresponding 
stoplinecorrection ...

Oh, I'm using version 2000.12.10 and attached is the u-diff for core-rul. I 
didn't change the \sub-error in the docu (cause maybe I'm wrong).

Uwe

-- 
mailto:koloska@rcs.urz.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska/
--                                    --
right now the web page is in german only
but this will change as time goes by ;-)\0

[-- Attachment #2: core-rul.diff --]
[-- Type: text/plain, Size: 1072 bytes --]

--- /opt/teTeX/texmf/tex/context/base/core-rul.tex	Sun Dec  3 22:16:26 2000
+++ core-rul.tex	Wed Dec 20 17:40:10 2000
@@ -963,7 +963,7 @@
 %D 
 %D \startbuffer
 %D \startformule
-%D   x \times \mframed{y} \times y\super{\mframed{z}\sub{\mframed{z}}}
+%D   x \times \mframed{y} \times y\super{\mframed{z}\suber{\mframed{z}}}
 %D \stopformule
 %D \stopbuffer
 %D 
@@ -979,7 +979,7 @@
 %D 
 %D \startbuffer
 %D \startformule
-%D   x \times y\super{\mframed[kaderkleur=rood]{z}\sub{z}}
+%D   x \times y\super{\mframed[kaderkleur=rood]{z}\suber{z}}
 %D \stopformule
 %D \stopbuffer
 %D 
@@ -2488,11 +2488,11 @@
        \ifcase\backgroundsplit\or\or % partial split 
          \pagegoal=1.2\pagegoal % be a bit more tolerant
        \fi 
-       \startlinecorrection 
+       \startregelcorrectie
          \localframed
            [\??ag][\c!offset=\v!overlay]
            {\hskip\@@aglinkeroffset\box2\hskip\@@agrechteroffset}%
-       \stoplinecorrection 
+       \stopregelcorrectie
        \ifcase\backgroundsplit % no split  
          \@@agna
        \else % some split 

  parent reply	other threads:[~2000-12-20 17:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-19  2:02 Uwe Koloska
2000-12-19  8:51 ` Berend de Boer
2000-12-19 12:26   ` S2P development
2000-12-20  2:06     ` Uwe Koloska
2000-12-19 11:10 ` Hans Hagen
2000-12-20  2:22   ` Uwe Koloska
2000-12-20  8:33     ` Hans Hagen
2000-12-20 16:54       ` Uwe Koloska
2000-12-21  8:06         ` Hans Hagen
2000-12-21 12:52           ` Uwe Koloska
2000-12-21 15:42             ` Hans Hagen
2000-12-20 17:52       ` Uwe Koloska [this message]
2000-12-21  8:16         ` Hans Hagen
2000-12-21 12:55           ` Uwe Koloska

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00122018525604.00947@bilbo \
    --to=uwe.koloska@mailbox.tu-dresden.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).