-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from pgf-tikz/master
Merge from upstream
- Loading branch information
Showing
63 changed files
with
285 additions
and
195 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 2 | ||
updates: | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
# Check for updates to GitHub Actions every week | ||
interval: "weekly" |
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 |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
*.out | ||
*.svg | ||
*.synctex.gz | ||
*.toc | ||
*.zip | ||
*.zip | ||
|
||
build/* |
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 |
---|---|---|
|
@@ -12,19 +12,13 @@ docfiledir = "./doc/generic/pgf" | |
docfiles = | ||
{ | ||
"RELEASE_NOTES.md", "description.html", -- Part of the release script | ||
"color.cfg", "pgfmanual.cfg", "images/*.jpg", "*.tex" -- Build the PDF | ||
"color.cfg", "pgfmanual.cfg", "images", "plots", "*.tex" -- Build the manual | ||
} | ||
tdsroot = "generic" | ||
typesetfiles = {"pgfmanual.tex"} | ||
typesetexe = "lualatex" | ||
flatten = false | ||
|
||
-- To allow writing | ||
function docinit_hook() | ||
mkdir(typesetdir .. "/plots") | ||
return 0 | ||
end | ||
|
||
-- Set up to allow testing dvips, etc. | ||
specialformats = specialformats or {} | ||
specialformats["latex"] = specialformats["latex"] or | ||
|
@@ -43,9 +37,6 @@ checkengines = {"pdftex", "latexdvips", "latexdvisvgm", "luatex", "xetex"} | |
-- Use multiple sets of tests | ||
checkconfigs = { "build", "config-gd" } | ||
|
||
--- Keep all \special data (may one day be the l3build default) | ||
maxprintline = 9999 | ||
|
||
-- For release | ||
ctanzip = "pgf.ctan.flatdir" | ||
packtdszip = true | ||
|
@@ -63,7 +54,7 @@ uploadconfig = { | |
ctanPath = "/graphics/pgf/base", | ||
description = [[<p>PGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdfTeX and dvips. It comes with a user-friendly syntax layer called TikZ.<br></p><p>Its usage is similar to <a data-cke-saved-href="/pkg/pstricks-base" href="/pkg/pstricks-base">pstricks</a> and the standard picture environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike <a data-cke-saved-href="/pkg/pstricks-base" href="/pkg/pstricks-base">pstricks</a>, it can produce either PostScript or PDF output.<br></p>]], | ||
email = "[email protected]", | ||
license = "fdl;gpl2;lppl1.3c", | ||
license = { "fdl", "gpl2", "lppl1.3c" }, | ||
note_file = "CTAN_NOTES.md", | ||
pkg = "pgf", | ||
repository = "https://github.com/pgf-tikz/pgf", | ||
|
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
Oops, something went wrong.