Search found 4 matches

by SonnenAnlieger
Fri Aug 21, 2015 5:12 pm
Forum: Text Formatting
Topic: csquotes: displayquote with and without quotation marks
Replies: 9
Views: 14638

csquotes: displayquote with and without quotation marks

I found a solution that fit my needs:


\newenvironmentx{zitat}[1][1]{%
\small%
\begin{displayquote}[{\textit{#1}}]\frqq}%
{\flqq\end{displayquote}}

\newenvironmentx{zitatc}[3][1, 2]{%
\small%
\begin{displaycquote}[{#1}][{#2}]{#3}\frqq}%
{\flqq\end{displaycquote}}

\newenvironmentx{gzitat ...
by SonnenAnlieger
Mon Mar 02, 2015 11:16 am
Forum: Text Formatting
Topic: csquotes: displayquote with and without quotation marks
Replies: 9
Views: 14638

csquotes: displayquote with and without quotation marks

The mini example is here:

\documentclass[a4paper,10pt,fncontinued]{jurabook}

\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}

\usepackage{graphicx}
\graphicspath{ {pics/} }

\usepackage{color}

\usepackage{makeidx}
\makeindex

\usepackage[draft]{pdfpages ...
by SonnenAnlieger
Fri Feb 27, 2015 11:37 am
Forum: Text Formatting
Topic: csquotes: displayquote with and without quotation marks
Replies: 9
Views: 14638

csquotes: displayquote with and without quotation marks

Ok, I'll try to be more precise. In my paper I mostly have to quote citations and legal text. For the legal text I do not need any quotation marks. As a fact I would like to have none. The other quotes should have quotations marks no matter which kind of.

And I want to use this environment \begin ...
by SonnenAnlieger
Thu Feb 26, 2015 11:08 am
Forum: Text Formatting
Topic: csquotes: displayquote with and without quotation marks
Replies: 9
Views: 14638

csquotes: displayquote with and without quotation marks

Hi there,

I am working on my German PhD in law. I found out that the package csquotes is perfect for citations and quotes. The only problem I am facing is that I need two environments for "displayquote". One with guillemets as quotation marks and one without any quotation marks. The latter one is ...