footnote text formatting
Dear gang, Normally ConTeXt places the footnote number in the margin with the footnote text completely justified. How do I bring the footnote number just within the left margin (atmargin) and slightly indenting the first line (and only the first line) of the footnote? I have played with setupfootnotes to no avail, though I'm sure this must be trivial. Thnx in advance Idris ============================ Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523
Idris, here's my hack for achieving this footnote format (which seems much more common in the humanities than the default provided by ConTeXt): \def\NoteNumber#1{\hbox to 15pt{\hfill #1.}} \setupfootnotes[rule=off, distance=-3em, margindistance=-3em, numbercommand=\NoteNumber] \def\MyFootnote#1{\footnote{\hskip4em #1}} Best Thomas On Jun 10, 2005, at 5:56 AM, Idris Samawi Hamid wrote:
Dear gang,
Normally ConTeXt places the footnote number in the margin with the footnote text completely justified. How do I bring the footnote number just within the left margin (atmargin) and slightly indenting the first line (and only the first line) of the footnote? I have played with setupfootnotes to no avail, though I'm sure this must be trivial.
Thnx in advance Idris
============================ Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (2)
-
Idris Samawi Hamid
-
Thomas A. Schmitz