diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-26 23:16:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-26 23:16:35 +0000 |
commit | 653e41a3b2b3ffee730af5d2cbad9d1c7fcb649a (patch) | |
tree | 0019495510c70f4e73d3848cb4c5fb05611fbf5a /Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht | |
parent | d92ff598fe7b6e43069d579f979856b474f525aa (diff) |
csquotes support, tex4ht r846
git-svn-id: svn://tug.org/texlive/trunk@57014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht b/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht index f1eb7057851..4258cf3aeb1 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht @@ -1,4 +1,4 @@ -% csquotes.4ht (2019-02-19-15:55), generated from tex4ht-4ht.tex +% csquotes.4ht (2020-11-26-13:59), generated from tex4ht-4ht.tex % Copyright 2019 TeX Users Group % % This work may be distributed and/or modified under the @@ -16,11 +16,23 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2019-02-19-15:55} +\immediate\write-1{version 2020-11-26-13:59} \long\def\csq@bquote@i#1#2#3#4#5#6{% \csq@bquote@ii{#1}{#2}{#3}{#4}{#5}{#6}} +\NewConfigure{displayquote}{4} +\let\csq:bdquote\csq@bdquote +\def\csq@bdquote#1#2#3#4#5{% +\a:displayquote% +\csq:bdquote{#1}{#2}{#3}{#4}{#5}% +} + +\let\csq:edquote\csq@edquote% +\def\csq@edquote{\csq:edquote\d:displayquote} + +\renewcommand{\mkenddispquote}[2]{#1\b:displayquote#2\c:displayquote} + \Hinput{csquotes} \endinput |