Re: Citations using org-ref export to LaTeX incorrectly

2022-05-10 Thread Daniel Fleming
Professor Kitchin,

I have submitted it here:
https://github.com/jkitchin/org-ref/issues/1010

Thank you!

Dan



John Kitchin  writes:

> Can you post this as an issue at
> https://github.com/jkitchin/org-ref/issues?
>
> Thanks.
>
> On Tue, May 10, 2022 at 8:36 PM Daniel Fleming  wrote:
>
>> Hello,
>>
>> I initially posted this to the Emacs StackExchange, but it was suggested
>> I might get more traction on the mailing list.
>>
>> I am writing my dissertation in org-mode with org-ref to handle
>> citations. I can not get a multi-source multi-note citation to export
>> correctly.
>>
>> Following the documentation for org-ref provided here:
>>
>> https://github.com/jkitchin/org-ref/blob/master/org-ref.org#2021-version-2-vs-version-3
>> I am using the new `&' syntax with semi-colon separated sources. However
>> the pre and post notes do not come through to LaTeX as you can see in
>> the second code block below.
>>
>> Here is the org-mode code:
>>
>> ```
>> [[cite:On Van Tillian apologetics see _apolog; and
>> _cornel_van_til; One example in systematic theology is
>> :-system-theol; Finally on christian worship see
>> _contem_worsh_music; and _worsh_spirit_truth]]
>> ```
>>
>> Which exports to:
>>
>> ```
>> \cite[On Van Tillian apologetics
>> see][]{frame15_apolog,frame95_cornel_van_til,frame13:-system-theol,frame97_contem_worsh_music,frame96_worsh_spirit_truth}}
>> ```
>>
>> Notice that only the first note is exported and then it is just the
>> sources.
>>
>> I do have the fallback of using multiple [[cite:source][text::text]]
>> blocks, but I'd rather use the new syntax if it works.
>>
>> Thank you much!
>>
>> --
>> Daniel Fleming
>>
>> --
> John
>
> ---
> Professor John Kitchin (he/him/his)
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
-- 
Daniel Fleming



Re: Citations using org-ref export to LaTeX incorrectly

2022-05-10 Thread John Kitchin
Can you post this as an issue at
https://github.com/jkitchin/org-ref/issues?

Thanks.

On Tue, May 10, 2022 at 8:36 PM Daniel Fleming  wrote:

> Hello,
>
> I initially posted this to the Emacs StackExchange, but it was suggested
> I might get more traction on the mailing list.
>
> I am writing my dissertation in org-mode with org-ref to handle
> citations. I can not get a multi-source multi-note citation to export
> correctly.
>
> Following the documentation for org-ref provided here:
>
> https://github.com/jkitchin/org-ref/blob/master/org-ref.org#2021-version-2-vs-version-3
> I am using the new `&' syntax with semi-colon separated sources. However
> the pre and post notes do not come through to LaTeX as you can see in
> the second code block below.
>
> Here is the org-mode code:
>
> ```
> [[cite:On Van Tillian apologetics see _apolog; and
> _cornel_van_til; One example in systematic theology is
> :-system-theol; Finally on christian worship see
> _contem_worsh_music; and _worsh_spirit_truth]]
> ```
>
> Which exports to:
>
> ```
> \cite[On Van Tillian apologetics
> see][]{frame15_apolog,frame95_cornel_van_til,frame13:-system-theol,frame97_contem_worsh_music,frame96_worsh_spirit_truth}}
> ```
>
> Notice that only the first note is exported and then it is just the
> sources.
>
> I do have the fallback of using multiple [[cite:source][text::text]]
> blocks, but I'd rather use the new syntax if it works.
>
> Thank you much!
>
> --
> Daniel Fleming
>
> --
John

---
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


Citations using org-ref export to LaTeX incorrectly

2022-05-10 Thread Daniel Fleming
Hello,

I initially posted this to the Emacs StackExchange, but it was suggested
I might get more traction on the mailing list.

I am writing my dissertation in org-mode with org-ref to handle
citations. I can not get a multi-source multi-note citation to export
correctly.

Following the documentation for org-ref provided here:
https://github.com/jkitchin/org-ref/blob/master/org-ref.org#2021-version-2-vs-version-3
I am using the new `&' syntax with semi-colon separated sources. However
the pre and post notes do not come through to LaTeX as you can see in
the second code block below.

Here is the org-mode code:

```
[[cite:On Van Tillian apologetics see _apolog; and
_cornel_van_til; One example in systematic theology is
:-system-theol; Finally on christian worship see
_contem_worsh_music; and _worsh_spirit_truth]]
```

Which exports to:

```
\cite[On Van Tillian apologetics 
see][]{frame15_apolog,frame95_cornel_van_til,frame13:-system-theol,frame97_contem_worsh_music,frame96_worsh_spirit_truth}}
```

Notice that only the first note is exported and then it is just the sources.

I do have the fallback of using multiple [[cite:source][text::text]]
blocks, but I'd rather use the new syntax if it works.

Thank you much!

-- 
Daniel Fleming