ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Pablo Rodríguez" <oinos@web.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Critical editions with ConTeXt
Date: Wed, 18 Jul 2012 20:35:00 +0200	[thread overview]
Message-ID: <500701D4.2020609@web.de> (raw)
In-Reply-To: <50068B59.7070803@uni-bonn.de>

On 18/07/12 12:09, Thomas A. Schmitz wrote:
> On 7/18/12 10:10 AM, MANUEL GONZALEZ SUAREZ wrote:
>> Hey.
>> First, thanks to Andreas for his solution to the bibliographies.
>> Second, a question: is there a module to produce critical editions with
>> ConTeXt? In critical editions usually have several groups of footnotes
>> and reference is usually made by line number. With LaTeX can be done
>> using "ledmac", but perhaps would have to customize the footnotes with
>> ConTeXt.
>> Thank you.
> 
> No, there isn't a single module to do this. Most of the functionality is 
> there (search for "linenotes" in the mailing list and look at the TEI 
> xml example on the wiki), but you will still have to write your own 
> style/module.

Hi Manuel,

As Thomas replied, linenotes is your friend. TEI XML
(http://wiki.contextgarden.net/TEI_xml) shows the features of critical
edition typesetting, but you have to learn XML, TEI, ConTeXt and how
ConTeXt deals directly with XML files . This is a much better way to
work with documents, but you'll need to learn much more.

I provide here a minimal example on how ConTeXt works with linenotes:

\definelinenote[lnote]
\setuplinenote[lnote][rule=off,paragraph=yes,numbercommand=,inbetween=\qquad]
\setupdescriptions[lnote][display=yes,location=serried,distance=1em]
\starttext
\startlinenumbering
En un lugar\lnote{lugar: place} de la Mancha, de cuyo
nombre\lnote{nombre: name} no quiero\lnote{querer: want}
acordarme\lnote{acordarse: remember}.
\stoplinenumbering
\stoptext

I'm not a classical philologist, but the way ConTeXt works is much
clearer than ledmac to me (although I have only tested ledmac for a
couple of days).

But there are two features from ledmac that aren't available in ConTeXt
(or at least I don't know how to achieve them):

-ConTeXt numbers all linenotes that come from the same line and there
seems to be no way to limit number in the apparatus to only the first
linenote from that line.

-From the way linenotes are implemented, linenotes mark a point in the
body text, but not a text passage, so it seems to be impossible to refer
to a passage that is typeset in different lines (such as 2-3).

Apart from these two issues and since the other issues involved in
linenotes are known to the ones in this mailing list, it might be easier
that you start a thread at the Spanish TeX mailing list (I'm also
subscribed to that list). I'm only suggesting this, since it might be
easier for you, the topic is known to the members from this list and it
may be interesting for the members from ES-TEX (I apologize if I'm wrong).

I hope this might 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:[~2012-07-18 18:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18  8:10 MANUEL GONZALEZ SUAREZ
2012-07-18 10:09 ` Thomas A. Schmitz
2012-07-18 18:35   ` Pablo Rodríguez [this message]
2012-07-19 10:57     ` MANUEL GONZALEZ SUAREZ
2012-07-20 15:41       ` Thomas A. Schmitz
2012-07-20 16:45         ` Hans Hagen
2012-07-20 17:03           ` Thomas A. Schmitz
2012-07-20 17:33           ` Sietse Brouwer
2012-07-20 18:01             ` Wolfgang Schuster
2012-07-20 18:21               ` Thomas A. Schmitz
2012-07-20 20:41                 ` Hans Hagen
2012-07-22 15:54                   ` Pablo Rodríguez
2012-07-22 18:07                 ` Pablo Rodríguez
2012-07-23 13:42                   ` Thomas A. Schmitz
2015-07-22 19:26           ` Talal
2015-07-22 20:19             ` Pablo Rodriguez
2015-07-22 21:33               ` talazem
2015-07-23 18:09                 ` Pablo Rodriguez
2015-07-24 10:10                 ` Hans Hagen
2012-07-20 18:10         ` Pablo Rodríguez

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=500701D4.2020609@web.de \
    --to=oinos@web.de \
    --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).