summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/csquotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-01 23:01:46 +0000
committerKarl Berry <karl@freefriends.org>2016-02-01 23:01:46 +0000
commit86ce10d3a5965218b1ca952e8ad39ba2421ebaed (patch)
tree8612efe21673f5b3475bcbaa833aea5087998b57 /Master/texmf-dist/tex/latex/csquotes
parent23d1eb6423786dfd7bdb4bc3c13f399ee0da6612 (diff)
csquotes (1feb16)
git-svn-id: svn://tug.org/texlive/trunk@39538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes')
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csq-compat.def2
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.def19
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.sty4
3 files changed, 21 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
index 3e10f96255a..6ff6a54e2e6 100644
--- a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
+++ b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
@@ -1,5 +1,5 @@
\ProvidesFile{csq-compat.def}
- [2015/07/18 v5.1f csquotes backwards compatibility (JAW)]
+ [2016/01/31 v5.1g csquotes backwards compatibility (JAW)]
\def\csq@getversion#1{%
\expandafter\csq@getversion@i
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.def b/Master/texmf-dist/tex/latex/csquotes/csquotes.def
index b06aaebad24..4d85ba55996 100644
--- a/Master/texmf-dist/tex/latex/csquotes/csquotes.def
+++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.def
@@ -1,5 +1,5 @@
\ProvidesFile{csquotes.def}
- [2015/07/18 v5.1f csquotes generic definitions (JAW)]
+ [2016/01/31 v5.1g csquotes generic definitions (JAW)]
% Set defaults
@@ -401,6 +401,23 @@
\DeclareQuoteGlyph{EU2}{"2039}% = angle quot. mark, left-pointing single = \guilsinglleft
\DeclareQuoteGlyph{EU2}{"203A}% = angle quot. mark, right-pointing single = \guilsinglright
+% Unicode (2016/02/01 ownards)
+\DeclareQuoteGlyph{TU}{"0022}% = neutral quot. mark, double = \textquotedbl
+\DeclareQuoteGlyph{TU}{"0027}% = neutral quot. mark, single = \textquotesingle
+\DeclareQuoteGlyph{TU}{"00AB}% = angle quot. mark, left-pointing double = \guillemotleft
+\DeclareQuoteGlyph{TU}{"00BB}% = angle quot. mark, right-pointing double = \guillemotright
+\DeclareQuoteGlyph{TU}{"2018}% = comma quot. mark, single turned = \textquoteleft
+\DeclareQuoteGlyph{TU}{"2019}% = comma quot. mark, single = \textquoteright
+\DeclareQuoteGlyph{TU}{"201A}% = comma quot. mark, low single = \quotesinglbase
+\DeclareQuoteGlyph{TU}{"201B}% = comma quot. mark, single reversed = n/a
+\DeclareQuoteGlyph{TU}{"201C}% = comma quot. mark, double turned = \textquotedblleft
+\DeclareQuoteGlyph{TU}{"201D}% = comma quot. mark, double = \textquotedblright
+\DeclareQuoteGlyph{TU}{"201E}% = comma quot. mark, low double = \quotedblbase
+\DeclareQuoteGlyph{TU}{"201F}% = comma quot. mark, double reversed = n/a
+\DeclareQuoteGlyph{TU}{"2039}% = angle quot. mark, left-pointing single = \guilsinglleft
+\DeclareQuoteGlyph{TU}{"203A}% = angle quot. mark, right-pointing single = \guilsinglright
+
+
\endinput
% Auxiliary commands for some styles
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
index efa9ffb0373..dead738f966 100644
--- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
+++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
@@ -1,5 +1,5 @@
% Copyright (c) 2003-2011 Philipp Lehman.
-% (c) 2015 Joseph Wright.
+% (c) 2015-2016 Joseph Wright.
%
% Permission is granted to copy, distribute and/or modify this
% software under the terms of the LaTeX Project Public License
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{csquotes}
- [2015/07/18 v5.1f context-sensitive quotations (JAW)]
+ [2016/01/31 v5.1g context-sensitive quotations (JAW)]
%% Compatibility and requirements