Currently, I'm using the code:
Code: Select all
Motion is defined as \begin{quote}a change in position of an object with respect to time\end{quote}
Thank you for any advice/help.
Code: Select all
Motion is defined as \begin{quote}a change in position of an object with respect to time\end{quote}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage{csquotes}
\renewcommand*{\mkcitation}[1]{ [#1]}
\begin{document}
Motion is defined as \textquote[Dictionary, 2012]{a change in position of an
object with respect to time}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.