Changes

Jump to navigation Jump to search
3 bytes removed ,  13:27, 9 August 2020
m
Text replacement - "<cmd>" to "{{cmd|"
= Paragraph formatting =
Mark IV extends the <{{cmd>|definefontfeature</cmd> }} to make full use of the lua opentype engine by adding
'''mode=node''', and various opentype tags features that you want on or off. In the distribution, there is only one case of this:
This means there are two things you have to watch out for:
# You should load the MP packages you need in <{{cmd>|startMPinclusions</cmd>}}..<{{cmd>|stopMPinclusions</cmd>}}; not inside a graphic.
# You have to make sure that you do not re-state equations that were already solved in a previous graphic.
These are in fact the exact same rules that you have to adhere to in mkii MkII if <{{cmd>|runMPgraphicsfalse</cmd> }} is active.
Another difference is the way text is handled in mkivMkIV. In particular, color (<code>withcolor</code>)
is not applied to metapost text. For example,
</texcode>
currently does <b>not</b> work in mkivMkIV. However,
<texcode>
</texcode>
does work. This second solution works both in mkiv MkIV and in mkiiMkII.
(Note that <code>\color[red]</code> can be abbreviated <code>\red</code>.)
= Images =
The official way of placing image in in mkivMkIV:
<texcode>
\placefigure[middle,none]{}{...}
</texcode>
mkii The MkII way was
<texcode>
\placefigure[middle]{none}{...}
= Logos =
The logo commands (<{{cmd>|definelogo</cmd> }} c.s.) do not exist in mkivMkIV; use layers instead.
= Itemizations =
''Bare'' <{{cmd>|item</cmd> }} paragraphs (without enclosing list) are not allowed.
= Nomarking/Select =
<{{cmd>|nomarking</cmd> }} is currently broken and will likely be removed from mkivMkIV; use <{{cmd>|select</cmd> }} instead:
<texcode>
There was a change in the default path search for external figures, but I don't know the exact details off-hand.
IIRC, the main problem is that texmf tree images are now found before local images. To change this ordering,
use the <tt>location</tt> key to <{{cmd>|setupexternalfigures</cmd>}}:
<texcode>
In MkIV, after <tt>\setuphead[section][placehead=no]</tt> there may still be some output on the page, because MkIV stores the reference target(s) to the section in an invisible box on the current page. Use <tt>\setuphead[section][placehead=hidden]</tt> if that interferes with the rest of your typesetting.
 
[[Category:Tools]]

Navigation menu