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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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