csquotes
Context-sensitive, language-aware quotation marks via \enquote instead of hard-coded glyphs.
- Example
- Preamble
Please use the \enquote{enquote command} to quote something.
Quoting with "`quote"' or ``quote'' also works.
% For easy quotations: \enquote{text}
% This package is very smart when nesting is applied, otherwise textcmds (see below) provides a shorter command
\usepackage[autostyle=true]{csquotes}
% Enable using "`quote"' - see https://tex.stackexchange.com/a/150954/9075
\defineshorthand{"`}{\openautoquote}
\defineshorthand{"'}{\closeautoquote}