LyXLyx Greek Fonts

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
ALdaperan
Posts: 9
Joined: Thu May 19, 2011 12:17 pm

Lyx Greek Fonts

Post by ALdaperan »

Hello world :)
I am student at Univercity (Engineering) and i have to do my report . I am Ubuntu linux user and i installed Lyx in order to start writing .. but i am absolutely noob with LaTeX and i dont know some things..

How can i change font ? I searched all properties but fonts are too fiew and when i change it and press preview the font has not change!!!

Ps: How can i add ms fonts to Lyx ? Is it possible? For example in openoffice writer i have many fonts and itw very simple to choose-select..

Thanks in advance..waiting for your support :)

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Lyx Greek Fonts

Post by Stefan Kottwitz »

Hi ALdaperan,

welcome to the board!

Have a look at the LaTeX Font Catalogue to see which fonts are directly supported by LaTeX and how to use them. You can load the fonts by adding some lines to your document preamble, such as

Code: Select all

\usepackage[T1]{fontenc}
\usepackage[bitstream-charter]{mathdesign}
for Charter text font with matching math font.

Stefan
LaTeX.org admin
ALdaperan
Posts: 9
Joined: Thu May 19, 2011 12:17 pm

Re: Lyx Greek Fonts

Post by ALdaperan »

thanks stefan .. ill try it :D
Post Reply