I created an Author's note (code below).  It is designed to print out a note, 
skip a line, and then follow with the Author's signature.  The problem I'm 
having is that ConTeXt will break the page just before the author's signature 
leaving it dangling on the next page.  If I use a \vbox, that has problems 
when the notes need to go more than the current page.  How do I fix the code 
below?

\definestartstop[AuthorNote][
    before={
        \bgroup
        \startnarrower
        \switchtobodyfont[10pt]
        },
     after={
        \vskip-0.2ex
        Author
        \stopnarrower
        \egroup
        \blank
        \noindentation
         },
]

Thanks,
Bart
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to