Suppose I have two \PsTextFrames that share y-coordinates, but have different x-coordinates, like the following:
\documentclass{article}
\usepackage{fontspec}
\usepackage{pst-all}
\begin{document}
\begin{pspicture}(0,0)(5,2)
\psset{linewidth=1pt}
\psTextFrame(0.5,0.5)(2.5,1.5){\large\textbf{Left}}
\psTextFrame(1.5,0.5)(3.5,1.5){\large\textbf{Right}}
\end{pspicture}
\end{document}
Is there a possibility to have their letters be aligned horizontally? The letter »g« in »Right« makes the whole word rise, because it has a »cellar«. In »Left« there is no letter with »cellar«. A single instance like this may be done manually, but I have a larger picture where a lot more frames hang together. Changing them all at once would be feasible.


texdoc impatient/book.pdf. This book is also available in French and Chinese (for free) from TeXdoc online and offline. – Marijn Dec 09 '20 at 15:21