Questions tagged [quotation]
The quotation tag has no summary.
182 questions
2
votes
2
answers
53
views
Shaded quotation environment: the shading goes on top of figures
I use this solution to get a shaded quotation environment---and it works marvelously, except when the quotation is to the side of a wrapfigure'd image. In such a scenario, the shading sits on top of ...
0
votes
2
answers
56
views
How to horizontally center a left aligned quotation text on the page?
I'm looking for a simple solution (without adding a new package, if possible) to horizontally center a quotation on the page. Here's a MWE to show my issue:
\RequirePackage[l2tabu,orthodox]{nag}
\...
3
votes
2
answers
102
views
How to customize the quote environment?
I'm trying to customize the quote environment for a novel (citations at the beginning of each chapter), and I'm having troubles in setting custom vertical line spacing, horizontal line length, the ...
4
votes
2
answers
112
views
Redefine quotation environment to remove initial indent
The default LaTeX quotation environment starts each paragraph with an indentation. I prefer for a multi-paragraph block quote not to indent the first paragraph (as recommended by the Chicago Manual of ...
2
votes
1
answer
107
views
How can I get a double right quotation mark that behaves as any other exponent in math mode?
How could I have a ” symbol in math-mode that behaves as any other character? This was already kind of asked here. However, egreg solution doesn't completely work. With their code, if I type ``{\xi&...
2
votes
1
answer
79
views
Having All Paragraphs in a Customized Quote Environment Appear as Description Items
This post asks for an extension of the answer given here: Putting a Description Environment within a Newcommand Quote Environment
MWE:
\documentclass[12pt]{book}
\usepackage[T1]{fontenc}
\usepackage[...
2
votes
1
answer
110
views
Putting a Description Environment within a Newcommand Quote Environment
MWE:
\documentclass[12pt]{book}
\textwidth=3.00in
\usepackage[T1]{fontenc}
\usepackage[sfdefault]{cabin}
\newcommand{\longemdash}{{\fontfamily{cmss}\selectfont---}}
\newcommand{\emdash}{\nobreak---\...
2
votes
1
answer
58
views
Redefine quote environment to avoid splitting on page breaks
For my LaTeX book i use the following code for quotes:
\documentclass[12pt,a4paper,openright]{article}
\usepackage{amsmath,amsthm,amssymb,amsfonts,tkz-linknodes}
\usepackage[table,xcdraw]{xcolor}
\...
3
votes
3
answers
357
views
How to use quotation marks in ConTeXt?
I want to quote something in ConTeXt, but the typical LaTeX syntax is producing the wrong result.
\starttext
``Get off my lawn!'' yelled the old man.
\stoptext
2
votes
0
answers
79
views
Index : list with repeating words
I've created a double index (people's names; place names). Here is an extract from the .tex file:
\documentclass[fontsize=10pt,paper=a4,titlepage]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[...
2
votes
1
answer
58
views
How to avoid uneven linespacing in quotation in memoir LaTeX [duplicate]
In a text with a quotation occurs an uneven linespacing when the quotation contains more than one paragraph.
How to avoid the uneven linespacing?
e.g.:
\documentclass{memoir}
\usepackage[utf8]{...
4
votes
2
answers
407
views
Curly apostrophes in ConTeXt
ConTeXt seems to be moving towards a more consistent markup-based approach. For example, ` and ' are no longer rendered as curly quotes by default, and instead quotations should be typeset using the \...
3
votes
1
answer
175
views
Curly quotes in ConTeXt
I was surprised to learn that ConTeXt won't render ` and ' as curly quotes anymore.
According to the ConTeXt wiki, you can recover the previous behaviour by turning on by the non-standard font feature ...
4
votes
1
answer
198
views
Baskervaldx doesn’t allow certain glyphs
This MWE:
\documentclass{scrbook}
\usepackage{fontspec}
\usepackage[ngerman]{babel}
\usepackage[osf]{Baskervaldx}
\begin{document}
\ss{} dreißig fließen „Test“ "Test" ‚Test‘ »Test« ›Test‹
...
3
votes
1
answer
120
views
Handling Three Sets of Nested Quotation Marks with Csquotes
Consider, for example, the quote
found here.
I would like to replicate sentences such as the above using Latex; however, the following code does not work:
\documentclass[12pt]{article}
\usepackage{...