LyXLaTeX Code

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
ALIX
Posts: 11
Joined: Tue Apr 05, 2011 12:45 am

LaTeX Code

Post by ALIX »

Hi everybody,

Can anyone tell me how can I use this code \mathscr{A} in LyX plz? :roll:


Thank u

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

LaTeX Code

Post by torbjorn t. »

Add the following to the preamble of your document (Document --> Document options --> LaTeX Preamble):

Code: Select all

\usepackage{mathrsfs}
In your equation, hit Ctrl + L to insert LaTeX code, and type

Code: Select all

\mathscr{A}
ALIX
Posts: 11
Joined: Tue Apr 05, 2011 12:45 am

Re: LaTeX Code

Post by ALIX »

Thanks a lot torbjorn :D
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

LaTeX Code

Post by localghost »

If that solves the problem, then please mark the topic (not the last post) accordingly as written in the Board Rules (to be read before posting). Otherwise please tell us what is missing.


Best regards and welcome to the board
Thorsten
Post Reply