LyX ⇒ Putting acknowledgement footnote
-
- Posts: 2
- Joined: Sat Nov 17, 2018 1:15 am
Putting acknowledgement footnote
When I put footnote, in the pdf, I see numbered superscript like 1,2,3..
But on the first page, it seems people put asterisk right next to author name or title (*) and footnote is generated.
How do you do that?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Putting acknowledgement footnote
\maketitle
or \begin{titlepage} ... \end{titlepage}
. Or use the \thanks command in author names, such as \author{First Name\thanks{a footnote}}
.Stefan