On 30-6-2011 5:56, Mojca Miklavec wrote:
On Thu, Jun 30, 2011 at 17:44, Raymond LeClair wrote:
Perfect, I can compare sources...here's what I find:
== Tex Live Distribution ==
MTXrun | current version: 2010.05.24 13:05 This is LuaTeX, Version beta-0.60.2-2010071217 (TeX Live 2010) (rev 3736)
# cd /usr/share/texmf/tex/context/base # grep inothermargin * page-mar.mkii:\def\inothermargin{\inother}
== Minimals Distribution ==
mtx-context | current version: 2011.05.18 18:04 This is LuaTeX, Version beta-0.70.1-2011051923 (rev 4277)
# cd /opt/context-current/tex/texmf-context/tex/context/base # grep inothermargin * page-mar.mkii:\def\inothermargin{\inother}
So it appears that the command "\inothermargin" is defined in both distributions. However...
\starttext \inothermargin{donald}\input knuth \stoptext
works in Tex Live but not in Minimals.
Since you seem to be using MKIV (LuaTeX), you have to ignore entries with *.mkii files. Only *.tex (if any left at all), *.lua and *.mkiv are relevant for MKIV. This gives you
page-mar.mkiv:\def\inothermargin{\inother} page-mar.mkiv:%D \inothermargin{\TestLine{yellow} {x}} test test test \par page-mar.mkiv:% \input tufte \inothermargin{test} \input tufte
However the file page-mar.mkiv starts with: \endinput % obsolete, also commented code in anch-pgr.mkiv
You need to ask Hans about the reason.
because all that stuff is reimplemented in typo-mar.mkiv \inmargin{test}test \inother {test}test ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------