\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
It seems that LyX adds a
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
maketitle
Can you give more information on the main goal that you want to achieve?
-
- Posts: 11
- Joined: Thu Jun 18, 2015 8:25 pm
maketitle
Since IOP style guide requires(?) no \maketitle, if LyX always put \maketitle, it would look different from the suggestion the style guide...
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
maketitle
You could disable it. You can put
in the document preamble.
Stefan
\let\maketitle\relax
in the document preamble.
Stefan
LaTeX.org admin
-
- Posts: 11
- Joined: Thu Jun 18, 2015 8:25 pm
maketitle
Thanks Stefan. It works.
Another way to disable it is putting the following in preamble : )
Another way to disable it is putting the following in preamble : )
Code: Select all
\renewcommand{\maketitle}{}