Skip to content

Commit a560cc3

Browse files
authored
new cwls (#3360)
* Update innerscript.cwl * Update bodegraph.cwl * Update newtxmath.cwl * Update newtx.cwl * Update ppt-slides.cwl * Update biblatex.cwl * Update dspfunctions.cwl * Update dspblocks.cwl * Update class-acmart.cwl * Update robust-externalize.cwl * Add files via upload * Update completion.qrc
1 parent 37aaf05 commit a560cc3

16 files changed

+403
-45
lines changed

completion.qrc

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<file>completion/ae.cwl</file>
5858
<file>completion/aeguill.cwl</file>
5959
<file>completion/aesupp.cwl</file>
60+
<file>completion/affilauthor.cwl</file>
6061
<file>completion/afterpackage.cwl</file>
6162
<file>completion/afterpage.cwl</file>
6263
<file>completion/ajmacros.cwl</file>
@@ -147,6 +148,7 @@
147148
<file>completion/arev.cwl</file>
148149
<file>completion/arevmath.cwl</file>
149150
<file>completion/arevtext.cwl</file>
151+
<file>completion/argumentation.cwl</file>
150152
<file>completion/arimo.cwl</file>
151153
<file>completion/armtex.cwl</file>
152154
<file>completion/arraycols.cwl</file>
@@ -1922,6 +1924,7 @@
19221924
<file>completion/iopams.cwl</file>
19231925
<file>completion/ipa.cwl</file>
19241926
<file>completion/ipaex-type1.cwl</file>
1927+
<file>completion/ipsum.cwl</file>
19251928
<file>completion/isodate.cwl</file>
19261929
<file>completion/isomath.cwl</file>
19271930
<file>completion/isonums.cwl</file>
@@ -2796,6 +2799,7 @@
27962799
<file>completion/pmat.cwl</file>
27972800
<file>completion/pmboxdraw.cwl</file>
27982801
<file>completion/pmdb.cwl</file>
2802+
<file>completion/pmdraw.cwl</file>
27992803
<file>completion/pmhanguljamo.cwl</file>
28002804
<file>completion/pmhanguljamo-frkim.cwl</file>
28012805
<file>completion/pm-isomath.cwl</file>
@@ -2806,6 +2810,7 @@
28062810
<file>completion/polexpr.cwl</file>
28072811
<file>completion/polski.cwl</file>
28082812
<file>completion/polyglossia.cwl</file>
2813+
<file>completion/polyhedra.cwl</file>
28092814
<file>completion/polymers.cwl</file>
28102815
<file>completion/polynom.cwl</file>
28112816
<file>completion/polynomial.cwl</file>

completion/affilauthor.cwl

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# affilauthor package
2+
# Matthew Bertucci 2023/11/08 for v1.0.0
3+
4+
#include:marvosym
5+
6+
\author{keyvals}
7+
8+
#keyvals:\author#c
9+
name={%<name1,name2,...%>}
10+
mail={%<email1,email2,...%>}
11+
phone={%<num1,num2,...%>}
12+
url={%<URL1,URL2,...%>}
13+
affil={%<affil1,affil2,...%>}
14+
note={%<note1,note2,...%>
15+
#endkeyvals
16+
17+
\affil{keyvals}
18+
19+
#keyvals:\affil#c
20+
id=%<id%>
21+
div=%<text%>
22+
org=%<text%>
23+
addr=%<text%>
24+
street=%<text%>
25+
landmark=%<text%>
26+
pincode=%<text%>
27+
postbox=%<text%>
28+
city=%<text%>
29+
state=%<text%>
30+
country=%<text%>
31+
#endkeyvals
32+
33+
\affilstyle[keyvals]
34+
35+
#keyvals:\affilstyle#c
36+
authfont=%<font commands%>
37+
affilfont=%<font commands%>
38+
mailfont=%<font commands%>
39+
urlfont=%<font commands%>
40+
phonefont=%<font commands%>
41+
notefont=%<font commands%>
42+
notenum=#alpha,fnsym,roman
43+
authspace=##L
44+
affilspace=##L
45+
#endkeyvals

completion/argumentation.cwl

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# argumentation package
2+
# Matthew Bertucci 2023/11/07 for v1.0
3+
4+
#include:options
5+
#include:tikz
6+
#include:tikzlibrarypositioning
7+
#include:tikzlibrarydecorations.markings
8+
9+
#keyvals:\usepackage/argumentation#c
10+
namestyle=#italics,bold,bolditalics
11+
argumentstyle=#standard,retro
12+
attackstyle=#standard,retro
13+
#endkeyvals
14+
15+
\begin{af}#\pictureHightlight
16+
\begin{af}[options]#\pictureHightlight
17+
\end{af}
18+
\begin{miniaf}#\pictureHightlight
19+
\begin{miniaf}[options]#\pictureHightlight
20+
\end{miniaf}
21+
22+
\argument{id}{name}
23+
\argument[options]{id}{name}
24+
\attack{id1}{id2}
25+
\attack[options]{id1}{id2}
26+
\dualattack{id1}{id2}
27+
\dualattack[options]{id1}{id2}
28+
\selfattack{id}
29+
\selfattack[options]{id}
30+
\support{id1}{id2}
31+
\support[options]{id1}{id2}
32+
\afname{id}{name}
33+
\afname[options]{id}{name}
34+
35+
# not documented
36+
\argstyle{text}#S
37+
\setargumentstyle{options}#S
38+
\setattackstyle{options}#S
39+
\setloopstyle{options}#S
40+
\adjustargumentstyle{options}#S
41+
\adjustattackstyle{options}#S
42+
\resetargumentstyle#S
43+
\resetattackstyle#S
44+
\resetloopstyle#S

completion/biblatex.cwl

+1-2
Original file line numberDiff line numberDiff line change
@@ -7353,12 +7353,11 @@ conference=#long,full,acronym
73537353
#endkeyvals
73547354
#endif
73557355

7356-
### biblatex-lni v0.5 ###
7356+
### biblatex-lni v0.6 ###
73577357
#ifOption:style=LNI
73587358
# from LNI.bbx
73597359
\LNIversion#S
73607360
\LNIdate#S
7361-
\volnumdelim#*
73627361
\aftertitledelim#*
73637362
#endif
73647363

completion/bodegraph.cwl

+34-29
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# bodegraph package
2-
# Matthew Bertucci 12/13/2021 for v1.4
2+
# Matthew Bertucci 2023/11/10 for v1.6
33

44
#include:ifsym
55
#include:ifthen
6+
#include:relsize
67
#include:tikz
78
#include:tikzlibraryshapes
89
#include:tikzlibrarybackgrounds
@@ -14,6 +15,7 @@
1415
\UnitedB
1516
\UniteDegre
1617
\OrdBode{number}
18+
\Unites{label axe X}{label axe Y}
1719
\Unitx
1820
\Unity
1921

@@ -47,6 +49,7 @@ Temp label points/.style={%<options%>}
4749
\BodeGraph*[%<options%>]{%<domain%>}{%<function%>}{[%<node options%>]%<text%>}
4850
\BodePoint{list}{function}
4951
\BodePoint[options%keyvals]{list}{function}
52+
\NomGnuplot[name]
5053
\POAmp{K}{tau}
5154
\POAmpAsymp{K}{tau}
5255
\POArg{K}{tau}
@@ -138,32 +141,6 @@ Temp label points/.style={%<options%>}
138141
\AbaqueTRsecond
139142
\AbaqueDepassement
140143

141-
\CorpsPol#*
142-
\LW#*
143-
\POAmpReel{arg1}{arg2}#*
144-
\POAmpng{arg1}{arg2}#*
145-
\POArgReel{arg1}{arg2}#*
146-
\POBlack{arg1}{arg2}#*
147-
\SOAmpReel{arg1}{arg2}{arg3}#*
148-
\SOArgReel{arg1}{arg2}{arg3}#*
149-
\SOBlack{arg1}{arg2}{arg3}#*
150-
\SOncArg{arg1}{arg2}{arg3}{arg4}#*
151-
\UnitS#*
152-
\ValK#*
153-
\ValW#*
154-
\ValZ#*
155-
\Valsuivante#*
156-
\Xmax#*
157-
\puce#*
158-
\theidGnuplo*
159-
\valgridx#*
160-
\valgridy#*
161-
\valmaxBf#*
162-
\valmaxx#*
163-
\valmaxy#*
164-
\valpas#*
165-
\valpi#*
166-
167144
\AbaqueBlackNoStar#S
168145
\AbaqueBlackStar#S
169146
\BlackGraphNoText#S
@@ -179,6 +156,11 @@ Temp label points/.style={%<options%>}
179156
\BodeArg#S
180157
\BodeGraphNoText#S
181158
\BodeGraphText#S
159+
\CorpsPol#S
160+
\LW#S
161+
\NameGraph#S
162+
\NOMgnuplot#S
163+
\NomGraphe{name}#S
182164
\NyquistGraphNoText#S
183165
\NyquistGraphText#S
184166
\NyquistGridNoStar#S
@@ -187,9 +169,32 @@ Temp label points/.style={%<options%>}
187169
\NyquistPointPos#S
188170
\NyquistTextNoPoint#S
189171
\NyquistTextPoint#S
172+
\POAmpng{arg1}{arg2}#S
173+
\POAmpReel{arg1}{arg2}#S
174+
\POArgReel{arg1}{arg2}#S
175+
\POBlack{arg1}{arg2}#S
176+
\puce#S
190177
\RepTempNoText#S
191178
\RepTempText#S
192-
\TempGridNoStar#S
193-
\TempGridStar#S
194179
\semilogNS#S
195180
\semilogS#S
181+
\SOAmpReel{arg1}{arg2}{arg3}#S
182+
\SOArgReel{arg1}{arg2}{arg3}#S
183+
\SOBlack{arg1}{arg2}{arg3}#S
184+
\SOncArg{arg1}{arg2}{arg3}{arg4}#S
185+
\TempGridNoStar#S
186+
\TempGridStar#S
187+
\theidGnuplot#S
188+
\UnitS#S
189+
\valgridx#S
190+
\valgridy#S
191+
\ValK#S
192+
\valmaxBf#S
193+
\valmaxx#S
194+
\valmaxy#S
195+
\valpas#S
196+
\valpi#S
197+
\Valsuivante#S
198+
\ValW#S
199+
\ValZ#S
200+
\Xmax#S

completion/class-acmart.cwl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# acmart class
2-
# Matthew Bertucci 2023/10/24 for v1.93
2+
# Matthew Bertucci 2023/11/10 for v2.00
33

44
#include:xkeyval
55
#include:xstring
@@ -246,7 +246,6 @@ TWEB
246246
\acmMonth{month}#*
247247
\acmArticleSeq{number}#*
248248
\acmSubmissionID{ID}
249-
\acmPrice{price}#*
250249
\acmISBN{ISBN}#*
251250
\acmDOI{DOI}#*
252251
\acmBadge{imagefile}#*g

completion/dspblocks.cwl

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dspblocks package
2-
# Matthew Bertucci 2022/07/21 for v1.0
2+
# Matthew Bertucci 2023/11/10 for v1.1
33

44
#include:calc
55
#include:fp
@@ -39,4 +39,7 @@
3939
\BDupsmp{N}
4040
\BDdwsmp{N}
4141

42-
\BDwidth#L
42+
\BDwidth#L
43+
44+
\BDclip#*
45+
\BDclip[length]#*

completion/dspfunctions.cwl

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dspfunctions package
2-
# Matthew Bertucci 2022/07/21 for v1.0
2+
# Matthew Bertucci 2023/11/10 for v1.1
33

44
\dspToDeg#*
55
\dspRect{a}{b}
@@ -19,4 +19,7 @@
1919
\dspDFTIM{x0 x1 ...}
2020
\dspDFTMAG{x0 x1 ...}
2121
\dspFIRI{a0 a1 ...}
22-
\dspTFM{a0 a1 ...}{b0 b1 ...}
22+
\dspTFM{a0 a1 ...}{b0 b1 ...}
23+
\dspAudio{a}{b}#*
24+
\dspSetFilter{b0 b1 ...}{a0 a1 ...}
25+
\dspFilter

completion/innerscript.cwl

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# innerscript package
2-
# Matthew Bertucci 1/25/2022 for v1.1
2+
# Matthew Bertucci 2023/11/08 for v1.2
33

44
#include:luatex
55

66
#keyvals:\usepackage/innerscript#c
77
script
88
scriptscript
99
inner
10+
close
11+
cover
12+
legacy-script
13+
legacy-scriptscript
1014
no-script
1115
no-scriptscript
1216
no-inner
13-
#endkeyvals
17+
no-close
18+
no-cover
19+
#endkeyvals

completion/ipsum.cwl

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ipsum package
2+
# Matthew Bertucci 2023/11/09 for v0.1.1
3+
4+
#include:xstring
5+
#include:xintexpr
6+
#include:simplekv
7+
8+
\ipsum
9+
\ipsum[range]
10+
\ipsum<keyvals>
11+
\ipsum<keyvals>[range]
12+
13+
#keyvals:\ipsum
14+
Lang=#LAT,EN,FR,DE,ES,PT,IT,NL
15+
Type=#par,sent,enum,item
16+
#endkeyvals

completion/newtx.cwl

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# newtx package
2-
# Matthew Bertucci 2023/07/27 for v1.72
2+
# Matthew Bertucci 2023/11/10 for v1.732
33

44
#include:newtxtext
55
#include:newtxmath
@@ -68,6 +68,8 @@ scosf
6868
tighter
6969
looser
7070
# options from newtxmath
71+
vecsep=##L
72+
amsthm
7173
subscriptcorrectionfile=%<file%>
7274
nosubscriptcorrection
7375
subscriptcorrection
@@ -91,8 +93,8 @@ useBImacros
9193
varg
9294
varvw
9395
noOT1
94-
amsthm
95-
vecsep=##L
96+
propmathfigs
97+
curlybraces
9698
#endkeyvals
9799

98100
#ifOption:libertine

0 commit comments

Comments
 (0)