ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Critical Editions?
@ 2021-12-21  9:50 hanneder--- via ntg-context
  2021-12-21 10:06 ` Denis Maier via ntg-context
                   ` (2 more replies)
  0 siblings, 3 replies; 57+ messages in thread
From: hanneder--- via ntg-context @ 2021-12-21  9:50 UTC (permalink / raw)
  To: ntg-context; +Cc: hanneder


I just started switching after long years of typesetting with  
La-/Omega-/pdfTeX to Context and was exploring the capabilities of the  
program for typesetting critical editions. So I was
wondering whether there is any updated information on how to produce  
critical editions?


Details:
I was able to find the article "Ediciones críticas con ConTeXt" (is  
this in use?) as well as a
plan of and a remark concerning critTeXt: "As I learned from a thread  
on NTG-context from early 2010 we shouldn't expect a dedicated  
package, but that ConTeXt will eventually incorporate the needed  
functionalities."  What is the status of that?


I also found out that for simple editions context already works. For  
critical editions in my
field we need both footnote references based on linenumbers (for  
prose), but also references to
verse number, which can be entered manually. The main problem for me  
was to find the command \linenote :)

%  Setup of \linenote
\setupnotation[linenote]  
[alternative=serried,width=broad,distance=.5em,display=no]
\setupnote[linenote][way=bypage,paragraph=yes,rule=off]

%  \variant as a footnote without reference number
\definenote [variant] [footnote]
\setupnotation[variant][number=no]
\setupnote[variant][way=bypage,paragraph=yes,rule=off]

% Two "environments" for Sanskrit verses, one with, one without
linenumbers.

%         SANSKRIT EDITION linenumbers
\definelines[slokaed][][indenting={yes, small, even},
    
before=\startnarrower\startlinenumbering,after=\stoplinenumbering\stopnarrower]

%         SANSKRIT EDITION plain (referring to verses)
\definelines[slokaedplain][][indenting={yes, small, even},
   before=\startnarrower,after=\stopnarrower]

With this the code of the edition can be pleasently minimalistic:

\startslokaed
mano buddhir ahaṃ prāṇās tanmātrendriyajīvanam
   yaṃ dṛṣṭvā\linenote{dṛṣṭvā ] dṛṣṭva G\lohi{pc}{1}} vinivartante tam  
\linenote{tam ] tat} upāsyam upāsmahe}
\stopslokaed


\startslokaedplain
mano buddhir ahaṃ prāṇās tanmātrendriyajīvanam
yaṃ dṛṣṭvā\variant{2c dṛṣṭvā ] dṛṣṭva} vinivartante tam \variant{2d  
tam ] tat} upāsyam upāsmahe (2)
\stopslokaedplain

So far, so good. Any hints to a more sophisticated solution are highly  
welcome. (I am a simple TeX
user)
Thanks
Jürgen



---

Prof. Dr. Juergen Hanneder
Philipps-Universitaet Marburg
FG Indologie u. Tibetologie
Deutschhausstr.12
35032 Marburg
Germany
Tel. 0049-6421-28-24930
hanneder@staff.uni-marburg.de

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2022-01-11 16:20 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21  9:50 Critical Editions? hanneder--- via ntg-context
2021-12-21 10:06 ` Denis Maier via ntg-context
2021-12-21 10:51   ` Henning Hraban Ramm via ntg-context
2021-12-24 12:07 ` Hans Hagen via ntg-context
2021-12-24 16:39   ` Bruce Horrocks via ntg-context
2022-01-03  9:43     ` hanneder--- via ntg-context
2022-01-03 10:32       ` Jean-Pierre Delange via ntg-context
2022-01-03 13:37       ` Jean-Pierre Delange via ntg-context
2022-01-03 20:46         ` STIX2 font issues with freshly installed FMTX Heinrich Paeßens via ntg-context
     [not found]           ` <C24ABDC0-DB51-46B8-9D38-4136BE590017@me.com>
     [not found]             ` <3EF0489B-E388-4E1D-A14A-DE46EE607E40@me.com>
2022-01-05 14:03               ` STIX2 font issues with freshly installed LMTX Heinrich Paeßens via ntg-context
2022-01-04 12:38       ` Critical Editions? Thomas A. Schmitz via ntg-context
2022-01-04 17:54         ` Jean-Pierre Delange via ntg-context
2022-01-04 20:02           ` Thomas A. Schmitz via ntg-context
2022-01-04 23:00             ` Jean-Pierre Delange via ntg-context
2022-01-05  8:43               ` luigi scarso via ntg-context
2022-01-05  9:47                 ` Jean-Pierre Delange via ntg-context
2022-01-05 11:54                 ` Pablo Rodriguez via ntg-context
2022-01-05 12:34                   ` Jean-Pierre Delange via ntg-context
2022-01-05 13:06                     ` Jean-Pierre Delange via ntg-context
2022-01-06 16:34                     ` Pablo Rodriguez via ntg-context
2022-01-05 15:43                   ` Henning Hraban Ramm via ntg-context
2022-01-05 16:13                   ` luigi scarso via ntg-context
2022-01-05 17:28                     ` Jean-Pierre Delange via ntg-context
2022-01-05 18:38                       ` Jean-Pierre Delange via ntg-context
2022-01-05 22:15                   ` Jean-Pierre Delange via ntg-context
2022-01-04 12:42       ` Pablo Rodriguez via ntg-context
2022-01-04 11:57 ` Pablo Rodriguez via ntg-context
2022-01-05 11:52   ` hanneder--- via ntg-context
2022-01-05 12:29     ` Jean-Pierre Delange via ntg-context
2022-01-05 17:39       ` hanneder--- via ntg-context
2022-01-05 19:05         ` Aditya Mahajan via ntg-context
2022-01-06 16:31         ` Pablo Rodriguez via ntg-context
2022-01-06 16:57     ` Pablo Rodriguez via ntg-context
2022-01-06 17:47       ` Jean-Pierre Delange via ntg-context
2022-01-06 18:41         ` Hans Hagen via ntg-context
2022-01-06 19:00           ` Henning Hraban Ramm via ntg-context
2022-01-07 17:25             ` hanneder--- via ntg-context
2022-01-07 17:35               ` luigi scarso via ntg-context
2022-01-08 11:40                 ` Jean-Pierre Delange via ntg-context
2022-01-08 13:03                   ` Hans Hagen via ntg-context
2022-01-08 17:28                     ` Jean-Pierre Delange via ntg-context
2022-01-09 10:23                     ` hanneder--- via ntg-context
2022-01-09 11:50                       ` Robert via ntg-context
2022-01-09 16:18                         ` Fonts for transliteration (was: Critical Editions?) BPJ via ntg-context
2022-01-10  9:32                           ` Denis Maier via ntg-context
2022-01-10 12:28                             ` BPJ via ntg-context
2022-01-10 12:45                               ` Denis Maier via ntg-context
2022-01-09 13:06                       ` Critical Editions? Hans Hagen via ntg-context
2022-01-09 22:41                       ` Hans Hagen via ntg-context
2022-01-09 22:46                       ` Hans Hagen via ntg-context
2022-01-10 11:26                         ` Arthur Rosendahl via ntg-context
2022-01-10 13:31                           ` Jean-Pierre Delange via ntg-context
2022-01-10 14:18                             ` Arthur Rosendahl via ntg-context
2022-01-10 19:06                       ` Hans Hagen via ntg-context
2022-01-11 16:20                         ` Arthur Rosendahl via ntg-context
2022-01-08 17:52                   ` BPJ via ntg-context
2022-01-07 18:31               ` Hans Hagen via ntg-context

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).