How to change the direction of quote mark in latex? Both of them are in same direction. How to have one in opposite direction?
\documentclass[12pt,a4paper,oneside,onecolumn]{iiscthes}
\usepackage{graphicx}
\usepackage{chapterbib}
\pagestyle{bfheadings}
\title{Introduction}
\date{}
\begin{document}
\chapter{Introduction}
\section{One}
\subsection{One-One}
\textbf{''More--than--Moore"}
\end{document}

csquoteshas options to set up different quotation styles. It can be changed globally or within a document, e.g.\setquotestyle{french} \enquote{Quoted text}. – Celdor Feb 18 '22 at 23:19csquotes. I could never be bothered with „the LaTeX way” of entering them (i.e. double backticks: I use them as a dead grave accent keys and they are hard to reach to begin with, so not a great option), so short of entering appropriate quotation marks directly,csquotesprobably works best. It takes care of proper nesting, too, which is icing on the cake. – Ingmar Feb 19 '22 at 07:01