From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22339 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: cropping with \limitatefirstline Date: Wed, 07 Sep 2005 16:33:31 +0200 Message-ID: <431EFA3B.8090706@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050303090105020808090504" X-Trace: sea.gmane.org 1126103614 23141 80.91.229.2 (7 Sep 2005 14:33:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2005 14:33:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 07 16:33:32 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1ED0yB-0006d5-V2 for gctc-ntg-context-518@m.gmane.org; Wed, 07 Sep 2005 16:32:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 841401279A; Wed, 7 Sep 2005 16:32:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05785-04; Wed, 7 Sep 2005 16:32:07 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D400127A6; Wed, 7 Sep 2005 16:32:07 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7024E127A6 for ; Wed, 7 Sep 2005 16:32:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05735-07-2 for ; Wed, 7 Sep 2005 16:32:05 +0200 (CEST) Original-Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 76CAA1279A for ; Wed, 7 Sep 2005 16:32:05 +0200 (CEST) Original-Received: (qmail invoked by alias); 07 Sep 2005 14:32:04 -0000 Original-Received: from i5387D8EB.versanet.de (EHLO [192.168.0.3]) [83.135.216.235] by mail.gmx.net (mp008) with SMTP; 07 Sep 2005 16:32:04 +0200 X-Authenticated: #24293357 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users X-Enigmail-Version: 0.92.0.0 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22339 Archived-At: This is a multi-part message in MIME format. --------------050303090105020808090504 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sorry to bother you Hans, but the macro is not working as expected... I can see the cropped text (\underbar + special symbols) and there is an hyphen symbol in the text only example. I've added the example code I used for tests with \limitatetext and \doboundtext. Peter --------------050303090105020808090504 Content-Type: text/plain; name="crop.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="crop.tex" % interface=en output=pdftex % Time-stamp: % \setupcolors[state=start] \def\limitatefirstline#1#2#3% {\hbox\bgroup\strut \setbox\scratchbox\hbox{#1}% \ifdim\wd\scratchbox>#2\relax \setbox\scratchbox\hbox{#3}% \hsize#2\relax \advance\hsize-\wd\scratchbox \setbox\scratchbox\vbox{\forgetall#1}% \setbox\scratchbox\vsplit\scratchbox to \lineheight \vbox{\unvbox\scratchbox}% #3% \else #1% \fi \egroup} \def\CropSymbol{\red...}% \starttext \setupframed[offset=overlay, height=\struttotal, framecolor=lightgray] \framed[width=8ex,background=color,backgroundcolor=black]{\white 8ex} \framed{\limitatefirstline{\underbar{Text dummy}}{8ex}{\CropSymbol}} \framed{\limitatetext{\underbar{Text dummy}}{8ex}{\CropSymbol}} \blank \framed[width=120pt,background=color,backgroundcolor=black]{\white 120 pt} \framed{\limitatefirstline{\textbar \_\textcircumflex\texttilde \%\$\#\textbraceleft \textbraceright \textpm \copyright \registered \pi \textdegree <>\&}{120pt}{\CropSymbol}} \blank \framed[width=110pt,background=color,backgroundcolor=black]{\white 110 pt} \framed{\limitatefirstline{\textbar \_\textcircumflex\texttilde \%\$\#\textbraceleft \textbraceright \textpm \copyright \registered \pi \textdegree <>\&}{110pt}{\CropSymbol}} \framed{\limitatefirstline{This text is definitely too long to fit this frame.}{110pt}{\CropSymbol}} \blank \framed[width=100pt,background=color,backgroundcolor=black]{\white 100 pt} \framed{\limitatefirstline{\textbar \_\textcircumflex\texttilde \%\$\#\textbraceleft \textbraceright \textpm \copyright \registered\space \pi \textdegree <>\&}{100pt}{\CropSymbol}} \stoptext %%% Local Variables: %%% mode: context %%% TeX-master: "" %%% End: --------------050303090105020808090504 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --------------050303090105020808090504--