Multiple Authors
Listing multiple authors with my LaTeX templates. #latex #article #report #multipleauthors
The tag line pretty much sums it up. The instructions are here [pdf]. Example documents are here [pdf] for article
, and here [pdf] for report
. Full code for both is here [tar.gz].1
November 28, 2022. Got feedback? Great, email is your friend!
* * *
Update, May 24, 2023. I now tackle this problem by modifying directly the \footnotemark
and \footnotetext
commands, so as to work for both article
s and report
s—unlike the original strategy, that used slightly different codes for each case.
Keep in mind that to compile that code, you need to either comment out the font setup, or do said setup!↩︎