forked from texstudio-org/texstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
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 https://github.com/texstudio-org/texstudio
- Loading branch information
Showing
41 changed files
with
8,312 additions
and
6,991 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# bib2qr package | ||
# Matthew Bertucci 2024/08/01 for v0.2 | ||
|
||
#include:biblatex | ||
#include:ifthen | ||
#include:qrcode | ||
#include:xstring | ||
|
||
#keyvals:\usepackage/bib2qr#c | ||
doiurlbase=%<string%> | ||
qrdelimiter=%<sep code%> | ||
qrversion=%<version%> | ||
qrwidth=##L | ||
#endkeyvals | ||
|
||
\qrcite{bibid}#C | ||
\qrfullcite{bibid}#C | ||
\qrfullcite[option%keyvals]{bibid}#C | ||
|
||
#keyvals:\qrfullcite | ||
noindent | ||
#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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# eqnalign package | ||
# Matthew Bertucci for v1.0a | ||
|
||
#include:amsmath | ||
|
||
\begin{EQNarray}#S\math,array | ||
\end{EQNarray}#S | ||
\begin{EQNarray*}#S\math,array | ||
\end{EQNarray*}#S |
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,39 @@ | ||
# fillwith package | ||
# Matthew Bertucci 2024/08/13 for v0.3 | ||
|
||
#include:svn-prov | ||
#include:xcolor | ||
|
||
\fillwith | ||
\fillwith[options%keyvals] | ||
\fillwith* | ||
\fillwith*[options%keyvals] | ||
\fillwithrules | ||
\fillwithrules[options%keyvals] | ||
\fillwithrules* | ||
\fillwithrules*[options%keyvals] | ||
\fillwithdottedlines | ||
\fillwithdottedlines[options%keyvals] | ||
\fillwithdottedlines* | ||
\fillwithdottedlines*[options%keyvals] | ||
\fillwithnolines | ||
\fillwithnolines[options%keyvals] | ||
\fillwithnolines* | ||
\fillwithnolines*[options%keyvals] | ||
\fillwithset{options%keyvals} | ||
|
||
#keyvals:\fillwith#c,\fillwith*#c,\fillwithrules#c,\fillwithrules*#c,\fillwithdottedlines#c,\fillwithdottedlines*#c,\fillwithnolines#c,\fillwithnolines*#c,\usepackage/fillwith#c,\fillwithset#c | ||
color=#%color | ||
dottedcolor=#%color | ||
#endkeyvals | ||
|
||
#keyvals:\fillwith#c,\fillwith*#c,\fillwithrules#c,\fillwithrules*#c,\fillwithdottedlines#c,\fillwithdottedlines*#c,\fillwithnolines#c,\fillwithnolines*#c,\fillwithset#c | ||
cont#true,false | ||
fillwith ht=%<number%> | ||
goal ht=##L | ||
no font=%<font commands%> | ||
#endkeyvals | ||
|
||
#keyvals:\fillwith#c,\fillwith*#c,\fillwithset#c | ||
style=#rule,dots,line,lines,rules | ||
#endkeyvals |
Oops, something went wrong.