You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tables and figures, use an ampersand between names in both parenthetical and narrative citations.
(I guess this excludes captions, at least this seems sensible and the example copyright attribution of Table 7.14 of the APA style manual spells out “[…], and M. Schaller”, likewise the copyright attribution in Figure 7.3.)
To comply with this rule, I imagine a new \tablecite command and have \textcite use it automatically if inside a table or figure.
For \tablecite, I copy pasted and edited \parencite to come up with this:
Section 8.17 of the APA style requires
(I guess this excludes captions, at least this seems sensible and the example copyright attribution of Table 7.14 of the APA style manual spells out “[…], and M. Schaller”, likewise the copyright attribution in Figure 7.3.)
To comply with this rule, I imagine a new
\tablecite
command and have\textcite
use it automatically if inside a table or figure.For
\tablecite
, I copy pasted and edited\parencite
to come up with this:Concerning recognition of tables and figures, setting a switch in a local scope should work:
I also asked on TeX Stack Exchange to get feedback whether this approach works in setups using various kinds of packages.
The text was updated successfully, but these errors were encountered: