* org-ref3 export html with references of pages
@ 2022-06-25 9:59 Joseph Vidal-Rosset
2022-06-25 11:16 ` John Kitchin
0 siblings, 1 reply; 4+ messages in thread
From: Joseph Vidal-Rosset @ 2022-06-25 9:59 UTC (permalink / raw)
To: org-mode-email
Hello everyone,
With org-ref (version 3) I meet the following (minor) problem with the
html export of references when I want to give the pages of a book in
numerical csl format.
With LaTeX export, no difficulty: I get
[1, pp. 55-56]
to refer to the book 1 and pages 55-56.
With html export, I get only:
[1]
and no mean to give the pages in this format.
John Kitchin tried to help me (with downgrade to org-ref version 2), but
it is not so easy to downgrade and with regular org and prelude
upgrades, it is not easy always to keep the same version of org-mode.
Help is welcome, if someone knows the solution.
All the best,
Jo.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-ref3 export html with references of pages
2022-06-25 9:59 org-ref3 export html with references of pages Joseph Vidal-Rosset
@ 2022-06-25 11:16 ` John Kitchin
2022-06-26 7:17 ` Re : " Joseph Vidal-Rosset
0 siblings, 1 reply; 4+ messages in thread
From: John Kitchin @ 2022-06-25 11:16 UTC (permalink / raw)
To: Joseph Vidal-Rosset; +Cc: org-mode-email
[-- Attachment #1.1: Type: text/plain, Size: 1473 bytes --]
Hi Joseph,
It looks like what I suggested (e.g. use a csl file that supports what you
want)
This org file:
#+csl-style: american-medical-association-brackets.csl
#+csl-locale: en-US
See [[cite:&kohn-2020-ungrad 55-56]]
bibliography:~/Dropbox/emacs/bibliography/references.bib
leads to this output for me. You have to export it with C-c C-e rh to use
the org-ref exporter.
[image: image.png]
John
-----------------------------------
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
https://kitchingroup.cheme.cmu.edu
https://pointbreezepubs.gumroad.com/ pycse bookstore
On Sat, Jun 25, 2022 at 6:00 AM Joseph Vidal-Rosset <joseph@vidal-rosset.net>
wrote:
>
> Hello everyone,
>
> With org-ref (version 3) I meet the following (minor) problem with the
> html export of references when I want to give the pages of a book in
> numerical csl format.
>
> With LaTeX export, no difficulty: I get
>
> [1, pp. 55-56]
>
> to refer to the book 1 and pages 55-56.
>
> With html export, I get only:
>
> [1]
>
> and no mean to give the pages in this format.
>
> John Kitchin tried to help me (with downgrade to org-ref version 2), but
> it is not so easy to downgrade and with regular org and prelude
> upgrades, it is not easy always to keep the same version of org-mode.
>
> Help is welcome, if someone knows the solution.
>
> All the best,
>
> Jo.
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 2439 bytes --]
[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 62113 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re : Re: org-ref3 export html with references of pages
2022-06-25 11:16 ` John Kitchin
@ 2022-06-26 7:17 ` Joseph Vidal-Rosset
2022-06-26 12:02 ` Joseph Vidal-Rosset
0 siblings, 1 reply; 4+ messages in thread
From: Joseph Vidal-Rosset @ 2022-06-26 7:17 UTC (permalink / raw)
To: John Kitchin; +Cc: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 1997 bytes --]
Hi John,
I am ashamed for having not understood this solution by myself !
It works perfectly also with my csl style.
Many thanks again for your so kind and very efficient help.
Best wishes,
Jo.
---
https://www.vidal-rosset.net
Envoyé avec la messagerie sécurisée [Proton Mail](https://proton.me/).
------- Original Message -------
Le samedi 25 juin 2022 à 13:16, John Kitchin <jkitchin@andrew.cmu.edu> a écrit :
> Hi Joseph,
>
> It looks like what I suggested (e.g. use a csl file that supports what you want)
>
> This org file:
>
> #+csl-style: american-medical-association-brackets.csl
> #+csl-locale: en-US
>
> See [[cite:&kohn-2020-ungrad 55-56]]
>
> bibliography:~/Dropbox/emacs/bibliography/references.bib
>
> leads to this output for me. You have to export it with C-c C-e rh to use the org-ref exporter.
>
> [image.png]
>
> John
>
> -----------------------------------
> Professor John Kitchin (he/him/his)
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> [https://kitchingroup.cheme.cmu.edu](https://kitchingroup.cheme.cmu.edu/)
> https://pointbreezepubs.gumroad.com/ pycse bookstore
>
> On Sat, Jun 25, 2022 at 6:00 AM Joseph Vidal-Rosset <joseph@vidal-rosset.net> wrote:
>
>> Hello everyone,
>>
>> With org-ref (version 3) I meet the following (minor) problem with the
>> html export of references when I want to give the pages of a book in
>> numerical csl format.
>>
>> With LaTeX export, no difficulty: I get
>>
>> [1, pp. 55-56]
>>
>> to refer to the book 1 and pages 55-56.
>>
>> With html export, I get only:
>>
>> [1]
>>
>> and no mean to give the pages in this format.
>>
>> John Kitchin tried to help me (with downgrade to org-ref version 2), but
>> it is not so easy to downgrade and with regular org and prelude
>> upgrades, it is not easy always to keep the same version of org-mode.
>>
>> Help is welcome, if someone knows the solution.
>>
>> All the best,
>>
>> Jo.
[-- Attachment #2.1: Type: text/html, Size: 4343 bytes --]
[-- Attachment #2.2: image.png --]
[-- Type: image/png, Size: 62113 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re : Re: org-ref3 export html with references of pages
2022-06-26 7:17 ` Re : " Joseph Vidal-Rosset
@ 2022-06-26 12:02 ` Joseph Vidal-Rosset
0 siblings, 0 replies; 4+ messages in thread
From: Joseph Vidal-Rosset @ 2022-06-26 12:02 UTC (permalink / raw)
To: John Kitchin; +Cc: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 2814 bytes --]
Hi John, hello everyone,
For your information, the numerical style that produces perfectly that I wanted is
oil-shale.csl
https://www.zotero.org/styles?fields=geology&format=numeric
the code
[[first_author_key, 80]] is exported into [1, p. 80]
and
[[second_author_key, 81-86] , [2, pp. 81-86]
url links are given in the bibliography, etc. A really good numeric cls style, still better in my opinion than american-medical-association-brackets.csl and many others.
All the best,
Jo.
---
https://www.vidal-rosset.net
Envoyé avec la messagerie sécurisée [Proton Mail](https://proton.me/).
------- Original Message -------
Le dimanche 26 juin 2022 à 09:17, Joseph Vidal-Rosset <joseph@vidal-rosset.net> a écrit :
> Hi John,
>
> I am ashamed for having not understood this solution by myself !
>
> It works perfectly also with my csl style.
>
> Many thanks again for your so kind and very efficient help.
>
> Best wishes,
>
> Jo.
>
> ---
> https://www.vidal-rosset.net
>
> Envoyé avec la messagerie sécurisée [Proton Mail](https://proton.me/).
>
> ------- Original Message -------
> Le samedi 25 juin 2022 à 13:16, John Kitchin <jkitchin@andrew.cmu.edu> a écrit :
>
>> Hi Joseph,
>>
>> It looks like what I suggested (e.g. use a csl file that supports what you want)
>>
>> This org file:
>>
>> #+csl-style: american-medical-association-brackets.csl
>> #+csl-locale: en-US
>>
>> See [[cite:&kohn-2020-ungrad 55-56]]
>>
>> bibliography:~/Dropbox/emacs/bibliography/references.bib
>>
>> leads to this output for me. You have to export it with C-c C-e rh to use the org-ref exporter.
>>
>> [image.png]
>>
>> John
>>
>> -----------------------------------
>> Professor John Kitchin (he/him/his)
>> Doherty Hall A207F
>> Department of Chemical Engineering
>> Carnegie Mellon University
>> Pittsburgh, PA 15213
>> 412-268-7803
>> @johnkitchin
>> [https://kitchingroup.cheme.cmu.edu](https://kitchingroup.cheme.cmu.edu/)
>> https://pointbreezepubs.gumroad.com/ pycse bookstore
>>
>> On Sat, Jun 25, 2022 at 6:00 AM Joseph Vidal-Rosset <joseph@vidal-rosset.net> wrote:
>>
>>> Hello everyone,
>>>
>>> With org-ref (version 3) I meet the following (minor) problem with the
>>> html export of references when I want to give the pages of a book in
>>> numerical csl format.
>>>
>>> With LaTeX export, no difficulty: I get
>>>
>>> [1, pp. 55-56]
>>>
>>> to refer to the book 1 and pages 55-56.
>>>
>>> With html export, I get only:
>>>
>>> [1]
>>>
>>> and no mean to give the pages in this format.
>>>
>>> John Kitchin tried to help me (with downgrade to org-ref version 2), but
>>> it is not so easy to downgrade and with regular org and prelude
>>> upgrades, it is not easy always to keep the same version of org-mode.
>>>
>>> Help is welcome, if someone knows the solution.
>>>
>>> All the best,
>>>
>>> Jo.
[-- Attachment #2.1: Type: text/html, Size: 7266 bytes --]
[-- Attachment #2.2: image.png --]
[-- Type: image/png, Size: 62113 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-06-26 12:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-25 9:59 org-ref3 export html with references of pages Joseph Vidal-Rosset
2022-06-25 11:16 ` John Kitchin
2022-06-26 7:17 ` Re : " Joseph Vidal-Rosset
2022-06-26 12:02 ` Joseph Vidal-Rosset
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).