LyXmaketitle

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
daiYuTsung
Posts: 11
Joined: Thu Jun 18, 2015 8:25 pm

maketitle

Post by daiYuTsung »

It seems that LyX adds a \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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

maketitle

Post by scottkosty »

Can you give more information on the main goal that you want to achieve?
daiYuTsung
Posts: 11
Joined: Thu Jun 18, 2015 8:25 pm

maketitle

Post by daiYuTsung »

Since IOP style guide requires(?) no \maketitle, if LyX always put \maketitle, it would look different from the suggestion the style guide...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

maketitle

Post by Stefan Kottwitz »

You could disable it. You can put

\let\maketitle\relax

in the document preamble.

Stefan
LaTeX.org admin
daiYuTsung
Posts: 11
Joined: Thu Jun 18, 2015 8:25 pm

maketitle

Post by daiYuTsung »

Thanks Stefan. It works.

Another way to disable it is putting the following in preamble : )

Code: Select all

\renewcommand{\maketitle}{}
Post Reply