From 5617dedd7238e62082916098f0bc9d4a89967106 Mon Sep 17 00:00:00 2001
From: mbertucci47 <61854785+mbertucci47@users.noreply.github.com>
Date: Sat, 7 Dec 2024 01:34:04 -0700
Subject: [PATCH] Cwls (#3901)
* Update fancyqr.cwl
* Update hep-float.cwl
* Update hep-math.cwl
* Update hep-graphic.cwl
* Update hep-text.cwl
* Update verifiche.cwl
* Update luamplib.cwl
* Update tikzpingus.cwl
* Update simpleicons.cwl
* Update jsonparse.cwl
* Update dejavu-otf.cwl
* Update class-suftesi.cwl
* Update fontsize.cwl
* Update postnotes.cwl
* Update langsci-gb4e.cwl
* Update langsci-affiliations.cwl
* Update postnotes.cwl
* Update plex-otf.cwl
* Update genealogy-profiles.cwl
* Update class-suftesi.cwl
* Update simpleicons.cwl
* Update siunitx.cwl
* Update spbmark.cwl
* Add files via upload
* Update completion.qrc
---
completion.qrc | 1 +
completion/class-suftesi.cwl | 12 +++--
completion/dejavu-otf.cwl | 5 +--
completion/euclidean-lattice.cwl | 7 +++
completion/fancyqr.cwl | 4 +-
completion/fontsize.cwl | 8 +++-
completion/genealogy-profiles.cwl | 24 +++++-----
completion/hep-float.cwl | 3 +-
completion/hep-graphic.cwl | 15 ++++---
completion/hep-math.cwl | 7 ++-
completion/hep-text.cwl | 4 +-
completion/jsonparse.cwl | 4 +-
completion/langsci-affiliations.cwl | 5 ++-
completion/langsci-gb4e.cwl | 3 +-
completion/luamplib.cwl | 8 +++-
completion/plex-otf.cwl | 11 ++---
completion/postnotes.cwl | 37 ++++++++++-----
completion/simpleicons.cwl | 33 +++++++++++++-
completion/siunitx.cwl | 7 +--
completion/spbmark.cwl | 11 ++++-
completion/tikzpingus.cwl | 70 ++++++++++++++++++-----------
completion/verifiche.cwl | 18 +++++++-
22 files changed, 212 insertions(+), 85 deletions(-)
create mode 100644 completion/euclidean-lattice.cwl
diff --git a/completion.qrc b/completion.qrc
index 45fefc80b2..6b505bca9a 100644
--- a/completion.qrc
+++ b/completion.qrc
@@ -1445,6 +1445,7 @@
completion/etoolbox.cwl
completion/etruscan.cwl
completion/eucal.cwl
+completion/euclidean-lattice.cwl
completion/euclideangeometry.cwl
completion/euflag.cwl
completion/eufrak.cwl
diff --git a/completion/class-suftesi.cwl b/completion/class-suftesi.cwl
index 45c77fdc25..e8b81b45a6 100644
--- a/completion/class-suftesi.cwl
+++ b/completion/class-suftesi.cwl
@@ -1,9 +1,8 @@
# suftesi class
-# Matthew Bertucci 2023/09/07 for v3.2.1
+# Matthew Bertucci 2024/12/06 for v3.2.6
#include:xkeyval
#include:class-book
-#include:fontsize
#include:geometry
#include:enumitem
# loads inline option of enumitem
@@ -32,11 +31,15 @@
\rhoAlt#*m
## Class options ##
+#ifOption:loadfontsize
+#include:fontsize
+#endif
+
#ifOption:fewfootnotes=true
-#include:zref-perpage
+#include:footnpag
#endif
#ifOption:fewfootnotes
-#include:zref-perpage
+#include:footnpag
#endif
#ifOption:defaultfont=standard
@@ -99,6 +102,7 @@
structure=#book,article,collection
pagelayout=#standard,standardaureo,periodical,periodicalaureo,compact,compactaureo,supercompact,supercompactaureo,pocketa,pocketb,pocketc
version=#screen,cscreen,draft,final
+loadfontsize
parindent=##L
defaultfont=#none,cochineal,libertine,palatino,standard
fontsize=##L
diff --git a/completion/dejavu-otf.cwl b/completion/dejavu-otf.cwl
index d79e6b119d..55f354dfdb 100644
--- a/completion/dejavu-otf.cwl
+++ b/completion/dejavu-otf.cwl
@@ -1,8 +1,7 @@
# dejavu-otf package
-# Matthew Bertucci 4/17/2021 for v0.04
+# Matthew Bertucci 2024/11/30 for v0.06
-#include:ifxetex
-#include:ifluatex
+#include:iftex
#include:xkeyval
#include:unicode-math
diff --git a/completion/euclidean-lattice.cwl b/completion/euclidean-lattice.cwl
new file mode 100644
index 0000000000..e92e9fddc8
--- /dev/null
+++ b/completion/euclidean-lattice.cwl
@@ -0,0 +1,7 @@
+# euclidean-lattice package
+# Matthew Bertucci 2024/11/29 for v1.0
+
+#include:tikz
+
+\lattice[%](%)(%);
+\lattice<%>[%](%)(%);
\ No newline at end of file
diff --git a/completion/fancyqr.cwl b/completion/fancyqr.cwl
index 4d6eaac062..a62d86c531 100644
--- a/completion/fancyqr.cwl
+++ b/completion/fancyqr.cwl
@@ -1,5 +1,5 @@
# fancyqr package
-# Matthew Bertucci 2024/10/08 for v2.1
+# Matthew Bertucci 2024/11/29 for v2.2
#include:pict2e
#include:qrcode
@@ -13,6 +13,7 @@
#keyvals:\fancyqr,\fancyqrset,\fancyqr*
classic#true,false
color=#%color
+compensate=##L
gradient#true,false
gradient angle=%
image=%
@@ -40,6 +41,7 @@ nolink
#endkeyvals
\FancyQrDoNotPrintSquare{x}{y}
+\FancyQrDoNotPrintRadius{factor}
\FancyQrRoundCut
\FancyQrHardCut
diff --git a/completion/fontsize.cwl b/completion/fontsize.cwl
index 7a2833acc7..db5d9aae90 100644
--- a/completion/fontsize.cwl
+++ b/completion/fontsize.cwl
@@ -1,5 +1,5 @@
# fontsize package
-# Matthew Bertucci 12/13/2021 for v0.8.5
+# Matthew Bertucci 2024/12/04 for v0.9
#include:xkeyval
@@ -7,6 +7,7 @@
fontsize=##L
parindent=##L
cloname=%
+fsround=%
#endkeyvals
\changefontsize{fontsize}
@@ -52,4 +53,7 @@ cloname=%
\HUGE
\HUGEr
\HUGErr
-\HUGErrr
\ No newline at end of file
+\HUGErrr
+
+# not documented
+\fscalc{arg}#S
diff --git a/completion/genealogy-profiles.cwl b/completion/genealogy-profiles.cwl
index 98121ebaa7..46909333d2 100644
--- a/completion/genealogy-profiles.cwl
+++ b/completion/genealogy-profiles.cwl
@@ -1,5 +1,5 @@
# genealogy-profiles package
-# Matthew Bertucci 2024/01/25 for v2024/01/24
+# Matthew Bertucci 2024/12/05 for v2024/12/05
#include:genealogytree
#include:hyperref
@@ -17,17 +17,16 @@ begin header=%
end header=%
begin life events=%
end life events=%
+begin content=%
+end content=%
+layout preset=#clear,tcolorbox
reference style=
unknown reference style=
page number style=
-givenname style=%