Is there an easy way to do single smart quotes?
I'm currently trying \usepackage[autostyle]{csquotes} but:
1. Doesn't give smart quotes, just straight lines;
2. Words immediately following the right quote don't seem to get a leading space (so the code below renders like; like 'quoting this'following ...).
Code: Select all
\textquotesingle quoting this\textquotesingle following word here
Thank you
preamble etc:
Code: Select all
Code, edit and compile here:
\documentclass{scrartcl}\usepackage{float}\usepackage{amsmath}\usepackage{amsthm}\usepackage{amsfonts}\usepackage{amssymb}\usepackage{appendix}\usepackage{braket}\usepackage{fancyvrb}\usepackage{graphicx}\usepackage{listings}\usepackage{pdfpages}\usepackage{tikz}\usepackage{mathrsfs}\usepackage{eufrak}\usepackage{yfonts}\usepackage{lmodern}\usepackage{principia}\usepackage[english]{babel}\usepackage[autostyle]{csquotes}\usepackage{changepage}\usetikzlibrary{trees}\usetikzlibrary{babel}\usepackage{verbatim}\setcounter{secnumdepth}{5}\setcounter{secnumdepth}{5}\lstset{language={[LaTeX]TeX},escapeinside={{(*@}{@*)}},gobble=0,stepnumber=1,numbersep=5pt,numberstyle={\footnotesize\color{gray}},%firstnumber=last,breaklines=true,framesep=5pt,basicstyle=\small\ttfamily,showstringspaces=false,keywordstyle=\ttfamily\textcolor{blue},stringstyle=\color{orange},commentstyle=\color{black},rulecolor=\color{gray!10},breakatwhitespace=true,showspaces=false,