Re: org-cite: only last names and et al. for more than two coauthors

2022-06-28 Thread Bruce D'Arcus
On Tue, Jun 28, 2022 at 10:10 AM M. Pger wrote: > A last question though: is it possible to set the 'round' option without > having to insert the latex header > ``` > #+LATEX_HEADER: \usepackage[round]{natbib} > ``` > ? I haven't used it, but I believe the ~org-cite-natbib-options~ defcustom

Re: org-cite: only last names and et al. for more than two coauthors

2022-06-28 Thread M. Pger
Hi, thx for your answer. Sorry for my poor understanding of org-cite. I added ``` (require 'oc-natbib) (setq org-cite-export-processors '((latex natbib) (t basic))) ``` to my init file and then it worked smoothly. I can even put ``` #+cite_export: natbib customstylefile.bst ``` in my

Re: org-cite: only last names and et al. for more than two coauthors

2022-06-27 Thread Bruce D'Arcus
On Mon, Jun 27, 2022 at 1:13 AM M. Pger wrote: > I've recently tried to switch to org-cite, but I still have some problems > with the basics. First, org-cite is a framework for citations. When reporting issues related to it, you really need to identify what processor(s) you are seeing the

org-cite: only last names and et al. for more than two coauthors

2022-06-26 Thread M. Pger
Hi, I've recently tried to switch to org-cite, but I still have some problems with the basics. Consider the following entry: @article{akey2022, title = {This is the title}, shorttitle = {This is the short title}, author = {Surname1, Name1 and Surname2, Name2 and Surname3, Name3}, year =