Search found 2 matches

by jzheaux
Wed Dec 15, 2010 9:06 am
Forum: Text Formatting
Topic: \hbar font size
Replies: 1
Views: 1239

Re: \hbar font size

Got it working. I added the following to the fix-cm.sty file:

\DeclareFontFamily{U}{msb}{}
\DeclareFontShape{U}{msb}{m}{n}{
<-6> msbm5
<6-7> msbm6
<7-8> msbm7
<8-9> msbm8
<9-10> msbm9
<10-> msbm10
}{}

msbm being the font where \hbar is defined.
by jzheaux
Wed Dec 15, 2010 6:02 am
Forum: Text Formatting
Topic: \hbar font size
Replies: 1
Views: 1239

\hbar font size

I am currently using the type1ec and fix-cm packages in order to get bigger font sizes. It works great for every symbol that I've needed so far except the \hbar symbol.

What approach will I need to take to get the \hbar symbol to print the same size as the others?