LyX ⇒ Importing LaTeX Macros to LyX
Importing LaTeX Macros to LyX
Hi, A question regarding LyX: How do I import a LaTeX file into LyX so that the the LaTeX macros are imported into LyX Math Macros?
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
Importing LaTeX Macros to LyX
The way to import a .tex file in LyX is to go to File > Import > LaTeX (plain). If that does not import LaTeX macros as LyX Math Macros, I think the only thing you can do is file an enhancement request at http://www.lyx.org/trac .rsegev wrote:Hi, A question regarding LyX: How do I import a LaTeX file into LyX so that the the LaTeX macros are imported into LyX Math Macros?
Re: Importing LaTeX Macros to LyX
I think I found the answer myself. LyX imports the LaTeX macros into LyX math macros if and only if they are defined in the main text (after the \begin{document}) and not in the preamble.
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
Importing LaTeX Macros to LyX
Ah that makes sense. Glad you got it figured out!rsegev wrote:I think I found the answer myself. LyX imports the LaTeX macros into LyX math macros if and only if they are defined in the main text (after the \begin{document}) and not in the preamble.