Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id p26HrAUg025734 for ; Sun, 6 Mar 2011 18:53:11 +0100 Received: (qmail 1394 invoked by alias); 6 Mar 2011 17:53:04 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 06 Mar 2011 17:53:03 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx113) with SMTP; 06 Mar 2011 18:53:03 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p26Hp0Tj029811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Mar 2011 18:51:00 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p25N14HD025519; Sun, 6 Mar 2011 18:51:00 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1208038 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 6 Mar 2011 18:51:00 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p26HoxZP020841 for ; Sun, 6 Mar 2011 18:50:59 +0100 Received: from anchor-post-2.mail.demon.net (anchor-post-2.mail.demon.net [195.173.77.133]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p26HonMA029791 for ; Sun, 6 Mar 2011 18:50:53 +0100 Received: from morningstar2.demon.co.uk ([80.176.134.7] helo=palladium.local) by anchor-post-2.mail.demon.net with esmtp (Exim 4.69) id 1PwI6T-00061Z-kg; Sun, 06 Mar 2011 17:50:49 +0000 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.14) Gecko/20110221 Thunderbird/3.1.8 MIME-Version: 1.0 References: <4D731368.1060701@gmx.de> <4D7335FC.3050007@morningstar2.co.uk> <19827.15373.437917.416434@morse.mittelbach-online.de> <4D735487.8070809@morningstar2.co.uk> <4D73663A.5020508@gmx.de> <4D737EC5.5090809@morningstar2.co.uk> <4D738308.2030500@gmx.de> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: <4D73C979.8060808@morningstar2.co.uk> Date: Sun, 6 Mar 2011 17:50:49 +0000 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: \coffin_new:c ? To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4D738308.2030500@gmx.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe7j3G660N4yBY6XHH YPYtmQj6mbYUTZ3LnaFANLWrKE7/wIDhnv+VrW0hxOapLRUwuY9oBqo5h+Dh9B42XlFTMTKlXDju GaV8Q==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6640 On 06/03/2011 12:50, Arno Trautmann wrote: > Ok, to go into detail: I wrote a class for typesetting flashcards to > prepare for exams. The user writes something like > > \card > question1 > > answer1 > > etc. The blank lines are just to minimize writing effort. The questions > are then set on the front side of a paper, the answers on the back side. > Now, question and answer have to fit together, so I have to store > content in boxes and putting them in the correct order onto a grid on > both sides of a page. > Using LaTeX2ε, I stored the content in macros with names given by a > counter (question@page) that is raised for every question on one page: > > \expandafter\def\csname answer@\thequestion@page \endcsname{#3} > > and placed them using minipages and reversed textdirection (rtl) for the > answers. That was not very robust and the code looks ugly, so I am > looking for a more stable way and coffins seem to be helpful here. Seems like a good enough reason for "c" variants at a code level to me. Expect them to pop up later today or tomorrow. -- Joseph Wright