I am trying to put quote marks around a word, and have been doing it ' 'word", however I am still getting two backwards quote marks. My preamble is
\documentclass[twocolumn,prl,nobalancelastpage,aps,10pt]{article}
%\documentclass[rmp,preprint]{revtex4-1}
\setcounter{tocdepth}{5}
\setcounter{secnumdepth}{3}
\usepackage{graphicx,bm,times}
\usepackage{appendix}
\def\bibsection{\section*{\refname}}
\usepackage{titling}
\usepackage{appendix}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{textcomp}
\usepackage{circledsteps}
\usepackage{float}
\usepackage{titlesec}
\usepackage{caption}
\DeclareCaptionFormat{myformat}{#1#2#3\hrulefill}
\captionsetup[figure]{format=myformat}
\setlength{\droptitle}{-8em}
Has anyone got a reason or solution for why this is happening. I will need to put a number of quotes in, so any help for a proper solution is really appreciated.
csquotespackage and its\enquotecommand:\enquote{in quotes}. – moewe Mar 07 '20 at 15:46''word''but it should be\`word''` that is two backtick (ascii grave) on the left and two single quotes on the right, don't use the double quote – David Carlisle Mar 07 '20 at 15:58