summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-08-30 19:52:43 +0000
committerKarl Berry <karl@freefriends.org>2022-08-30 19:52:43 +0000
commit19fcc735509136c35b8e49bb6989cc8e6e2d4079 (patch)
tree5a0f2d334387cdae04042ad28faa4f6c9d846e45 /Master/texmf-dist/tex/lualatex
parent80649b3c4b66e9731c9694bf20286df6503bad83 (diff)
luaquotes (30aug22)
git-svn-id: svn://tug.org/texlive/trunk@64243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex')
-rw-r--r--Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty13
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty b/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty
index 954891af132..15801e9ba26 100644
--- a/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty
+++ b/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty
@@ -1,6 +1,6 @@
-\def\luaquotesversionnumber{1.0.1}
+\def\luaquotesversionnumber{1.0.2}
\ProvidesPackage{luaquotes}
- [2022/08/01\luaquotesversionnumber smart quotes with lua]
+ [2022/08/30\luaquotesversionnumber smart quotes with lua]
% !TeX program = lualatex
% !TeX encoding = utf8
% This work may be distributed and/or modified under the
@@ -245,7 +245,12 @@ return ( s:gsub ( " '(..-)'", " ‚\%1`" ) )
\desinglequotelinestartoff
\desinglequotescloseoff}
\DeclareOption{de}{
-\AtBeginDocument{\desmartquotes}
+\AtBeginDocument{
+\frsmartquotes
+\frdumbquotes
+\smartquotes
+\dumbquotes\dumbquotes
+\desmartquotes}
\renewcommand{\texttt}[1]{{\ttfamily\addfontfeature{RawFeature={+qtbye,-tlig}} #1}}
}
@@ -286,7 +291,7 @@ return ( s:gsub ( " '(..-)'", " ‹\\,\%1\\,›" ) )
\frsinglequotelinestartoff
\frsinglequotescloseoff}
\DeclareOption{fr}{
-\AtBeginDocument{\desmartquotes\dedumbquotes\smartquotes\dumbquotes\frsmartquotes}
+\AtBeginDocument{\desmartquotes\dedumbquotes\smartquotes\dumbquotes\dumbquotes\frsmartquotes}
\renewcommand{\texttt}[1]{{\ttfamily\addfontfeature{RawFeature={+qtbye,-tlig}} #1}}