ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: footnotes, blank
Date: Fri, 1 Jul 2011 10:04:22 +0200	[thread overview]
Message-ID: <6C79F094-CBC6-4377-AFCF-42059C0A5B37@googlemail.com> (raw)
In-Reply-To: <web-7558025@be1.uni-bonn.de>


Am 01.07.2011 um 09:46 schrieb Thomas Schmitz:

> Hi all,
> 
> two questions here:
> 
> 1. Is it possible to define a blank so that the paragraph after it will not be indented (in a document which otherwise does have indents)? I looked at \defineblank and the new \definevspacing, but couldn't find anything appropriate.

You can use the fancybreak module for this.

> 2. I want footnotes placed at the bottom of the page so that the vertical place is filled (so with a flexible vertical space between text and notes), but on the last page of every chapter, the publisher prefers the footnotes right below the text, not at the bottom of the page. Is this feasible?


Endnotes at the end of each chapter are easy when you use start/stopchapter because you can flush them with the “aftersection” key.

\usemodule[fancybreak]

\definefancybreak[myblank][indentnext=no]

\setupnote[footnote][location=none]

\setuphead[chapter][aftersection={\placenotes[footnote]}]

\setupindenting[yes,medium]

\starttext

\startchapter[title={Knuth}]

\input knuth

\blank

\input knuth

\myblank

\input knuth

\stopchapter

\startchapter[title={Ward}]

\dorecurse{12}{\input ward \footnote{Footnote #1}\par}

\stopchapter

\stoptext

Wolfgang

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-07-01  8:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01  7:46 Thomas Schmitz
2011-07-01  8:04 ` Wolfgang Schuster [this message]
2011-07-01  8:15   ` Thomas Schmitz
2011-07-01  8:44     ` Wolfgang Schuster
2011-07-01  9:10       ` Thomas Schmitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6C79F094-CBC6-4377-AFCF-42059C0A5B37@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).