\maketitle
automatically after the title paragraphs. Does anybody know how to disable it? I read the help files, but I didn't find any helpful information... Thanks.LyX ⇒ maketitle
-
- Posts: 11
- Joined: Thu Jun 18, 2015 8:25 pm
maketitle
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
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
maketitle
-
- Posts: 11
- Joined: Thu Jun 18, 2015 8:25 pm
maketitle
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
maketitle
\let\maketitle\relax
in the document preamble.
Stefan
-
- Posts: 11
- Joined: Thu Jun 18, 2015 8:25 pm
maketitle
Another way to disable it is putting the following in preamble : )
Code: Select all
\renewcommand{\maketitle}{}