ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Adam Khan <loyalchap@gmail.com>
To: ntg-context@ntg.nl
Subject: Indented footnotes in ConTeXt
Date: Tue, 20 Nov 2012 14:28:11 -0600	[thread overview]
Message-ID: <CAAAgs1CcxeJ9Dr2MqNb1JdD3N1Pv3=Yju=GE=uJO6zVwGVrwhQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3570 bytes --]

Greetings!

I am writing a German critical edition in which I am using endnotes, and I
am encountering severe difficulties with formatting them as I should wish.

The idea is to indent the entire footnote—marker and text—0.5in.

In ConTeXt (Mark II) on XeTeX, I can move the footnote marker with this
set-up:

\definenote[critical][conversion=characters,
                      way=bychapter,
                      location=text,
                      bodyfont=12pt,
                      margindistance=-.5in,
                      align=flushleft]

Then I move the text by adding the unsightly but functional hack
\hskip.5into the beginning of the argument of
\critical or \criticaltext.  Unfortunately, the endnotes do not flow from
page to page in Mark II, and, from the comments on the source code, it
appears that this cannot be helped.  Given the length and number of
endnotes needed for my project, ConTeXt (Mark II) on XeTeX does not seem
viable.

In ConTeXt (Mark IV) on LuaTeX, on the other hand, the endnotes do flow
from page to page, but the formatting does not appear to respond to the
margindistance key.  From various related posts, the answer appears to lie
in \setupnotation, but, whenever I attempt to pass this command, I get an
“undefined control sequence” error.

In short, my question is, How do I code indenting each endnote .5in with
the highest degree of automation and fewest hacks possible?

Sincerely yours,
Adam Khan

P.S. In case something less obvious in my environment file is causing my
difficulties, I attach it below:

\startenvironment Formattierung

\setuppapersize[letter][letter]
\setuplayout[backspace=1.5in,
             topspace=1in,
             bottomspace=1in,
             cutspace=1in]
\setupinterlinespace[line=5.6ex]
\setupindenting[.5in]
\indenting[always]
\setupnarrower[left=0.5in,
               right=0in]
\setupspacing[packed]
\setupalign[right,broad,nothyphenated]
\setuplinenumbering[step=1]
\setuppagenumbering[way=bytext]
\definenote[genetic]
\setupnote[genetic][numberconversion=romannumerals,
                    way=bychapter,
                    location=text,
                    bodyfont=12pt,
                    align=flushleft]
\definenote[source]
\setupnote[source][numberconversion=set2,
                   way=bychapter,
                   location=text,
                   bodyfont=12pt,
                   align=flushleft]
\definenote[critical]
\setupnote[critical][numberconversion=characters,
                     way=bychapter,
                     location=text,
                     bodyfont=12pt,
                     margindistance=-.5in,
                     align=flushleft]
\definenote[annotation]
\setupnote[annotation][numberconversion=numbers,
                       way=bychapter,
                       location=text,
                       bodyfont=12pt,
                       align=flushleft]
\definenote[sociological]
\setupnote[sociological][numberconversion=Romannumerals,
                         way=bychapter,
                         location=text,
                         bodyfont=12pt,
                         align=flushleft]
\setupbodyfont[ss,12pt]
\setuphead[chapter][ownnumber=yes]

\def\broadcast{\rm}
\def\callout#1{<#1>}
\def\noteindent{\hskip.5in}
\def\notepar{\\\hskip.5in}
\def\original{\ss}
\def\paratext{\tt}
\def\quotationheader#1#2{{\noindenting\paratext#1]\wordright{[#2}}}
\def\siglum#1{{\bf#1}}
\def\someoneelse#1{{\it#1}}

\stopenvironment

[-- Attachment #1.2: Type: text/html, Size: 4778 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2012-11-20 20:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 20:28 Adam Khan [this message]
     [not found] <mailman.284.1353484220.2161.ntg-context@ntg.nl>
2012-11-21  7:54 ` "H. Özoguz"
2012-11-21  8:22   ` Wolfgang Schuster
2012-11-22  4:57 Adam Khan

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='CAAAgs1CcxeJ9Dr2MqNb1JdD3N1Pv3=Yju=GE=uJO6zVwGVrwhQ@mail.gmail.com' \
    --to=loyalchap@gmail.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).