ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: [ConTeXt] Boxes which commands to use
Date: Wed, 19 Jan 2000 12:09:48 +0100	[thread overview]
Message-ID: <3.0.6.32.20000119120948.00a24e20@pop.wxs.nl> (raw)
In-Reply-To: <Pine.BSF.4.10.10001181811150.45500-100000@john.physik.fu-b erlin.de>

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

Hi, 

First a few fixes: 

in supp-pdf change: 

      \font\temp=\gMPa\nofMParguments\space at \size

so, a \space is added. 

in texexec.pl add: 

  $ENV{"MPXCOMMAND"} = "0" ; 

otherwise texexec will loop, due to running mp again and again. 

(or add --nomp to mpxcommand) 

A tip: 

\def\abc#1#2#3%
  {...} 

no %'s are needed after the } here: 

\abc{a}
  {b}
{c}

in case of {} args, tex ignores spaces (unless doing a \write), which is
not the case here.  

Now, here is the solution: 

\def\GraphBox#1%
  {\hbox{\raise1.25ex\hbox{\tbox{#1}}}}

\def\FragA#1#2#3%
  {\NC #1. \NC \vtop{#2} \NC \GraphBox{#3} \NC\NR}

with (a bit minimalized): 

\starttabulator[|r|p|r|]
\FragA
  {1}
  {Eine "Ubersicht "uber den gesamten Stoff der Vorlesung wurde
   am Anfang gegeben.}
  {\SixBox{6}{1}{2}{3}{4}{5}{3{,}7}}
\noalign{\blanko}
\FragA
  {2}
  {Die Dozentin hat sich ausreichend "uber die Vorkenntnisse der
   Teilnehmerinnen orientiert}
  {\SixBox{0}{0}{0}{0}{0}{0}{0{,}0}}
\stoptabulator

this gives an acceptable result, see attachment, which can be illustrative
for others too, 

Hans

[-- Attachment #2: tobias.zip --]
[-- Type: application/zip, Size: 13230 bytes --]

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

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------

      parent reply	other threads:[~2000-01-19 11:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-15 19:44 Tobias Burnus
2000-01-15 20:51 ` Tobias Burnus
2000-01-17  8:29 ` Hans Hagen
2000-01-17  9:28   ` Tobias Burnus
2000-01-17 11:49     ` Hans Hagen
2000-01-17 18:46       ` Tobias Burnus
2000-01-18 10:08         ` Hans Hagen
2000-01-18 13:29           ` Tobias Burnus
     [not found]           ` <Pine.BSF.4.10.10001181422480.43130-100000@john.physik.fu-b erlin.de>
2000-01-18 15:41             ` Hans Hagen
2000-01-18 17:15               ` Tobias Burnus
     [not found]               ` <Pine.BSF.4.10.10001181811150.45500-100000@john.physik.fu-b erlin.de>
2000-01-19 11:09                 ` Hans Hagen [this message]

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=3.0.6.32.20000119120948.00a24e20@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).