Dear list, I have the following sample: \setupindenting[always,yes,big] \startsetups[bibliography:indent] \setupindenting[negative] \stopsetups \definehead[Bibliography][subject] \setuphead[Bibliography] [setups=bibliography:indent, indentnext=yes] \starttext \startBibliography[reference=ref,title=Bibliography] \reference[ref-Frankfurt:1971fk]{}% Frankfurt, Harry. 1971. “Freedom of the Will and the Concept of a Person.” {\em Journal of Philosophy}. \stopBibliography \stoptext How can I define indenting in startsetups so that Bibliography has the same margin that the indentation for the rest of the text and indentation in that section is negative (the same amount as the general indentation)? Sorry, but this is a standard practice that doesn’t seem to be documented in the wiki. At least, I wasn’t able to find information about this issue. Many thanks for your help, Pablo -- http://www.ousia.tk
On 11/24/2015 07:38 PM, Pablo Rodriguez wrote:
How can I define indenting in startsetups so that Bibliography has the same margin that the indentation for the rest of the text and indentation in that section is negative (the same amount as the general indentation)?
Sorry, but this is a standard practice that doesn’t seem to be documented in the wiki. At least, I wasn’t able to find information about this issue.
I don't know where this code comes from, but it does what you want: \definestartstop [exdent] [before={\startnarrower[left]\setupindenting[-\leftskip,yes]}, after=\stopnarrower] Thomas
On 11/24/2015 10:33 PM, Thomas A. Schmitz wrote:
On 11/24/2015 07:38 PM, Pablo Rodriguez wrote:
How can I define indenting in startsetups so that Bibliography has the same margin that the indentation for the rest of the text and indentation in that section is negative (the same amount as the general indentation)?
Sorry, but this is a standard practice that doesn’t seem to be documented in the wiki. At least, I wasn’t able to find information about this issue.
I don't know where this code comes from, but it does what you want:
\definestartstop [exdent] [before={\startnarrower[left]\setupindenting[-\leftskip,yes]}, after=\stopnarrower]
Many thanks for your reply, Thomas. That was exactly what I needed. Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Thomas A. Schmitz