Daniel Weiss

Results 12 comments of Daniel Weiss

@crsh I struggled with the caption placement as well when developing the package. It turns out the caption LaTeX package describes this exact case: > (Please note that position=top does...

@crsh See if this helps: [I'm supposed to load some packages BEFORE the document class? ](https://tex.stackexchange.com/questions/219939/im-supposed-to-load-some-packages-before-the-document-class) For pure latex documents, the caption command need to be moved before the figure/table...

@jrennstich FYI, the apa7 class includes the `\addORCIDlink` command natively. It can be used as follows: ```latex \addORCIDlink{First M. Last}{0000-0000-0000-0000} ```

> Interesting. The automatic addition of "and" seems to be a new feature in the `apa7` latex class. @crsh Starting with version 2.00, the apa7 class now expects a comma...

@pablobernabeu It sounds like both `\authorsnames{}` and `\author{}` are getting defined in the latex file. Make sure that an `\author{}` command is not being generated as the latex cls maps...

Thanks for this update! Please update lines 7 (I suggest 2.17), 10, and 11. Also add a change log entry around line 294.

I haven't used those packages before but I'm happy to review a pull request if you know how to integrate those packages.

Sounds like a good idea. I don't see an details about this in the APA 7th edition style guide. Do you have any details about how it should be formatted...

@lirabenjamin The current fix is the move the `\caption{}` command before the figure graphic or table. I have heard there is a package that automatically moves the caption within the...

Do you have a suggestion for syntax to handle the case you mentioned? I believe you could use the smaller parts (`\maskciteauthor` and `\maskciteyear`) to build your own citation with...