I was wondering if anyone here knew how to create a “curly” apostrophe in LaTeX without having to type out the unicode character for it. I know that the csquotes package is an option, but this only appears to allow making curly single and double quote pairs. I don’t want quotes. I want a curly, single apostrophe.

Any help would be greatly appreciated.

  • asterisk@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Isn’t that what you get if you use the ’ character for apostrophes? For example:

     \documentclass{article}
     \begin{document}
     My apostrophe's curly. Or is it?
     \end{document}