emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Question about citation formatting
@ 2024-03-27  3:17 Christian Wittern
  2024-03-27 20:03 ` András Simonyi
  2024-03-27 22:39 ` William Denton
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Wittern @ 2024-03-27  3:17 UTC (permalink / raw)
  To: emacs-orgmode

Dear org users,

This is my second paper I am formatting with the new citation framework, 
this time using csl for the first time, since basic does not fit the 
bill anymore.

This paper is discussing and comparing translations to the same text. So 
when I mention publications in the text, I want to have the keyword to 
be the translator, rather than the author.

Here is the entry bibliography:

---------test.bib------------------

@book{dogenMoonDewdrop1985,
   title = {Moon in a Dewdrop},
   author = {Dōgen},
   year = {1985},
   publisher = {{San Francisco : North Point Press}},
   isbn = {978-0-86547-186-3},
   language = {eng},
   translator = {Tanahashi, Kazuaki}
}

The org file looks like this:

--------test.org--------------

#+TITLE: Translation test
#+OPTIONS: num:nil toc:nil tags:nil todo:nil ':t ^:{}
# #+cite_export: basic author-year author
#+cite_export: csl /home/chris/src/org-mode/etc/csl/chicago-author-date.csl
#+bibliography: test.bib



In [cite: @dogenMoonDewdrop1985 p37] there is a different translation:
* References
#+print_bibliography:

-------------------------------

and the resulting export, in this case to a buffer, looks like this:

--------------------

                           ━━━━━━━━━━━━━━━━━━━
                             TRANSLATION TEST
                           ━━━━━━━━━━━━━━━━━━━


In (Dōgen 1985, 37) there is a different translation:


References
══════════

   Dōgen, 1200-1253. 1985. /Moon in a Dewdrop/. Translated by Kazuaki
   Tanahashi. San Francisco : North Point Press.

--------------------------------------

What I would like to see is instead:

"In (Tanahashi 1985, 37) there is a different translation:"

in the running text.

Has anybody an idea of how to achieve this?

Any help appreciated,

Christian




^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: Question about citation formatting
@ 2024-03-28  6:39 Pedro Andres Aranda Gutierrez
  0 siblings, 0 replies; 4+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2024-03-28  6:39 UTC (permalink / raw)
  To: cwittern, Org Mode List

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Christian writes:

> Dear org users,
>
> This is my second paper I am formatting with the new citation framework,
> this time using csl for the first time, since basic does not fit the
> bill anymore.
>
> This paper is discussing and comparing translations to the same text. So
> when I mention publications in the text, I want to have the keyword to
> be the translator, rather than the author.

Hi Christian,

just to focus the discussion... if you were to export to LaTeX (just a
hypothesis), would
https://tex.stackexchange.com/questions/381615/citing-a-translator
cover your needs?

Thx, /PA

-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #2: Type: text/html, Size: 1403 bytes --]

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

end of thread, other threads:[~2024-03-28  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27  3:17 Question about citation formatting Christian Wittern
2024-03-27 20:03 ` András Simonyi
2024-03-27 22:39 ` William Denton
  -- strict thread matches above, loose matches on Subject: below --
2024-03-28  6:39 Pedro Andres Aranda Gutierrez

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).