-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:texstudio-org/texstudio
- Loading branch information
Showing
19 changed files
with
152 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# epcqrcode package | ||
# Matthew Bertucci 2024/04/11 for v1.0 | ||
|
||
#include:qrcode | ||
#include:xstring | ||
#include:calculator | ||
|
||
\epcqr{keyvals} | ||
|
||
#keyvals:\epcqr | ||
bic=%<BIC%> | ||
name=%<text%> | ||
iban=%<IBAN%> | ||
amount=%<number%> | ||
reason=%<text%> | ||
ref=%<text%> | ||
text=%<text%> | ||
information=%<text%> | ||
#endkeyvals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# jsonparse package | ||
# Matthew Bertucci 2024/04/11 for v0.5.6 | ||
|
||
#keyvals:\usepackage/jsonparse#c | ||
debug | ||
#endkeyvals | ||
|
||
\JSONParse{token variable%cmd}{JSON string}#d | ||
\JSONParseFromFile{token variable%cmd}{JSON file}#d | ||
\JSONParseGetValue{token variable}{key%plain} | ||
\JSONParseGetValue*{token variable}{key%plain} | ||
\JSONParseGetArrayValues{token variable}{key%plain}{string} | ||
\JSONParseGetArrayValues{token variable}{key%plain}[subkey]{string} | ||
\JSONParseGetArrayValues*{token variable}{key%plain}{string} | ||
\JSONParseGetArrayValues*{token variable}{key%plain}[subkey]{string} | ||
\JSONParseUseArrayValues{token variable}{key%plain}{command name} | ||
\JSONParseUseArrayValues{token variable}{key%plain}[subkey]{command name} | ||
\JSONParseUseArrayValues*{token variable}{key%plain}{command name} | ||
\JSONParseUseArrayValues*{token variable}{key%plain}[subkey]{command name} | ||
\JSONParseGetArrayCount{token variable}{key%plain} | ||
\JSONParseSetChildSeparator{string} | ||
\JSONParseSetArraySeparator{string}{string} | ||
\JSONParseSetTrueString{string} | ||
\JSONParseSetFalseString{string} | ||
\JSONParseSetNullString{string} | ||
\JSONParseSetArrayIndexZeroBased | ||
\JSONParseSetArrayIndexOneBased |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# lscapeenhanced package | ||
# Matthew Bertucci 2024/04/16 for v1.0 | ||
|
||
#include:lscape | ||
#include:xpatch | ||
|
||
#keyvals:\usepackage/lscapeenhanced#c | ||
pdflscape | ||
#endkeyvals | ||
|
||
#ifOption:pdflscape | ||
#include:pdflscape | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# pdflscape package | ||
# Matthew Bertucci 8/29/2021 for v0.12 | ||
# Matthew Bertucci 2024/04/16 for v0.13 | ||
|
||
#include:iftex | ||
#include:lscape | ||
#include:atbegshi |
Oops, something went wrong.