BibTeX, biblatex and biberbiblatex | Text Quotes

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
arobase
Posts: 33
Joined: Sat Apr 14, 2012 7:46 pm

biblatex | Text Quotes

Post by arobase »

I was hoping biblatex offered a command similar to \textquote of csquote. Anyone?

Code: Select all

@MANUAL{theman,
  author = {John Smith},
  title = {Manual},
  shorttitle = {Man},
  series = {S},
  year = {2000},
  organization = {Org}
}

Code: Select all

\documentclass{article}
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage{biblatex}
\addbibresource{my.bib}

\begin{document}
\citetitle{theman} % Man
\citetitle*{theman} % Manual

\textquote[{theman}]{To get this, you have to do that.}

\printbibliography
\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Re: biblatex | Text Quotes

Post by cgnieder »

I do not understand your question. Why don't you just use »csquotes«? It's recommended to use »biblatex« and »csquotes« together, anyway (by the author of both packages).

Maybe you can clarify the question?

Regards
site moderator & package author
Post Reply