Tagged Questions
10
votes
3answers
214 views
How do you end with a single quote followed by a double quote?
I have a paragraph as follows:
``This is a quote. `Here is a quote within a quote.'''
But the formatting works out to be a double quote (") followed by a single quote (') instead of the other way ...
7
votes
1answer
597 views
Handling quotes inside quotes in a bibliographic field
I have an entry in my bib file of the form
@conference{abc,
author = "Some name",
title = ""This is inside quote" and outside quote content",
.
.
.
}
when I check this entry through jabref, I get ...
17
votes
1answer
287 views
Three quotation levels for csquotes
The recommended way of solving nested quotations in Norwegian is to use «» for the outer level and then alternating between ‘’ and “”. (Source)
Is it a large undertaking to do this with csquotes?