Fonts & Character SetsRaleway Font Equation

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Pierpym
Posts: 2
Joined: Sun Mar 23, 2014 9:19 pm

Raleway Font Equation

Post by Pierpym »

Hi everybody,

I need to use the raleway font to write a document.
Particularly I'd like to write equations too in this font.
Is it possible? How can I do?

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

hugovdberg
Posts: 133
Joined: Sat Feb 25, 2012 6:12 pm

Raleway Font Equation

Post by hugovdberg »

OpenType fonts such as raleway can be used most easily through the fontspec package. Note that this can only be compiled using XeLaTeX or LuaLaTeX. To use this font in mathmode as well use the mathspec package, which can only be compiled with XeLaTeX.
Ubuntu 13.10 + Tex Live 2013 + Texmaker / Windows 7 Pro + MikTex 2.9 + TexnicCenter / Android 4.3 + TexPortal + DroidEdit
Pierpym
Posts: 2
Joined: Sun Mar 23, 2014 9:19 pm

Re: Raleway Font Equation

Post by Pierpym »

Thank you very much.
Now it's working quite fine.
Anyway I'm trying to write equations in bold and italic style.
If I use \mathsymbol or the package bf with the command \bf they doesn't make my symbol bold (while they still are italic).
Does anyone know how to do it?
Post Reply