Fonts & Character SetsAny upright greek letters \ne upgreek ?

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Any upright greek letters \ne upgreek ?

Post by Cham »

I'm looking for upright greek letters, but not the ones we have with the upgreek package. I simply dislike the symbols from that package (especially \upbeta, \uppi, \upomega, \upvartheta and \upvarphi).

Is there any other way to have upright greek letters in maths expressions ?
I need them for vectorial expressions.

Recommended reading 2024:

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

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

shadgrind
Posts: 140
Joined: Thu Jul 16, 2009 12:39 am

Any upright greek letters \ne upgreek ?

Post by shadgrind »

If you're set on using the default Computer Modern fonts then I don't know any other way besides the upgreek package. However, if you use the fouriernc fonts then you have access to the \other[greek] commands for upright Greek letters. For example, this code

Code: Select all

\documentclass{article}
\usepackage{fouriernc}
\begin{document}
This is from fouriernc:
$\otherbeta$, $\otherpi$, $\otheromega$, $\othervartheta$,
$\othervarphi$
\end{document}
will produce upright Greek letters like this:
upgreek2.png
upgreek2.png (5.85 KiB) Viewed 9263 times
In comparison, the default CM fonts with the upgreek package would look like this:
upgreek1.png
upgreek1.png (5.74 KiB) Viewed 9263 times
System: TeX Live 2012, Fedora 18 x86_64, GNU Emacs 24.2
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Any upright greek letters \ne upgreek ?

Post by Cham »

Thanks for the reply.

I like pretty much the \otheromega and \othervarphi symbols, but I'm not sure about the others.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Any upright greek letters \ne upgreek ?

Post by cgnieder »

You might wanna have a look at the textgreek package ...
site moderator & package author
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Re: Any upright greek letters \ne upgreek ?

Post by Cham »

Oooh ! Sexy ! I'll try this package... thanks a lot for the info ! :)
Post Reply