ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Compilation problem with the latest version of standalone context(Metafun)
@ 2018-07-16 14:24 Fabrice Couvreur
  2018-07-16 17:27 ` Hans Hagen
  2018-07-17 20:30 ` Rik
  0 siblings, 2 replies; 13+ messages in thread
From: Fabrice Couvreur @ 2018-07-16 14:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 960 bytes --]

Hello,
The idea is to make a chapter header as with the "titlesec" package. My
code compiles under texlive context 2018 but does not compile with last
beta contest standalone.
Thank you
Fabrice

############################################

% macros=mkvi

\setuppagenumbering[location=footer]

\startusableMPgraphic{NumberHead}
     draw outlinetext.f
         ("\bf\namedheadnumber{chapter}")
         (withcolor "lightgray")
         ysized 50pt ;
\stopusableMPgraphic


\unexpanded\def\processMPheadnumber#1%
  {\useMPgraphic{NumberHead}}

\setuphead
   [chapter]
   [command=\HeadTitle,
    headstyle=\ss,
    numbercommand=\processMPheadnumber]


\unexpanded\def\HeadTitle#1#2%
  {\framed
    [frame=off,
    bottomframe=on,
    width=broad,
    align={broad,nothyphenated,left}]
    {#1\blank[nowhite]#2}}

\starttext

\dorecurse{6}{\startchapter
  [title={Fist chapter}]
  \input knuth
\stopchapter}

\stoptext

########################################

[-- Attachment #1.2: Type: text/html, Size: 2283 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-07-18  8:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16 14:24 Compilation problem with the latest version of standalone context(Metafun) Fabrice Couvreur
2018-07-16 17:27 ` Hans Hagen
2018-07-16 17:42   ` Fabrice Couvreur
2018-07-17 10:36     ` Fabrice Couvreur
2018-07-17 15:43       ` Hans Hagen
2018-07-17 19:03       ` Pablo Rodriguez
2018-07-17 20:37         ` Fabrice Couvreur
2018-07-17 20:30 ` Rik
2018-07-17 20:40   ` Hans Hagen
2018-07-17 20:46     ` Rik Kabel
2018-07-17 21:00       ` Alan Braslau
2018-07-17 21:06         ` Hans Hagen
2018-07-18  8:35         ` Fabrice Couvreur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).