-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pgf-tikz:master' into GraphsStandardCodeExamples
- Loading branch information
Showing
65 changed files
with
292 additions
and
194 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", | ||
|
@@ -89,9 +80,3 @@ function tag_hook(tagname, tagdate) | |
return 0 | ||
end | ||
|
||
target_list = target_list or { } | ||
target_list.revisionfile = | ||
{ | ||
desc = "Create revision data file", | ||
func = revisionfile | ||
} |
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.