Skip to content
Snippets Groups Projects
Commit aa6235b1 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

quotes korrigiert/verbessert

parent 0c1fc03e
No related branches found
No related tags found
No related merge requests found
...@@ -106,15 +106,14 @@ ...@@ -106,15 +106,14 @@
\RequirePackage[\vl@lang]{babel} \RequirePackage[\vl@lang]{babel}
\RequirePackage{iflang} \RequirePackage{iflang}
\RequirePackage[autostyle=once,german=guillemets]{csquotes}
\IfLanguageName{ngerman}{% \IfLanguageName{ngerman}{%
\RequirePackage[babel=once,german=guillemets]{csquotes}
\AtEndOfClass{\shorthandon{"}} \AtEndOfClass{\shorthandon{"}}
\defineshorthand{"`}{\openautoquote} \defineshorthand{"`}{\openautoquote}
\defineshorthand{"'}{\closeautoquote} \defineshorthand{"'}{\closeautoquote}
\MakeAutoQuote{»}{«}
}{% }{%
\RequirePackage[babel=once]{csquotes}
} }
\MakeAutoQuote{»}{«}
\RequirePackage{picture} \RequirePackage{picture}
...@@ -191,10 +190,11 @@ ...@@ -191,10 +190,11 @@
\newcommand\firm[1]{% \newcommand\firm[1]{%
\begingroup \begingroup
\let\\=\relax %\let\\=\relax \VerbatimQuotes
\xdef\vl@firm{\trim@spaces{#1}} \gdef\vl@firm{\trim@spaces{#1}}
\endgroup \endgroup
} }
\newcommand\attn[1]{\xdef\vl@attn{\trim@spaces{#1}}} \newcommand\attn[1]{\xdef\vl@attn{\trim@spaces{#1}}}
\newcommand\name[1]{\xdef\vl@name{\trim@spaces{#1}}} \newcommand\name[1]{\xdef\vl@name{\trim@spaces{#1}}}
\newcommand\street[1]{\xdef\vl@street{\trim@spaces{#1}}} \newcommand\street[1]{\xdef\vl@street{\trim@spaces{#1}}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment