ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Indentation within footnotes
Date: Sun, 15 Mar 2015 18:24:47 +0100	[thread overview]
Message-ID: <5505C05F.8090905@gmx.es> (raw)
In-Reply-To: <007F7D71-B2D4-4507-9E67-5B861ACB39EF@gmail.com>

On 03/15/2015 05:55 PM, Wolfgang Schuster wrote:
>> Am 15.03.2015 um 14:42 schrieb Idris Samawi Hamid ادريس سماوي حامد:
>>
>> Dear gang,
>>
>> In the attached example: For a given footnote I would like for the
>> first line of each paragraph after paragraph one to be indented. What do
>> I need to do to get this right? Thanks in advance, and
>>
>> Best wishes
>> Idris
>>
>> ============
>> \setupindenting[big,yes]
>> \setupheads[indentnext=no]
>> \setupnotation[footnote][command={\setupindenting[big,yes]},indenting=yes,next]
> 
> 1. You have to put braces around the arguments for the indenting key.
> 
> 2. Change the notation setup to
> \setupnotation[footnote][indenting={yes,big}] because notes ignore the
> global indent value.

Hi Wolfgang,

with the following sample:

\setupindenting[big,yes]
\startsetups[footnote:indenting]
    \setupindenting[big,yes]
\stopsetups
\setupheads[indentnext=no]
\setupnote[footnote][setups=footnote:indenting]
\setupnotation[footnote][indenting={yes}]
\starttext
\input ward\footnote{\dorecurse{3}{\input ward\par}}

\input ward
\stoptext

it works as expected. Changing indenting to {yes, next} only the third
paragraph in the footnote is indented.

Isn’t it a bug?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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:[~2015-03-15 17:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-15 13:42 Idris Samawi Hamid ادريس سماوي حامد
2015-03-15 14:16 ` Idris Samawi Hamid ادريس سماوي حامد
2015-03-15 16:29   ` Pablo Rodriguez
2015-03-15 18:36     ` Idris Samawi Hamid ادريس سماوي حامد
2015-03-15 21:07       ` Pablo Rodriguez
2015-03-15 21:24         ` Alan BRASLAU
2015-03-15 21:37         ` Idris Samawi Hamid ادريس سماوي حامد
2015-03-16 19:09           ` Pablo Rodriguez
2015-03-15 16:55 ` Wolfgang Schuster
2015-03-15 17:24   ` Pablo Rodriguez [this message]
2015-03-15 18:19     ` Idris Samawi Hamid ادريس سماوي حامد
2015-03-15 21:43       ` Wolfgang Schuster
2015-03-15 21:58         ` Idris Samawi Hamid ادريس سماوي حامد
2015-03-15 22:08           ` Wolfgang Schuster

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=5505C05F.8090905@gmx.es \
    --to=oinos@gmx.es \
    --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).