emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about citation formatting


From: Christian Wittern
Subject: Question about citation formatting
Date: Wed, 27 Mar 2024 12:17:03 +0900
User-agent: Mozilla Thunderbird

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]