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: Sun, 22 Jul 2012 17:54:17 +0200	[thread overview]
Message-ID: <500C2229.5040205@web.de> (raw)
In-Reply-To: <5009C274.2060500@wxs.nl>

On 20/07/12 22:41, Hans Hagen wrote:
> On 20-7-2012 20:21, Thomas A. Schmitz wrote:
>> [...]
>> And to explain that a bit: it's not merely "ugly." If all you want is
>> the printed book, you don't care about the ugliness and simply code this
>> way to get the desired output. However, we are in the 21st century. We
>> should be beyond the point where a critical edition is the printed text,
>> we should think of the typeset result as just one way of representing
>> the logical structure of the edition. With a syntax as the one Wolfgang
>> shows above, it is difficult for most parsers to understand what is
>> meant. Which means most ways of representing such a structure will fail
>> because it's not a consistent logical construct. And yes, as Pablo
>> pointed out, TEI itself hasn't reached a clear conclusion on such
>> points, and they are specialists who have been working on these problems
>> for quite a while...
> 
> In xml one could do
> 
> <note tag="bla" range="yes">some text</note>  ..... <note tag="bla"/>
> 
> i.e. use an empty element to indicate a matching end.

Hans,

thanks for your reply.

TEI would propose something like this for a just invented example (not
100% sure TEI encoding right, but I think it is [a cheat sheet on
critical apparatuses can be found at
http://marjorie.burghart.online.fr/?q=en/content/tei-critical-apparatus-cheatsheet]):

<p>Entia non sunt multiplicanda
<app>
  <lem>praeter necessitatem</lem>
  <rdg wit="#H">sine necessitate</lem>
</app>
</p>

Which can be typeset with ConTeXt:

\mainlanguage[la]
\definelinenote[linenote]
\starttext
\startlinenumbering
Entia non sunt multiplicanda \startlinenote[one]{praeter necessitatem]
sine necessitate H} praeter necessitatem \stoplinenote[one].
\stoplinenumbering
\stoptext

If I'm not wrong, I'm afraid there might be a bug here, since there is
no space between «multiplicanda» and «praeter» in the body.

I don't know how ConTeXt parses XML directly, but I think unless a
counter (or an unique ID) is entered, problems might arise to
distinguish between different critical annotations. (Sorry if that was
obvious.)

BTW, how about the option to only display the number from line on the
first linenote if many linenotes coming from the same line? I only want
to know whether this feature could be considered for inclusion in
ConTeXt in the future.

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:[~2012-07-22 15:54 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
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 [this message]
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=500C2229.5040205@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).