* org-critical-edition (a package for philologists and classicists)
@ 2021-06-07 13:09 Juan Manuel Macías
2021-06-14 8:50 ` Christian Moe
0 siblings, 1 reply; 3+ messages in thread
From: Juan Manuel Macías @ 2021-06-07 13:09 UTC (permalink / raw)
To: orgmode
Hi all,
I have uploaded the (very) initial version of my package
org-critical-edition:
https://gitlab.com/maciaschain/org-critical-edition
This package lets you prepare a philological critical edition in Org
Mode. The natural output is LaTeX with the reledmac package
(https://www.ctan.org/pkg/reledmac).
(For those who are not philologists, this is an example of critical
edition that I typesetted recently: https://imgur.com/a/drqCib5)
Feedback welcome!
Best regards,
Juan Manuel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-critical-edition (a package for philologists and classicists)
2021-06-07 13:09 org-critical-edition (a package for philologists and classicists) Juan Manuel Macías
@ 2021-06-14 8:50 ` Christian Moe
2021-06-15 12:44 ` Juan Manuel Macías
0 siblings, 1 reply; 3+ messages in thread
From: Christian Moe @ 2021-06-14 8:50 UTC (permalink / raw)
To: Juan Manuel Macías; +Cc: orgmode
Very neat!
Curious about a design choice: If I understand correctly,
org-critical-edition puts the hidden notes in the description and the
visible annotated text in the target of an org link. This is the reverse
of the out-of-the-box link appearance (description visible, target
hidden if description present). Why take the extra trouble to do it this
way?
Yours,
Christian
Juan Manuel Macías writes:
> Hi all,
>
> I have uploaded the (very) initial version of my package
> org-critical-edition:
>
> https://gitlab.com/maciaschain/org-critical-edition
>
> This package lets you prepare a philological critical edition in Org
> Mode. The natural output is LaTeX with the reledmac package
> (https://www.ctan.org/pkg/reledmac).
>
> (For those who are not philologists, this is an example of critical
> edition that I typesetted recently: https://imgur.com/a/drqCib5)
>
> Feedback welcome!
>
> Best regards,
>
> Juan Manuel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-critical-edition (a package for philologists and classicists)
2021-06-14 8:50 ` Christian Moe
@ 2021-06-15 12:44 ` Juan Manuel Macías
0 siblings, 0 replies; 3+ messages in thread
From: Juan Manuel Macías @ 2021-06-15 12:44 UTC (permalink / raw)
To: Christian Moe; +Cc: orgmode
Hi Christian, thank you very much for your comments.
Christian Moe writes:
> Very neat!
>
> Curious about a design choice: If I understand correctly,
> org-critical-edition puts the hidden notes in the description and the
> visible annotated text in the target of an org link. This is the reverse
> of the out-of-the-box link appearance (description visible, target
> hidden if description present). Why take the extra trouble to do it this
> way?
>
Indeed, the decision to reverse the order of the link appearance may
seem somewhat shocking :-) I did it like this to keep a syntactic
structure similar to the reledmac command \edtext, when the user (the
reledmac user) views the links full displayed. In LaTeX/reledmac the
structure is:
...some text... \edtext{annotated passage}{critical notes} ...some text...
The annotated passage is part of the text and is also the "lemma" in the
critical note.
In org-critical-edition I define a new link type called `edtext', using
`org-link-set-parameters', and the identifying string (`edtext:') must be
placed in the target part.
Best regards,
Juan Manuel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-15 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07 13:09 org-critical-edition (a package for philologists and classicists) Juan Manuel Macías
2021-06-14 8:50 ` Christian Moe
2021-06-15 12:44 ` Juan Manuel Macías
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.