From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69704 Path: news.gmane.org!not-for-mail From: Cecil Westerhof Newsgroups: gmane.comp.tex.context Subject: Newlines in a table cel Date: Mon, 4 Jul 2011 11:59:54 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1731306788==" X-Trace: dough.gmane.org 1309773623 10724 80.91.229.12 (4 Jul 2011 10:00:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Jul 2011 10:00:23 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 04 12:00:18 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qdfwr-0005Cc-Ah for gctc-ntg-context-518@m.gmane.org; Mon, 04 Jul 2011 12:00:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9C420CADE2; Mon, 4 Jul 2011 12:00:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eDNMt7+l1rrt; Mon, 4 Jul 2011 12:00:10 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 363A8CADC5; Mon, 4 Jul 2011 12:00:08 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 14462CADC5 for ; Mon, 4 Jul 2011 12:00:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MJEXVu7+q4bT for ; Mon, 4 Jul 2011 11:59:55 +0200 (CEST) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id B77C4CADA7 for ; Mon, 4 Jul 2011 11:59:55 +0200 (CEST) Original-Received: from mail-ew0-f41.google.com (mail-ew0-f41.google.com [209.85.215.41]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p649xsZN019220 for ; Mon, 4 Jul 2011 11:59:55 +0200 Original-Received: by ewy9 with SMTP id 9so2756390ewy.14 for ; Mon, 04 Jul 2011 02:59:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=RRinE6fyfhcUF8+NIPk0cuG2N6fgkQcReghb6uQVVnc=; b=WLEkoEkZG5/y3lfwIh067pe+l/wjRL+o850NeVgZimYXiv5TZJ+EbY01OMnYzkRabv b8sar1jktGpozUFZM3uU+vGq0psXzMq2aNrQgJ/dwIvfy8LpV4GNXR6G1HmIzqr0y0qc 0tc94JzdOhxoPAv5tDh9sgl0q+ZJVPzukHt78= Original-Received: by 10.14.99.11 with SMTP id w11mr1358751eef.210.1309773594615; Mon, 04 Jul 2011 02:59:54 -0700 (PDT) Original-Received: by 10.14.47.3 with HTTP; Mon, 4 Jul 2011 02:59:54 -0700 (PDT) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.215.41; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0cF3JXTPC - fae26f2cbd66 - 20110704 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:69704 Archived-At: --===============1731306788== Content-Type: multipart/alternative; boundary=bcaec52be46bd7e0de04a73b6dac --bcaec52be46bd7e0de04a73b6dac Content-Type: text/plain; charset=ISO-8859-1 I have a macro to display MVC (model-view-controller) info: \define[3]\MVC{ \starttabulate[|l|l|] \NC \Important[Model]: \NC #1 \NC\NR \NC \Important[View]: \NC #2 \NC\NR \NC \Important[Controller]: \NC #3 \NC\NR \stoptabulate \myblank } Sometimes the info is very long. Now it is displayed in one long line that scrolls off the screen. How can I change this. Ideally would be if I could give in the macro call where a new line should start, but just automatically formatted would be good enough. -- Cecil Westerhof --bcaec52be46bd7e0de04a73b6dac Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have a macro to display MVC (model-view-controller) info:
=A0=A0=A0 \d= efine[3]\MVC{
=A0=A0=A0=A0=A0 \starttabulate[|l|l|]
=A0=A0=A0=A0=A0 \= NC \Important[Model]:=A0=A0=A0=A0=A0 \NC #1 \NC\NR
=A0=A0=A0=A0=A0 \NC \= Important[View]:=A0=A0=A0=A0=A0=A0 \NC #2 \NC\NR
=A0=A0=A0=A0=A0 \NC \Im= portant[Controller]: \NC #3 \NC\NR
=A0=A0=A0=A0=A0 \stoptabulate
=A0=A0=A0=A0=A0 \myblank
=A0=A0=A0 }
Sometimes the info is very long. Now it is displayed in one long line = that scrolls off the screen. How can I change this. Ideally would be if I c= ould give in the macro call where a new line should start, but just automat= ically formatted would be good enough.

--
Cecil Westerhof
--bcaec52be46bd7e0de04a73b6dac-- --===============1731306788== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============1731306788==--