pandoc-apa icon indicating copy to clipboard operation
pandoc-apa copied to clipboard

Authors with multiple affiliations

Open atanasj opened this issue 4 years ago • 2 comments

Hi, I have a number of authors that have various affiliations. How can I do this?

I need the below:

Author One^1^, Author Two ^1,2^, Author Three^1,3,4,5

^1^Affiliation ^2^Affiliation ^3^Affiliation ^4^Affiliation ^5^Affiliation

Is it possible to set this in the YAML options?

atanasj avatar Apr 15 '20 04:04 atanasj

Sorry for the late response, hopefully this will help others too.

The LaTeX apa6 package uses the APA recommended format but you can put everything on one line and make sure to remove any twogroups, threegroups, etc. options.

author: 
    - Author One^1^, Author Two ^1,2^, Author Three^1,3,4,5^
institute: 
    - ^1^Affiliation One
    - ^2^Affiliation Two
    - ^3^Affiliation Three
    - ^4^Affiliation Four
    - ^5^Affiliation Five

iamamutt avatar Nov 11 '20 20:11 iamamutt

Great, I'll try it and report back if any issues. Thanks.

atanasj avatar Nov 15 '20 23:11 atanasj