From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/107137 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: How do I get an empty line in a \framed[align=flushleft]{} item? Date: Thu, 30 Apr 2020 22:47:59 +0200 Message-ID: Reply-To: mailing list for ConTeXt users Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Content-Type: multipart/mixed; boundary="===============0478456149352585796==" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="51691"; mail-complaints-to="usenet@ciao.gmane.io" To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 30 22:48:22 2020 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane-mx.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by ciao.gmane.io with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jUG6W-000DLz-Tn for gctc-ntg-context-518@m.gmane-mx.org; Thu, 30 Apr 2020 22:48:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 8A0DD183908; Thu, 30 Apr 2020 22:48:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d0SyeaDl3UqR; Thu, 30 Apr 2020 22:48:01 +0200 (CEST) Original-Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id B82BA18392A; Thu, 30 Apr 2020 22:48:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 5E16C183908 for ; Thu, 30 Apr 2020 22:48:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PKQN_DT0D2Ai for ; Thu, 30 Apr 2020 22:48:00 +0200 (CEST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=213.125.118.53; helo=mail.rna.nl; envelope-from=gerben.wierda@rna.nl; receiver= Original-Received: from mail.rna.nl (mail.rna.nl [213.125.118.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id BDFE918382E for ; Thu, 30 Apr 2020 22:48:00 +0200 (CEST) Original-Received: from hermione.rna.nl (hermione.rna.nl [192.168.2.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.rna.nl (Postfix) with ESMTPSA id 31C5C3DEF8C8 for ; Thu, 30 Apr 2020 22:48:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rna.nl; s=dkim_rsa2048; t=1588279680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=WDDK2XRXU9+OI/LtpMD7Ktu9nllqxkRGH1asgEhzgps=; b=WyVm5OOxdLTgR6T0t+nJm6pJ7XW+6sgIUGCzW1AC1OBtp9x4aI6wDkqzdqGyrpJ4Uuj9Z/ BXRGH7lVgp0TpgPle9XPd0Vu5Y9ua6nDUhwAbf8sSohBxrYNUutVfFkt/69+oHIMoHEZRe rmvt/Vs9bvD6xdEatx4r5MEZJ+Bb5jzBaZB+qUKUCFyzETF+vW6K8kj+yjdWUfD7QjRMEG QFv9Krqof9y92wG4+9/nwe0+pVUEo9HTjcEEij9xxzr+jPs+ONdL1c7GXc4IbG2lHV8iK6 X+/OhLqax65r6eF+9aH/CFyLYa/h64kL/BxIHRWkt/2qiy0sNItIB9BlXqvlAQ== X-Mailer: Apple Mail (2.3445.104.14) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.26 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.io gmane.comp.tex.context:107137 Archived-At: --===============0478456149352585796== Content-Type: multipart/alternative; boundary="Apple-Mail=_99E9ACAB-80FF-4240-8A52-315CE640EF02" --Apple-Mail=_99E9ACAB-80FF-4240-8A52-315CE640EF02 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii In normal TeX, when I type=20 Aap\\\\Aap I get something like=20 Aap Aap But inside a \framed[align=3D]{} the empty line disappears. How do I get = it back? Minimal example: \starttext Testing\\\\Testing \page \framed[align=3Dflushleft]{Testing\\\\Testing} \stoptext= --Apple-Mail=_99E9ACAB-80FF-4240-8A52-315CE640EF02 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii In = normal TeX, when I type 

Aap\\\\Aap

I get something like 

Aap

Aap

But inside a \framed[align=3D]{} the = empty line disappears. How do I get it back?

Minimal example:
\starttext

Testing\\\\Testing
\page

\framed[align=3Dflushleft]{Testing\\\\Testing}
\stoptext
= --Apple-Mail=_99E9ACAB-80FF-4240-8A52-315CE640EF02-- --===============0478456149352585796== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly9jb250ZXh0LmFhbmhldC5uZXQKYXJjaGl2ZSAgOiBodHRwczovL2JpdGJ1Y2tldC5v cmcvcGhnL2NvbnRleHQtbWlycm9yL2NvbW1pdHMvCndpa2kgICAgIDogaHR0cDovL2NvbnRleHRn YXJkZW4ubmV0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCg== --===============0478456149352585796==--