TransWikia.com

Cedilla-accented "s" (ş) not working with tufte-latex AND MinionPro (other cedilla-accented characters do work)

TeX - LaTeX Asked by Malte on August 10, 2021

I want to typeset the characters ş and Ş using the tufte-book document class and the Minion Pro font. The composed characters c{s} and c{S} work fine if I use either of the two packages but not if I use both packages at the same time, as seen in the following examples. For all the examples I also show c{c} (ç) and c{C} (Ç) which seem to work just fine in either case!

Not working as intended:

documentclass{tufte-book}
usepackage{MinionPro}

begin{document}
c{s} c{S} c{c} c{C} 
end{document}

produces

enter image description here

Only tufte-book works:

documentclass{tufte-book}

begin{document}
c{s} c{S} c{c} c{C} 
end{document}

produces

enter image description here

Only MinionPro (with documentclass{article}) works as well:

documentclass{article}
usepackage{MinionPro}

begin{document}
c{s} c{S} c{c} c{C}
end{document}

produces

enter image description here

I cannot find out where both packages clash. Thanks for your help.

One Answer

It works using the nofonts option for the tufte-book document class.

documentclass[nofonts]{tufte-book}

usepackage{MinionPro}

begin{document}
c{s} c{S} c{c} c{C}
end{document}

produces

enter image description here

...as intended.

If someone can explain why this is the case, I'll accept their answer.

Correct answer by Malte on August 10, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP