Fonts & Character Sets ⇒ Double Acute Accent
Double Acute Accent
\H{o}
but for some strange reason when I use it in my document (book document class) this command produces
Ho
I guess the reason may be that there is a conflict with one of the packages that I have loaded for my document
I hope I can get some help to fix this problem
thanks in advance
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Double Acute Accent
welcome to the board!
good guess! So you could tell us which packages you are using, so we could find it out and help to solve that. Perhaps just copy your document preamble here.fausto wrote:I guess the reason may be that there is a conflict with one of the packages that I have loaded for my document
Stefan
Re: Double Acute Accent
well, first of all I examined the personal packages that I was loading in my document
(where personal means: composed of personal original macros)
and I found out that one of the macros introduced by my coauthor was
\def\H{{\cal H}}
after I commented this macros, \H{o} worked properly
problem solved
thank you so much for putting me on the right track