General ⇒ Want to change math font - style global
Want to change math font - style global
I'd like to change my math font-style but as I am new to latex I have some problems with it.
I use also the algorithm and algorithmic packages.
My problem is the follows: normally math-letters should be displayed in a such a way that it differs from the normal text. In the files I have seen until now the text inside $...$ will be displayed using a style similar to \mathit{}.
That's exactly what I want, but I don't know how to set this globally, so that I don't have to use anymore the command \mathit{}.
I tried \DeclareMathAlphabet{\foo}{OT1}{cmr}{m}{it}, but I don't understand what to place in the first braces because I am sure that this example must be wrong ...
I searched the web, but I was not able to found something really helpful.
Thank you.
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
Re: Want to change math font - style global
The problem lies in the also included package eulervm which changes the font-style to another (for me it looks not good) style. In contrast to that one can use amssymb if one wants to use special math fonts or the other alternative is, that you can e.g. use a package like mathpazo which has also a nice font.
Thx