I've been using LaTeX for a while now, but never delved very deep into changing the fonts. I have a document I'd like to set in Linux Libertine, but the right quotation mark is output as ", rather than ”. Here's a minimum working example:
Code: Select all
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\begin{document}
``The street's the best education you can get."
\end{document}