Hi,

I uploaded an mkiv and lmtx beta (remake/cache needed).

---------------------------------------------------
1 spacekerns for own features (experimental)
---------------------------------------------------

% decouple feature from 'kern' only

\definefontfeature [TestA] [default]
\definefontfeature [TestB] [default][kern=no]
\definefontfeature [TestC] [default][kern=no,xkern=yes]

\startluacode
  fonts.handlers.otf.addfeature {
      name = "kern",
      type = "kern",
      data = {
          [" "] = { ["X"] = 4000 }
      }
  }

  fonts.handlers.otf.addfeature {
      name = "xkern",
      type = "kern",
      data = {
          [" "] = { ["X"] = 1500 }
      }
  }

\stopluacode

\starttext
    \definedfont[Serif*TestA]\dorecurse{3}{#1 x x X\par}
    \definedfont[Serif*TestB]\dorecurse{3}{#1 x x X\par}
    \definedfont[Serif*TestC]\dorecurse{3}{#1 x x X\par}
\stoptext

---------------------------------------------------
2 hanging captions
---------------------------------------------------

% a follow up on HM request / WS discussion

\setupexternalfigures[location=default]

\setupcaption
  [figure]
  [align=tolerant]

\starttext

\startplacefigure[title={\samplefile{jojomayer}}]
  \externalfigure[hacker][width=.75\textwidth]
\stopplacefigure

\setupcaption
  [figure]
  [hang=yes]

\startplacefigure[title={\samplefile{jojomayer}}]
  \externalfigure[hacker][width=.75\textwidth]
\stopplacefigure

\stoptext

---------------------------------------------------
3 background fix in contour labels
---------------------------------------------------

% gray background was left over from testing

---------------------------------------------------
4 some stuff for offlist dev / discussion
---------------------------------------------------

% lmtx functionality related

---------------------------------------------------
5 some more documents
---------------------------------------------------

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to