Text Formatting ⇒ \hbar font size
\hbar font size
What approach will I need to take to get the \hbar symbol to print the same size as the others?
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
Re: \hbar font size
\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.