texlive[64243] Master/texmf-dist: luaquotes (30aug22)

commits+karl at tug.org commits+karl at tug.org
Tue Aug 30 21:52:44 CEST 2022


Revision: 64243
          http://tug.org/svn/texlive?view=revision&revision=64243
Author:   karl
Date:     2022-08-30 21:52:43 +0200 (Tue, 30 Aug 2022)
Log Message:
-----------
luaquotes (30aug22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/luaquotes/README
    trunk/Master/texmf-dist/doc/lualatex/luaquotes/luaquotes-documentation.pdf
    trunk/Master/texmf-dist/doc/lualatex/luaquotes/luaquotes-documentation.tex
    trunk/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty

Modified: trunk/Master/texmf-dist/doc/lualatex/luaquotes/README
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/luaquotes/README	2022-08-30 19:52:31 UTC (rev 64242)
+++ trunk/Master/texmf-dist/doc/lualatex/luaquotes/README	2022-08-30 19:52:43 UTC (rev 64243)
@@ -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 @@
 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

Modified: trunk/Master/texmf-dist/doc/lualatex/luaquotes/luaquotes-documentation.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/lualatex/luaquotes/luaquotes-documentation.tex
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/luaquotes/luaquotes-documentation.tex	2022-08-30 19:52:31 UTC (rev 64242)
+++ trunk/Master/texmf-dist/doc/lualatex/luaquotes/luaquotes-documentation.tex	2022-08-30 19:52:43 UTC (rev 64243)
@@ -255,7 +255,7 @@
 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 @@
 \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 @@
 \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 @@
 \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
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty	2022-08-30 19:52:31 UTC (rev 64242)
+++ trunk/Master/texmf-dist/tex/lualatex/luaquotes/luaquotes.sty	2022-08-30 19:52:43 UTC (rev 64243)
@@ -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 @@
 \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 @@
 \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}}
 
 



More information about the tex-live-commits mailing list.