From d1518bf9b322780506b9422250024028e402f0ec Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 31 Aug 2022 03:00:47 +0000 Subject: CTAN sync 202208310300 --- macros/luatex/latex/luaquotes/README | 3 ++- .../latex/luaquotes/luaquotes-documentation.pdf | Bin 106072 -> 107332 bytes .../latex/luaquotes/luaquotes-documentation.tex | 15 ++++++++++++--- macros/luatex/latex/luaquotes/luaquotes.sty | 13 +++++++++---- 4 files changed, 23 insertions(+), 8 deletions(-) (limited to 'macros/luatex') diff --git a/macros/luatex/latex/luaquotes/README b/macros/luatex/latex/luaquotes/README index d63430075b..1fd076cfac 100644 --- a/macros/luatex/latex/luaquotes/README +++ b/macros/luatex/latex/luaquotes/README @@ -1,6 +1,6 @@ luaquotes - smart quotes with lua -version: 1.0.1 +version: 1.0.2 This package automatically creates smart quotes using lua filters and provides auxiliary commands for typesetting specific lua punctuation @@ -12,5 +12,6 @@ For suggestions, feature requests, and bug reports, please use the project's GitHub site: https://github.com/ezgranet/luaquotes Version history: +30/08/2022—resolving bug with language versions 28/08/2022—resolving bug with language versions 24/08/2022 —package creation diff --git a/macros/luatex/latex/luaquotes/luaquotes-documentation.pdf b/macros/luatex/latex/luaquotes/luaquotes-documentation.pdf index cd0dbc092b..22014a7ade 100644 Binary files a/macros/luatex/latex/luaquotes/luaquotes-documentation.pdf and b/macros/luatex/latex/luaquotes/luaquotes-documentation.pdf differ diff --git a/macros/luatex/latex/luaquotes/luaquotes-documentation.tex b/macros/luatex/latex/luaquotes/luaquotes-documentation.tex index f06a12e25c..739edba838 100644 --- a/macros/luatex/latex/luaquotes/luaquotes-documentation.tex +++ b/macros/luatex/latex/luaquotes/luaquotes-documentation.tex @@ -255,7 +255,7 @@ breaklines, firstnumber=last ] {latex} -\def\luaquotesversionnumber{1.0.1} +\def\luaquotesversionnumber{1.0.2} \ProvidesPackage{luaquotes} [2022/08/01\luaquotesversionnumber smart quotes with lua] % !TeX program = lualatex @@ -1065,7 +1065,12 @@ firstnumber=last \desinglequotelinestartoff \desinglequotescloseoff} \DeclareOption{de}{ -\AtBeginDocument{\desmartquotes} +\AtBeginDocument{ +\frsmartquotes +\frdumbquotes +\smartquotes +\dumbquotes\dumbquotes +\desmartquotes} \renewcommand{\texttt}[1]{{\ttfamily\addfontfeature{RawFeature={+qtbye,-tlig}} #1}} } \end{minted} @@ -1348,7 +1353,7 @@ firstnumber=last \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}} } @@ -1378,6 +1383,10 @@ firstnumber=last \section{Version History} \subsection{\texttt{1.0.1}} +\ttfamily 30 August 2022: Further corrections to bug preventing non-English usage + +\subsection{\texttt{1.0.1}} + \ttfamily 28 August 2022: Change bug preventing non-English usage diff --git a/macros/luatex/latex/luaquotes/luaquotes.sty b/macros/luatex/latex/luaquotes/luaquotes.sty index 954891af13..15801e9ba2 100644 --- a/macros/luatex/latex/luaquotes/luaquotes.sty +++ b/macros/luatex/latex/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}} -- cgit v1.2.3