I'm using the hieroglf package to display hieroglyphic characters. I need to display some of these characters in the same lines as regular text. The problem is that the hieroglf fonts seem to need more space, so extra space gets inserted between the line with hieroglyphics and the one above it. Example:
This is a normal line \\
This is a normal line. \\
This is a normal line.\\
This line \pmglyph{\HAi} has extra space above it. \\
So does this one. \pmglyph{\HSxxxix}\\
This one is fine.
How can I:
Force the line spacing to be "normal", even if this causes the lines to overlap?
Resize the hieroglyphs to "minimally" fit within the normal line spacing instead?
\documentclass{...}
, the required\usepackage
's,\begin{document}
, and\end{document}
. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem.