Skip to content

Commit a0ccbf2

Browse files
authored
new completion files (#1939)
* Update varioref.cwl * Update latex-document.cwl * Rename codedoc.cwl to class-codedoc.cwl * Rename cnltx-doc.cwl to class-cnltx-doc.cwl * Rename combine.cwl to class-combine.cwl * Rename ltxdoc.cwl to class-ltxdoc.cwl * Rename bankstatement.cwl to class-bankstatement.cwl * Update and rename nlctdoc.cwl to class-nlctdoc.cwl * Update cwlAliases.dat * Update cartonaugh.cwl * Update doc.cwl * Update doc.cwl * Update svn-multi.cwl * Update class-memoir.cwl * Update subfiles.cwl * Add files via upload * Update overpic.cwl
1 parent 774bba6 commit a0ccbf2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3078
-163
lines changed

completion/blowup.cwl

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# blowup package
2+
# Matthew Bertucci 11/13/2021 for v1.0
3+
4+
#include:atbegshi
5+
#include:keyval
6+
#include:graphics
7+
#include:typearea
8+
#include:ifxetex
9+
#include:ifluatex
10+
#include:ifpdf
11+
#include:ifvtex
12+
13+
\blowUp{keyvals}
14+
15+
#keyvals:\blowUp
16+
target=%<paper size%>
17+
origin=%<paper size%>
18+
landscape#true,false
19+
noscale#true,false
20+
pos=#left,right,inside,outside,top,bottom
21+
onepage#true,false
22+
#endkeyvals
23+
24+
\tPaperWidth
25+
\tPaperHeight
26+
\oPaperWidth
27+
\oPaperWidth

completion/cartonaugh.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# cartonaugh package
22
# Matthew Bertucci 9/10/2021 for v1.0
33

4+
#include:luatex
5+
#include:iftex
46
#include:tikz
57
#include:xparse
68
#include:xstring
@@ -23,4 +25,4 @@
2325
\implicantcorner[submaps]#/cartonaugh
2426
\implicantspread{inner%l}{outer%l}#/cartonaugh
2527
\resetimplicantspread
26-
\changecolor{color}
28+
\changecolor{color}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# catchfilebetweentags package
2+
# Matthew Bertucci 11/13/2021 for v1.1
3+
4+
#include:etex
5+
#include:etoolbox
6+
#include:ltxcmds
7+
#include:catchfile
8+
9+
\CatchFileBetweenTags{csname}{file}{tag}
10+
\CatchFileBetweenTags*{csname}{file}{tag}
11+
12+
\ExecuteMetaData{tag}
13+
\ExecuteMetaData[file]{tag}
14+
\ExecuteMetaData*{tag}
15+
\ExecuteMetaData*[file]{tag}
16+
17+
\CatchFileBetweenDelims{csname}{file}{start delim}{stop delim}
18+
\CatchFileBetweenDelims{csname}{file}{start delim}{stop delim}[setup]

completion/bankstatement.cwl renamed to completion/class-bankstatement.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ negativecolor=#%color
2929
sort=%<sort key%>
3030
openingbalance=
3131
closingbalance=
32-
#endkeyvals
32+
#endkeyvals
File renamed without changes.

completion/codedoc.cwl renamed to completion/class-codedoc.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ visibleEOL
110110
\AtChar#*
111111
#ifOption:index
112112
#include:makeidx
113-
#endif
113+
#endif

completion/combine.cwl renamed to completion/class-combine.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
\emptyAtBeginDocument#*
6464
\thecolpage#*
6565
\setuppapers#*
66-
\takedownpapers#*
66+
\takedownpapers#*

completion/ltxdoc.cwl renamed to completion/class-ltxdoc.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
\task{arg1}{arg2}#*
1818
\currentfile#*
1919
\filekey#*
20-
\filesep#*
20+
\filesep#*

0 commit comments

Comments
 (0)