Changes

Jump to navigation Jump to search
24 bytes removed ,  13:22, 9 August 2020
m
Text replacement - "</cmd>" to "}}"
\starttext
... each card is inside a {{cmd|startstandardmakeup</cmd> }} ... {{cmd|stopstandardmakeup</cmd> }} block. Each such block creates a single page, which by thesettings above is repeated ten times, filling one sheet of paper.
<texcode>
The precise placement probably doesn't make much sense since you don't see the image I used for the background. However, reading it should not provide difficulties: All offsets are inwards, so when using <tt>preset=leftbottom</tt>, <tt>hoffset</tt> is to the right and <tt>voffset</tt> is upwards. <tt>offset</tt>, when used, is added to both of these.
There may be a better way than the {{cmd|startlines</cmd> }} ... {{cmd|stoplines</cmd> }} I used, but I just found it to work.
The next card is going to use a flat color in the background. I just asked photoshop to tell me the color used at the border of the included image and divided all the numbers by 255.
</texcode>
Note that here I wanted two blocks aligned vertically at their base lines, so I had to use <tt>\unskip\vskip-\prevdepth</tt> after the <tt>\stoplines</tt> command -- {{cmd|unskip</cmd> }} removed the empty line/vertical space introduced by {{cmd|stoplines</cmd>}}, while <tt>\vskip-\prevdepth</tt> made the baseline of the last line of the text the new bottom line of the whole block.
To undo the paper coloring, invoke

Navigation menu