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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- 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