summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/csquotes/csquotes.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-03 00:03:21 +0000
committerKarl Berry <karl@freefriends.org>2010-06-03 00:03:21 +0000
commited4b7e6d104db218c36f82e81edbcf3260befdbf (patch)
treee0fd631dae906579d45a0487e74cae8feedffb08 /Master/texmf-dist/tex/latex/csquotes/csquotes.def
parent2a2fbc131c15823a6094173b0ae4b08d06500381 (diff)
csquotes 5.0 (2jun10)
git-svn-id: svn://tug.org/texlive/trunk@18701 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.def')
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.def58
1 files changed, 54 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.def b/Master/texmf-dist/tex/latex/csquotes/csquotes.def
index 5c71357e7ed..43e7d3b8796 100644
--- a/Master/texmf-dist/tex/latex/csquotes/csquotes.def
+++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.def
@@ -1,18 +1,36 @@
-% $Id: csquotes.def,v 4.4d 2010/02/06 18:19:34 lehman stable $
+% $Id: csquotes.def,v 5.0 2010/06/02 19:13:37 lehman stable $
\ProvidesFile{csquotes.def}
-[\csq@rcsid $Id: csquotes.def,v 4.4d 2010/02/06 18:19:34 lehman stable $
+[\csq@rcsid $Id: csquotes.def,v 5.0 2010/06/02 19:13:37 lehman stable $
csquotes generic definitions]
% Set defaults
-\ExecuteQuoteOptions{babel=tryonce,maxlevel=2}
+\ExecuteQuoteOptions{autostyle=tryonce,autopunct,maxlevel=2}
\SetBlockEnvironment{quote}
\SetBlockThreshold{3}
\SetCiteCommand{\cite}
% Predefined backend styles
+\DeclareQuoteStyle[quotes]{croatian}% verified
+ {\quotedblbase}
+ {\textquotedblright}
+ [0.05em]% unsure
+ {\quotesinglbase}
+ {\textquoteright}
+\DeclareQuoteStyle[guillemets]{croatian}% verified
+ {\guillemotright}
+ {\guillemotleft}
+ [0.025em]
+ {\quotesinglbase}
+ {\textquoteright}
+\DeclareQuoteStyle[guillements*]{croatian}% verified
+ {\guillemotleft}
+ {\guillemotright}
+ [0.025em]
+ {\quotesinglbase}
+ {\textquoteright}
\DeclareQuoteStyle[quotes]{danish}
{\quotedblbase}
{\textquotedblleft}
@@ -183,6 +201,7 @@
% Predefined aliases
+\DeclareQuoteAlias[quotes]{croatian}{croatian}
\DeclareQuoteAlias[quotes]{danish}{danish}
\DeclareQuoteAlias[american]{english}{american}
\DeclareQuoteAlias[american]{english}{canadian}
@@ -336,7 +355,7 @@
%\DeclareQuoteGlyph{LCY}{60}% = << ligature = \guillemotleft
%\DeclareQuoteGlyph{LCY}{62}% = >> ligature = \guillemotright
-% Unicode (XeTeX)
+% Unicode (for XeTeX)
\DeclareQuoteGlyph{EU1}{"0022}% = neutral quot. mark, double = \textquotedbl
\DeclareQuoteGlyph{EU1}{"0027}% = neutral quot. mark, single = \textquotesingle
\DeclareQuoteGlyph{EU1}{"00AB}% = angle quot. mark, left-pointing double = \guillemotleft
@@ -352,6 +371,37 @@
\DeclareQuoteGlyph{EU1}{"2039}% = angle quot. mark, left-pointing single = \guilsinglleft
\DeclareQuoteGlyph{EU1}{"203A}% = angle quot. mark, right-pointing single = \guilsinglright
+\DeclareQuoteGlyph{U}{"0022}% = neutral quot. mark, double = \textquotedbl
+\DeclareQuoteGlyph{U}{"0027}% = neutral quot. mark, single = \textquotesingle
+\DeclareQuoteGlyph{U}{"00AB}% = angle quot. mark, left-pointing double = \guillemotleft
+\DeclareQuoteGlyph{U}{"00BB}% = angle quot. mark, right-pointing double = \guillemotright
+\DeclareQuoteGlyph{U}{"2018}% = comma quot. mark, single turned = \textquoteleft
+\DeclareQuoteGlyph{U}{"2019}% = comma quot. mark, single = \textquoteright
+\DeclareQuoteGlyph{U}{"201A}% = comma quot. mark, low single = \quotesinglbase
+\DeclareQuoteGlyph{U}{"201B}% = comma quot. mark, single reversed = n.a.
+\DeclareQuoteGlyph{U}{"201C}% = comma quot. mark, double turned = \textquotedblleft
+\DeclareQuoteGlyph{U}{"201D}% = comma quot. mark, double = \textquotedblright
+\DeclareQuoteGlyph{U}{"201E}% = comma quot. mark, low double = \quotedblbase
+\DeclareQuoteGlyph{U}{"201F}% = comma quot. mark, double reversed = n.a.
+\DeclareQuoteGlyph{U}{"2039}% = angle quot. mark, left-pointing single = \guilsinglleft
+\DeclareQuoteGlyph{U}{"203A}% = angle quot. mark, right-pointing single = \guilsinglright
+
+% Unicode (for LuaTeX)
+\DeclareQuoteGlyph{EU2}{"0022}% = neutral quot. mark, double = \textquotedbl
+\DeclareQuoteGlyph{EU2}{"0027}% = neutral quot. mark, single = \textquotesingle
+\DeclareQuoteGlyph{EU2}{"00AB}% = angle quot. mark, left-pointing double = \guillemotleft
+\DeclareQuoteGlyph{EU2}{"00BB}% = angle quot. mark, right-pointing double = \guillemotright
+\DeclareQuoteGlyph{EU2}{"2018}% = comma quot. mark, single turned = \textquoteleft
+\DeclareQuoteGlyph{EU2}{"2019}% = comma quot. mark, single = \textquoteright
+\DeclareQuoteGlyph{EU2}{"201A}% = comma quot. mark, low single = \quotesinglbase
+\DeclareQuoteGlyph{EU2}{"201B}% = comma quot. mark, single reversed = n.a.
+\DeclareQuoteGlyph{EU2}{"201C}% = comma quot. mark, double turned = \textquotedblleft
+\DeclareQuoteGlyph{EU2}{"201D}% = comma quot. mark, double = \textquotedblright
+\DeclareQuoteGlyph{EU2}{"201E}% = comma quot. mark, low double = \quotedblbase
+\DeclareQuoteGlyph{EU2}{"201F}% = comma quot. mark, double reversed = n.a.
+\DeclareQuoteGlyph{EU2}{"2039}% = angle quot. mark, left-pointing single = \guilsinglleft
+\DeclareQuoteGlyph{EU2}{"203A}% = angle quot. mark, right-pointing single = \guilsinglright
+
\endinput
% Auxiliary commands for some styles