On 12/22/2019 11:23 AM, Wolfgang Schuster wrote:
Pavneet Arora schrieb am 21.12.2019 um 23:08:
Hello.
I am trying to do up some tent style table place holder cards for my daughter's wedding, and have been wracking my brain for a solution for a couple of days now.
Having tried many alternatives, this is the closest I have come up with. But mirroring doesn't work. If I use \setuparranging[2*4] mirroring works, but I only need tent style (1*2 head-to-head) so that I can trim to size.
Any template that could be suggested would be most helpful as the wedding is on Mon (yikes!).
Simple solution:
\starttexdefinition TableCard #1
\setupTABLE [start] [frame=off,width=4in,height=3in,align={middle,lohi},style=\tfd] \setupTABLE [row] [1] [orientation=180] %\setupTABLE [start] [leftframe=on,rightframe=on] %\setupTABLE [row] [1] [topframe=on] %\setupTABLE [row] [2] [bottomframe=on]
\bTABLE \bTR \bTD #1 \eTD \eTR \bTR \bTD #1 \eTD \eTR \eTABLE
\stoptexdefinition
\starttext \TableCard{Insert Name} \stoptext
Now that's one for Pavneets upcoming context cookbook project, after the wedding is done, Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------