LyX ⇒ About Footnotes
About Footnotes
Andres
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
About Footnotes
Welcome to the LaTeX community!
This is wanted and documented behaviour for the
apa
class with the option man
. Citing the manual (emphasis by me):RegardsManuscript look (man mode)
In man mode,apa.cls
typesets a title page, abstract page, text body, then references, appendices, author notes, footnotes, tables, figure captions, and figures. All text is double spaced. The title page contains the (centered) title, author name, affiliation, short title, and the running head (automatically capitalized). A note may be inserted in place of each table and figure in the text. The title is printed as a heading at the beginning of the text.\leftheader
is ignored while the contents of\note
are printed under the author names and affiliations, typically the date of submission. The “Author Notes” page contains the contents of\acknowledgements
. A footnote page is produced if there is at least one footnote in the text.
Re: About Footnotes


About Footnotes
In this specific case I don't think it is a good idea to change the class. It probably is wanted/required by the APA that the footnotes are collected on a separate page. If you need this class for submission to the APA you shouldn't change it. If you don't need it for that you could always use a less specified and more generic class like
scrartcl
.Regards
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
About Footnotes
+1cgnieder wrote:Well, there's always a way... Most times it is easier directly with LaTeX than in LyX, though. However, it isn't recommended to change classes if they don't offer options to do so.
In this specific case I don't think it is a good idea to change the class. It probably is wanted/required by the APA that the footnotes are collected on a separate page. If you need this class for submission to the APA you shouldn't change it. If you don't need it for that you could always use a less specified and more generic class likescrartcl
.
Regards
Also note that you should probably be using apa6. apa is no longer maintained:
http://ctan.unixbrain.com/macros/latex/ ... pa6/README
LyX does not have support for apa6. You could file an enhancement request here:The apa6 class is an update of
older code from the apa class (available from CTAN), which is no
longer being maintained. New features have also been added, such as
suppressing references to one's own work to facilitate masked reviews
of manuscripts by independent reviewers. See the documentation for
details.
http://www.lyx.org/trac
Scott
Re: About Footnotes
