I'm trying to use the glyph "Ł" (L with stroke) with the MinionPro package (under pdflatex). Normally, this character would be accessed using the \L command, but MinionPro helpfully redefined that command to produce a "Th" ligature.
I've created a font table using the fonttable package, using:
Code: Select all
\documentclass{article}
\usepackage{MinionPro} % probably unnecessary
\usepackage{fonttable}
\begin{document}
\fonttable{MinionPro-Regular-tosf-t1}
\end{document}
Anyone know how to do this, particularly without losing anything I already have (i.e. Minion and its ligatures, including the suddenly-pesky "Th")?
Thanks!
-- John.