├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ ├── feature_request.yml │ └── manual.yml ├── PULL_REQUEST_TEMPLATE.md ├── dependabot.yml └── workflows │ ├── check.yml │ ├── dco.yml │ ├── doc.yml │ └── main.yml ├── .gitignore ├── README.md ├── ci ├── create_release.sh └── update_tlcontrib.sh ├── config-gd.lua ├── config-manual.lua ├── config-shell.lua ├── doc └── generic │ └── pgf │ ├── CHANGELOG.md │ ├── INSTALL │ ├── color.cfg │ ├── description.html │ ├── extract.lua │ ├── images │ ├── brave-gnu-world-logo-mask.bb │ ├── brave-gnu-world-logo-mask.eps │ ├── brave-gnu-world-logo-mask.jpg │ ├── brave-gnu-world-logo.25.bb │ ├── brave-gnu-world-logo.25.eps │ ├── brave-gnu-world-logo.25.jpg │ ├── brave-gnu-world-logo.bb │ ├── brave-gnu-world-logo.eps │ ├── brave-gnu-world-logo.jpg │ ├── brave-gnu-world-logo.xbb │ ├── pgfmanual-mindmap-1.pdf │ └── pgfmanual-mindmap-2.pdf │ ├── licenses │ ├── LICENSE │ ├── gnu-free-documentation-license-1.2.txt │ ├── gnu-public-license-2.txt │ ├── latex-project-public-license-1.3c.txt │ ├── manifest-code.txt │ └── manifest-documentation.txt │ ├── pgfmanual-dvipdfm.cfg │ ├── pgfmanual-dvipdfmx.cfg │ ├── pgfmanual-dvips.cfg │ ├── pgfmanual-dvisvgm.cfg │ ├── pgfmanual-en-base-actions.tex │ ├── pgfmanual-en-base-animations.tex │ ├── pgfmanual-en-base-arrows.tex │ ├── pgfmanual-en-base-decorations.tex │ ├── pgfmanual-en-base-design.tex │ ├── pgfmanual-en-base-external.tex │ ├── pgfmanual-en-base-images.tex │ ├── pgfmanual-en-base-internalregisters.tex │ ├── pgfmanual-en-base-layers.tex │ ├── pgfmanual-en-base-matrices.tex │ ├── pgfmanual-en-base-nodes.tex │ ├── pgfmanual-en-base-paths.tex │ ├── pgfmanual-en-base-patterns.tex │ ├── pgfmanual-en-base-plots.tex │ ├── pgfmanual-en-base-points.tex │ ├── pgfmanual-en-base-quick.tex │ ├── pgfmanual-en-base-scopes.tex │ ├── pgfmanual-en-base-shadings.tex │ ├── pgfmanual-en-base-transformations.tex │ ├── pgfmanual-en-base-transparency.tex │ ├── pgfmanual-en-drivers.tex │ ├── pgfmanual-en-dv-axes.tex │ ├── pgfmanual-en-dv-backend.tex │ ├── pgfmanual-en-dv-examples.tex │ ├── pgfmanual-en-dv-formats.tex │ ├── pgfmanual-en-dv-introduction.tex │ ├── pgfmanual-en-dv-main.tex │ ├── pgfmanual-en-dv-polar.tex │ ├── pgfmanual-en-dv-stylesheets.tex │ ├── pgfmanual-en-dv-visualizers.tex │ ├── pgfmanual-en-gd-algorithm-layer.tex │ ├── pgfmanual-en-gd-algorithms-in-c.tex │ ├── pgfmanual-en-gd-binding-layer.tex │ ├── pgfmanual-en-gd-circular.tex │ ├── pgfmanual-en-gd-display-layer.tex │ ├── pgfmanual-en-gd-edge-routing.tex │ ├── pgfmanual-en-gd-examples.tex │ ├── pgfmanual-en-gd-force.tex │ ├── pgfmanual-en-gd-layered.tex │ ├── pgfmanual-en-gd-misc.tex │ ├── pgfmanual-en-gd-ogdf.tex │ ├── pgfmanual-en-gd-overview.tex │ ├── pgfmanual-en-gd-phylogenetics.tex │ ├── pgfmanual-en-gd-trees.tex │ ├── pgfmanual-en-gd-usage-pgf.tex │ ├── pgfmanual-en-gd-usage-tikz.tex │ ├── pgfmanual-en-guidelines.tex │ ├── pgfmanual-en-installation.tex │ ├── pgfmanual-en-introduction.tex │ ├── pgfmanual-en-library-3d.tex │ ├── pgfmanual-en-library-angles.tex │ ├── pgfmanual-en-library-arrows.tex │ ├── pgfmanual-en-library-automata.tex │ ├── pgfmanual-en-library-babel.tex │ ├── pgfmanual-en-library-backgrounds.tex │ ├── pgfmanual-en-library-calc.tex │ ├── pgfmanual-en-library-calendar.tex │ ├── pgfmanual-en-library-chains.tex │ ├── pgfmanual-en-library-circuits.tex │ ├── pgfmanual-en-library-decorations.tex │ ├── pgfmanual-en-library-edges.tex │ ├── pgfmanual-en-library-er.tex │ ├── pgfmanual-en-library-external.tex │ ├── pgfmanual-en-library-fadings.tex │ ├── pgfmanual-en-library-fit.tex │ ├── pgfmanual-en-library-fixedpoint.tex │ ├── pgfmanual-en-library-folding.tex │ ├── pgfmanual-en-library-fpu.tex │ ├── pgfmanual-en-library-lsystems.tex │ ├── pgfmanual-en-library-math.tex │ ├── pgfmanual-en-library-matrices.tex │ ├── pgfmanual-en-library-mindmaps.tex │ ├── pgfmanual-en-library-patterns.tex │ ├── pgfmanual-en-library-perspective.tex │ ├── pgfmanual-en-library-petri.tex │ ├── pgfmanual-en-library-plot-handlers.tex │ ├── pgfmanual-en-library-plot-marks.tex │ ├── pgfmanual-en-library-profiler.tex │ ├── pgfmanual-en-library-rdf.tex │ ├── pgfmanual-en-library-shadings.tex │ ├── pgfmanual-en-library-shadows.tex │ ├── pgfmanual-en-library-shapes.tex │ ├── pgfmanual-en-library-spy.tex │ ├── pgfmanual-en-library-svg-path.tex │ ├── pgfmanual-en-library-through.tex │ ├── pgfmanual-en-library-trees.tex │ ├── pgfmanual-en-library-turtle.tex │ ├── pgfmanual-en-library-views.tex │ ├── pgfmanual-en-license.tex │ ├── pgfmanual-en-main-body.tex │ ├── pgfmanual-en-main-preamble.tex │ ├── pgfmanual-en-main.tex │ ├── pgfmanual-en-math-algorithms.tex │ ├── pgfmanual-en-math-commands.tex │ ├── pgfmanual-en-math-design.tex │ ├── pgfmanual-en-math-numberprinting.tex │ ├── pgfmanual-en-math-parsing.tex │ ├── pgfmanual-en-module-parser.tex │ ├── pgfmanual-en-oo.tex │ ├── pgfmanual-en-pages.tex │ ├── pgfmanual-en-pgfcalendar.tex │ ├── pgfmanual-en-pgffor.tex │ ├── pgfmanual-en-pgfkeys.tex │ ├── pgfmanual-en-pgfkeysfiltered.tex │ ├── pgfmanual-en-pgfsys-animations.tex │ ├── pgfmanual-en-pgfsys-commands.tex │ ├── pgfmanual-en-pgfsys-overview.tex │ ├── pgfmanual-en-pgfsys-paths.tex │ ├── pgfmanual-en-pgfsys-protocol.tex │ ├── pgfmanual-en-tikz-actions.tex │ ├── pgfmanual-en-tikz-animations.tex │ ├── pgfmanual-en-tikz-arrows.tex │ ├── pgfmanual-en-tikz-coordinates.tex │ ├── pgfmanual-en-tikz-decorations.tex │ ├── pgfmanual-en-tikz-design.tex │ ├── pgfmanual-en-tikz-graphs.tex │ ├── pgfmanual-en-tikz-matrices.tex │ ├── pgfmanual-en-tikz-paths.tex │ ├── pgfmanual-en-tikz-pics.tex │ ├── pgfmanual-en-tikz-plots.tex │ ├── pgfmanual-en-tikz-scopes.tex │ ├── pgfmanual-en-tikz-shapes.tex │ ├── pgfmanual-en-tikz-transformations.tex │ ├── pgfmanual-en-tikz-transparency.tex │ ├── pgfmanual-en-tikz-trees.tex │ ├── pgfmanual-en-tutorial-Euclid.tex │ ├── pgfmanual-en-tutorial-chains.tex │ ├── pgfmanual-en-tutorial-map.tex │ ├── pgfmanual-en-tutorial-nodes.tex │ ├── pgfmanual-en-tutorial.tex │ ├── pgfmanual-en-xxcolor.tex │ ├── pgfmanual-pdftex.cfg │ ├── pgfmanual-test.tex │ ├── pgfmanual-tex4ht.cfg │ ├── pgfmanual-vtex.cfg │ ├── pgfmanual-xetex.cfg │ ├── pgfmanual.cfg │ ├── pgfmanual.tex │ └── plots │ ├── pgf-asymptotic-example.gnuplot │ ├── pgf-asymptotic-example.table │ ├── pgf-exp.gnuplot │ ├── pgf-exp.table │ ├── pgf-parametric-example-cut.gnuplot │ ├── pgf-parametric-example-cut.table │ ├── pgf-parametric-example.gnuplot │ ├── pgf-parametric-example.table │ ├── pgf-sin.gnuplot │ ├── pgf-sin.table │ ├── pgf-tan-example.gnuplot │ ├── pgf-tan-example.table │ ├── pgf-x.gnuplot │ ├── pgf-x.table │ ├── pgfmanual-sine.gnuplot │ ├── pgfmanual-sine.table │ ├── pgfplotgnuplot-example.gnuplot │ └── pgfplotgnuplot-example.table ├── source └── generic │ └── pgf │ ├── c │ ├── INSTALL │ ├── Makefile │ ├── config │ │ ├── ExampleLocalMakefileConfig.mk │ │ └── MakefileConfig.mk │ └── graphdrawing │ │ └── pgf │ │ └── gd │ │ ├── examples │ │ └── c │ │ │ ├── Makefile │ │ │ ├── SimpleDemoC.c │ │ │ └── SimpleDemoCPlusPlus.c++ │ │ ├── interface │ │ └── c │ │ │ ├── InterfaceFromC++.c++ │ │ │ ├── InterfaceFromC++.h │ │ │ ├── InterfaceFromC.c │ │ │ ├── InterfaceFromC.h │ │ │ └── Makefile │ │ └── ogdf │ │ └── c │ │ ├── InterfaceFromOGDF.c++ │ │ ├── InterfaceFromOGDF.h │ │ ├── Makefile │ │ ├── SimpleDemoOGDF.c++ │ │ ├── energybased │ │ ├── FMMMLayout_script.h │ │ ├── FastMultipoleEmbedder_script.h │ │ ├── GEMLayout_script.h │ │ ├── MultilevelLayout_script.h │ │ ├── SpringEmbedderFRExact_script.h │ │ ├── SpringEmbedderFR_script.h │ │ ├── SpringEmbedderKK_script.h │ │ ├── energybased_script.h │ │ └── multilevelmixer │ │ │ ├── BarycenterPlacer_script.h │ │ │ ├── CirclePlacer_script.h │ │ │ ├── EdgeCoverMerger_script.h │ │ │ ├── IndependentSetMerger_script.h │ │ │ ├── LocalBiconnectedMerger_script.h │ │ │ ├── MatchingMerger_script.h │ │ │ ├── MedianPlacer_script.h │ │ │ ├── RandomMerger_script.h │ │ │ ├── RandomPlacer_script.h │ │ │ ├── SolarMerger_script.h │ │ │ ├── SolarPlacer_script.h │ │ │ ├── ZeroPlacer_script.h │ │ │ └── multilevelmixer_script.h │ │ ├── layered │ │ ├── BarycenterHeuristic_script.h │ │ ├── CoffmanGrahamRanking_script.h │ │ ├── DfsAcyclicSubgraph_script.h │ │ ├── FastHierarchyLayout_script.h │ │ ├── FastSimpleHierarchyLayout_script.h │ │ ├── GreedyCycleRemoval_script.h │ │ ├── GreedyInsertHeuristic_script.h │ │ ├── LongestPathRanking_script.h │ │ ├── MedianHeuristic_script.h │ │ ├── OptimalRanking_script.h │ │ ├── SiftingHeuristic_script.h │ │ ├── SplitHeuristic_script.h │ │ ├── SugiyamaLayout_script.h │ │ └── layered_script.h │ │ ├── misclayout │ │ ├── BalloonLayout_script.h │ │ ├── CircularLayout_script.h │ │ └── misclayout_script.h │ │ ├── module │ │ └── module_script.h │ │ ├── ogdf_script.c++ │ │ └── planarity │ │ ├── PlanarizationLayout_script.h │ │ └── planarity_script.h │ └── testsuite │ ├── external │ ├── Makefile │ ├── tikzexternaltest.code.tex │ ├── tikzexternaltest.sharedpreamble.tex │ ├── tikzexternaltest.tex │ └── tikzexternaltestmakefile.tex │ └── mathtest │ ├── pgfmathtestsuite.tex │ └── unittest_luamathparser.tex ├── support └── pgf-regression-test.tex ├── testfiles-gd ├── support │ ├── pgfgd-debug.lua │ └── pgfgd-regression-test.tex ├── tikz-gd-gh1087.lvt └── tikz-gd-gh1087.tlg ├── testfiles-manual ├── key-env.lvt └── key-env.tlg ├── testfiles-shell ├── gh1397.lvt └── gh1397.tlg ├── testfiles ├── gh-1082.lvt ├── gh-1082.tlg ├── gh-1102.lvt ├── gh-1102.tlg ├── gh-1131.lvt ├── gh-1131.tlg ├── pgf001.latexdvips.tlg ├── pgf001.latexdvisvgm.tlg ├── pgf001.luatex.tlg ├── pgf001.lvt ├── pgf001.tlg ├── pgf001.xetex.tlg ├── pgf002.latexdvips.tlg ├── pgf002.latexdvisvgm.tlg ├── pgf002.luatex.tlg ├── pgf002.lvt ├── pgf002.tlg └── pgf002.xetex.tlg └── tex ├── context └── third │ └── pgf │ ├── basiclayer │ ├── t-pgf.tex │ ├── t-pgfbim.tex │ ├── t-pgfbla.tex │ ├── t-pgfbma.tex │ ├── t-pgfbpl.tex │ ├── t-pgfbpt.tex │ ├── t-pgfbsh.tex │ ├── t-pgfbsn.tex │ └── t-pgfcor.tex │ ├── frontendlayer │ └── t-tikz.tex │ ├── math │ └── t-pgfmat.tex │ ├── systemlayer │ └── t-pgfsys.tex │ └── utilities │ ├── t-pgfcal.tex │ ├── t-pgffor.tex │ ├── t-pgfkey.tex │ ├── t-pgfmod.tex │ └── t-pgfrcs.tex ├── generic └── pgf │ ├── basiclayer │ ├── pgfcore.code.tex │ ├── pgfcorearrows.code.tex │ ├── pgfcoreexternal.code.tex │ ├── pgfcoregraphicstate.code.tex │ ├── pgfcoreimage.code.tex │ ├── pgfcorelayers.code.tex │ ├── pgfcoreobjects.code.tex │ ├── pgfcorepathconstruct.code.tex │ ├── pgfcorepathprocessing.code.tex │ ├── pgfcorepathusage.code.tex │ ├── pgfcorepatterns.code.tex │ ├── pgfcorepoints.code.tex │ ├── pgfcorequick.code.tex │ ├── pgfcorerdf.code.tex │ ├── pgfcorescopes.code.tex │ ├── pgfcoreshade.code.tex │ ├── pgfcoretransformations.code.tex │ └── pgfcoretransparency.code.tex │ ├── frontendlayer │ └── tikz │ │ ├── libraries │ │ ├── circuits │ │ │ ├── tikzlibrarycircuits.code.tex │ │ │ ├── tikzlibrarycircuits.ee.IEC.code.tex │ │ │ ├── tikzlibrarycircuits.ee.code.tex │ │ │ ├── tikzlibrarycircuits.logic.CDH.code.tex │ │ │ ├── tikzlibrarycircuits.logic.IEC.code.tex │ │ │ ├── tikzlibrarycircuits.logic.US.code.tex │ │ │ └── tikzlibrarycircuits.logic.code.tex │ │ ├── datavisualization │ │ │ ├── tikzlibrarydatavisualization.3d.code.tex │ │ │ ├── tikzlibrarydatavisualization.barcharts.code.tex │ │ │ ├── tikzlibrarydatavisualization.code.tex │ │ │ ├── tikzlibrarydatavisualization.formats.functions.code.tex │ │ │ ├── tikzlibrarydatavisualization.polar.code.tex │ │ │ └── tikzlibrarydatavisualization.sparklines.code.tex │ │ ├── graphs │ │ │ ├── tikzlibrarygraphs.code.tex │ │ │ └── tikzlibrarygraphs.standard.code.tex │ │ ├── tikzexternalshared.code.tex │ │ ├── tikzlibrary3d.code.tex │ │ ├── tikzlibraryangles.code.tex │ │ ├── tikzlibraryanimations.code.tex │ │ ├── tikzlibraryarrows.code.tex │ │ ├── tikzlibraryautomata.code.tex │ │ ├── tikzlibrarybabel.code.tex │ │ ├── tikzlibrarybackgrounds.code.tex │ │ ├── tikzlibrarybending.code.tex │ │ ├── tikzlibrarycalc.code.tex │ │ ├── tikzlibrarycalendar.code.tex │ │ ├── tikzlibrarychains.code.tex │ │ ├── tikzlibrarydecorations.code.tex │ │ ├── tikzlibrarydecorations.footprints.code.tex │ │ ├── tikzlibrarydecorations.fractals.code.tex │ │ ├── tikzlibrarydecorations.markings.code.tex │ │ ├── tikzlibrarydecorations.pathmorphing.code.tex │ │ ├── tikzlibrarydecorations.pathreplacing.code.tex │ │ ├── tikzlibrarydecorations.shapes.code.tex │ │ ├── tikzlibrarydecorations.text.code.tex │ │ ├── tikzlibraryer.code.tex │ │ ├── tikzlibraryfadings.code.tex │ │ ├── tikzlibraryfit.code.tex │ │ ├── tikzlibraryfixedpointarithmetic.code.tex │ │ ├── tikzlibraryfolding.code.tex │ │ ├── tikzlibraryfpu.code.tex │ │ ├── tikzlibraryintersections.code.tex │ │ ├── tikzlibrarylindenmayersystems.code.tex │ │ ├── tikzlibrarymath.code.tex │ │ ├── tikzlibrarymatrix.code.tex │ │ ├── tikzlibrarymindmap.code.tex │ │ ├── tikzlibrarypatterns.code.tex │ │ ├── tikzlibrarypatterns.meta.code.tex │ │ ├── tikzlibraryperspective.code.tex │ │ ├── tikzlibrarypetri.code.tex │ │ ├── tikzlibraryplothandlers.code.tex │ │ ├── tikzlibraryplotmarks.code.tex │ │ ├── tikzlibrarypositioning.code.tex │ │ ├── tikzlibraryquotes.code.tex │ │ ├── tikzlibraryrdf.code.tex │ │ ├── tikzlibraryscopes.code.tex │ │ ├── tikzlibraryshadings.code.tex │ │ ├── tikzlibraryshadows.code.tex │ │ ├── tikzlibraryshapes.arrows.code.tex │ │ ├── tikzlibraryshapes.callouts.code.tex │ │ ├── tikzlibraryshapes.code.tex │ │ ├── tikzlibraryshapes.gates.logic.IEC.code.tex │ │ ├── tikzlibraryshapes.gates.logic.US.code.tex │ │ ├── tikzlibraryshapes.geometric.code.tex │ │ ├── tikzlibraryshapes.misc.code.tex │ │ ├── tikzlibraryshapes.multipart.code.tex │ │ ├── tikzlibraryshapes.symbols.code.tex │ │ ├── tikzlibrarysnakes.code.tex │ │ ├── tikzlibraryspy.code.tex │ │ ├── tikzlibrarysvg.path.code.tex │ │ ├── tikzlibrarythrough.code.tex │ │ ├── tikzlibrarytopaths.code.tex │ │ ├── tikzlibrarytrees.code.tex │ │ ├── tikzlibraryturtle.code.tex │ │ └── tikzlibraryviews.code.tex │ │ └── tikz.code.tex │ ├── graphdrawing │ ├── lua │ │ ├── LUA_CODING_STYLE │ │ ├── pgf.lua │ │ └── pgf │ │ │ ├── gd.lua │ │ │ └── gd │ │ │ ├── bindings.lua │ │ │ ├── bindings │ │ │ ├── Binding.lua │ │ │ └── BindingToPGF.lua │ │ │ ├── circular.lua │ │ │ ├── circular │ │ │ ├── Tantau2012.lua │ │ │ ├── doc.lua │ │ │ └── library.lua │ │ │ ├── control.lua │ │ │ ├── control │ │ │ ├── Anchoring.lua │ │ │ ├── ComponentAlign.lua │ │ │ ├── ComponentDirection.lua │ │ │ ├── ComponentDistance.lua │ │ │ ├── ComponentOrder.lua │ │ │ ├── Components.lua │ │ │ ├── Distances.lua │ │ │ ├── FineTune.lua │ │ │ ├── LayoutPipeline.lua │ │ │ ├── NodeAnchors.lua │ │ │ ├── Orientation.lua │ │ │ ├── Sublayouts.lua │ │ │ ├── doc.lua │ │ │ └── library.lua │ │ │ ├── deprecated │ │ │ ├── Cluster.lua │ │ │ ├── Edge.lua │ │ │ ├── Graph.lua │ │ │ ├── Iterators.lua │ │ │ ├── Node.lua │ │ │ └── Vector.lua │ │ │ ├── doc.lua │ │ │ ├── doc │ │ │ └── ogdf │ │ │ │ ├── energybased.lua │ │ │ │ ├── energybased │ │ │ │ ├── FMMMLayout.lua │ │ │ │ ├── FastMultipoleEmbedder.lua │ │ │ │ ├── GEMLayout.lua │ │ │ │ ├── MultilevelLayout.lua │ │ │ │ ├── SpringEmbedderFR.lua │ │ │ │ ├── SpringEmbedderFRExact.lua │ │ │ │ ├── SpringEmbedderKK.lua │ │ │ │ └── multilevelmixer │ │ │ │ │ ├── BarycenterPlacer.lua │ │ │ │ │ ├── CirclePlacer.lua │ │ │ │ │ ├── EdgeCoverMerger.lua │ │ │ │ │ ├── IndependentSetMerger.lua │ │ │ │ │ ├── LocalBiconnectedMerger.lua │ │ │ │ │ ├── MatchingMerger.lua │ │ │ │ │ ├── MedianPlacer.lua │ │ │ │ │ ├── RandomMerger.lua │ │ │ │ │ ├── RandomPlacer.lua │ │ │ │ │ ├── SolarMerger.lua │ │ │ │ │ ├── SolarPlacer.lua │ │ │ │ │ └── ZeroPlacer.lua │ │ │ │ ├── layered.lua │ │ │ │ ├── layered │ │ │ │ ├── BarycenterHeuristic.lua │ │ │ │ ├── CoffmanGrahamRanking.lua │ │ │ │ ├── DfsAcyclicSubgraph.lua │ │ │ │ ├── FastHierarchyLayout.lua │ │ │ │ ├── FastSimpleHierarchyLayout.lua │ │ │ │ ├── GreedyCycleRemoval.lua │ │ │ │ ├── GreedyInsertHeuristic.lua │ │ │ │ ├── LongestPathRanking.lua │ │ │ │ ├── MedianHeuristic.lua │ │ │ │ ├── OptimalRanking.lua │ │ │ │ ├── SiftingHeuristic.lua │ │ │ │ ├── SplitHeuristic.lua │ │ │ │ └── SugiyamaLayout.lua │ │ │ │ ├── misclayout.lua │ │ │ │ ├── misclayout │ │ │ │ ├── BalloonLayout.lua │ │ │ │ └── CircularLayout.lua │ │ │ │ ├── module │ │ │ │ ├── AcyclicSubgraphModule.lua │ │ │ │ ├── HierarchyLayoutModule.lua │ │ │ │ ├── InitialPlacer.lua │ │ │ │ ├── MultilevelBuilder.lua │ │ │ │ ├── RankingModule.lua │ │ │ │ └── TwoLayerCrossMin.lua │ │ │ │ ├── planarity.lua │ │ │ │ └── planarity │ │ │ │ └── PlanarizationLayout.lua │ │ │ ├── examples.lua │ │ │ ├── examples │ │ │ ├── ASCIIDisplayer.lua │ │ │ ├── BindingToASCII.lua │ │ │ ├── SimpleDemo.lua │ │ │ ├── SimpleEdgeDemo.lua │ │ │ ├── SimpleHuffman.lua │ │ │ ├── example_graph_for_ascii_displayer.txt │ │ │ └── library.lua │ │ │ ├── experimental │ │ │ └── evolving │ │ │ │ ├── GraphAnimationCoordination.lua │ │ │ │ ├── GreedyTemporalCycleRemoval.lua │ │ │ │ ├── Skambath2016.lua │ │ │ │ ├── Supergraph.lua │ │ │ │ ├── SupergraphVertexSplitOptimization.lua │ │ │ │ ├── TimeSpec.lua │ │ │ │ ├── doc.lua │ │ │ │ ├── layered.lua │ │ │ │ └── library.lua │ │ │ ├── force.lua │ │ │ ├── force │ │ │ ├── CoarseGraph.lua │ │ │ ├── ControlCoarsening.lua │ │ │ ├── ControlDeclare.lua │ │ │ ├── ControlElectric.lua │ │ │ ├── ControlIteration.lua │ │ │ ├── ControlSprings.lua │ │ │ ├── ControlStart.lua │ │ │ ├── QuadTree.lua │ │ │ ├── SpringElectricalHu2006.lua │ │ │ ├── SpringElectricalLayouts.lua │ │ │ ├── SpringElectricalWalshaw2000.lua │ │ │ ├── SpringHu2006.lua │ │ │ ├── SpringLayouts.lua │ │ │ ├── jedi │ │ │ │ ├── algorithms │ │ │ │ │ ├── FruchtermanReingold.lua │ │ │ │ │ ├── HuSpringElectricalFW.lua │ │ │ │ │ ├── SimpleSpring.lua │ │ │ │ │ ├── SocialGravityCloseness.lua │ │ │ │ │ └── SocialGravityDegree.lua │ │ │ │ ├── base │ │ │ │ │ ├── CoarseGraphFW.lua │ │ │ │ │ ├── ForceController.lua │ │ │ │ │ ├── ForceTemplate.lua │ │ │ │ │ ├── InitialTemplate.lua │ │ │ │ │ ├── PathLengthsFW.lua │ │ │ │ │ └── Preprocessing.lua │ │ │ │ ├── doc.lua │ │ │ │ ├── forcetypes │ │ │ │ │ ├── ForceAbsoluteValue.lua │ │ │ │ │ ├── ForceCanvasDistance.lua │ │ │ │ │ ├── ForceCanvasPosition.lua │ │ │ │ │ ├── ForceGraphDistance.lua │ │ │ │ │ ├── ForcePullToGrid.lua │ │ │ │ │ └── ForcePullToPoint.lua │ │ │ │ ├── initialpositioning │ │ │ │ │ ├── CircularInitialPositioning.lua │ │ │ │ │ ├── GridInitialPositioning.lua │ │ │ │ │ └── RandomInitialPositioning.lua │ │ │ │ └── library.lua │ │ │ └── library.lua │ │ │ ├── interface.lua │ │ │ ├── interface │ │ │ ├── InterfaceCore.lua │ │ │ ├── InterfaceToAlgorithms.lua │ │ │ ├── InterfaceToC.lua │ │ │ ├── InterfaceToDisplay.lua │ │ │ └── Scope.lua │ │ │ ├── layered.lua │ │ │ ├── layered │ │ │ ├── CrossingMinimizationGansnerKNV1993.lua │ │ │ ├── CycleRemovalBergerS1990a.lua │ │ │ ├── CycleRemovalBergerS1990b.lua │ │ │ ├── CycleRemovalEadesLS1993.lua │ │ │ ├── CycleRemovalGansnerKNV1993.lua │ │ │ ├── EdgeRoutingGansnerKNV1993.lua │ │ │ ├── NetworkSimplex.lua │ │ │ ├── NodePositioningGansnerKNV1993.lua │ │ │ ├── NodeRankingGansnerKNV1993.lua │ │ │ ├── NodeRankingMinimumHeight.lua │ │ │ ├── Ranking.lua │ │ │ ├── Sugiyama.lua │ │ │ ├── crossing_minimization.lua │ │ │ ├── cycle_removal.lua │ │ │ ├── edge_routing.lua │ │ │ ├── library.lua │ │ │ ├── node_positioning.lua │ │ │ └── node_ranking.lua │ │ │ ├── lib.lua │ │ │ ├── lib │ │ │ ├── Bezier.lua │ │ │ ├── DepthFirstSearch.lua │ │ │ ├── Direct.lua │ │ │ ├── Event.lua │ │ │ ├── LookupTable.lua │ │ │ ├── PathLengths.lua │ │ │ ├── PriorityQueue.lua │ │ │ ├── Simplifiers.lua │ │ │ ├── Stack.lua │ │ │ ├── Storage.lua │ │ │ └── Transform.lua │ │ │ ├── model.lua │ │ │ ├── model │ │ │ ├── Arc.lua │ │ │ ├── Collection.lua │ │ │ ├── Coordinate.lua │ │ │ ├── Digraph.lua │ │ │ ├── Edge.lua │ │ │ ├── Hyperedge.lua │ │ │ ├── Path.lua │ │ │ ├── Path_arced.lua │ │ │ ├── Vertex.lua │ │ │ └── library.lua │ │ │ ├── ogdf.lua │ │ │ ├── ogdf │ │ │ └── library.lua │ │ │ ├── pedigrees.lua │ │ │ ├── pedigrees │ │ │ ├── Koerner2015.lua │ │ │ └── library.lua │ │ │ ├── phylogenetics.lua │ │ │ ├── phylogenetics │ │ │ ├── AuthorDefinedPhylogeny.lua │ │ │ ├── BalancedMinimumEvolution.lua │ │ │ ├── BalancedNearestNeighbourInterchange.lua │ │ │ ├── DistanceMatrix.lua │ │ │ ├── Maeusle2012.lua │ │ │ ├── PhylogeneticTree.lua │ │ │ ├── SokalMichener1958.lua │ │ │ └── library.lua │ │ │ ├── planar.lua │ │ │ ├── planar │ │ │ ├── BoyerMyrvold2004.lua │ │ │ ├── Embedding.lua │ │ │ ├── LinkedList.lua │ │ │ ├── List.lua │ │ │ ├── PDP.lua │ │ │ ├── PlanarLayout.lua │ │ │ ├── ShiftMethod.lua │ │ │ ├── library.lua │ │ │ └── parameters.lua │ │ │ ├── routing.lua │ │ │ ├── routing │ │ │ ├── Hints.lua │ │ │ ├── NecklaceRouting.lua │ │ │ └── library.lua │ │ │ ├── tools │ │ │ └── make_gd_wrap.lua │ │ │ ├── trees.lua │ │ │ └── trees │ │ │ ├── ChildSpec.lua │ │ │ ├── ReingoldTilford1981.lua │ │ │ ├── SpanningTreeComputation.lua │ │ │ ├── doc.lua │ │ │ └── library.lua │ └── tex │ │ ├── experimental │ │ └── tikzlibrarygraphdrawing.evolving.code.tex │ │ ├── pgflibrarygraphdrawing.circular.code.tex │ │ ├── pgflibrarygraphdrawing.code.tex │ │ ├── pgflibrarygraphdrawing.examples.code.tex │ │ ├── pgflibrarygraphdrawing.force.code.tex │ │ ├── pgflibrarygraphdrawing.layered.code.tex │ │ ├── pgflibrarygraphdrawing.trees.code.tex │ │ └── tikzlibrarygraphdrawing.code.tex │ ├── libraries │ ├── datavisualization │ │ ├── pgflibrarydatavisualization.barcharts.code.tex │ │ ├── pgflibrarydatavisualization.formats.functions.code.tex │ │ └── pgflibrarydatavisualization.polar.code.tex │ ├── decorations │ │ ├── pgflibrarydecorations.footprints.code.tex │ │ ├── pgflibrarydecorations.fractals.code.tex │ │ ├── pgflibrarydecorations.markings.code.tex │ │ ├── pgflibrarydecorations.pathmorphing.code.tex │ │ ├── pgflibrarydecorations.pathreplacing.code.tex │ │ ├── pgflibrarydecorations.shapes.code.tex │ │ └── pgflibrarydecorations.text.code.tex │ ├── luamath │ │ ├── pgf │ │ │ └── luamath │ │ │ │ ├── functions.lua │ │ │ │ └── parser.lua │ │ └── pgflibraryluamath.code.tex │ ├── pgflibraryarrows.code.tex │ ├── pgflibraryarrows.meta.code.tex │ ├── pgflibraryarrows.spaced.code.tex │ ├── pgflibrarycurvilinear.code.tex │ ├── pgflibraryfadings.code.tex │ ├── pgflibraryfixedpointarithmetic.code.tex │ ├── pgflibraryfpu.code.tex │ ├── pgflibraryintersections.code.tex │ ├── pgflibrarylindenmayersystems.code.tex │ ├── pgflibrarypatterns.code.tex │ ├── pgflibrarypatterns.meta.code.tex │ ├── pgflibraryplothandlers.code.tex │ ├── pgflibraryplotmarks.code.tex │ ├── pgflibraryprofiler.code.tex │ ├── pgflibraryshadings.code.tex │ ├── pgflibrarysnakes.code.tex │ ├── pgflibrarysvg.path.code.tex │ ├── pgflibrarytimelines.code.tex │ └── shapes │ │ ├── circuits │ │ ├── pgflibraryshapes.gates.ee.IEC.code.tex │ │ ├── pgflibraryshapes.gates.ee.code.tex │ │ ├── pgflibraryshapes.gates.logic.IEC.code.tex │ │ ├── pgflibraryshapes.gates.logic.US.code.tex │ │ └── pgflibraryshapes.gates.logic.code.tex │ │ ├── pgflibraryshapes.arrows.code.tex │ │ ├── pgflibraryshapes.callouts.code.tex │ │ ├── pgflibraryshapes.code.tex │ │ ├── pgflibraryshapes.geometric.code.tex │ │ ├── pgflibraryshapes.misc.code.tex │ │ ├── pgflibraryshapes.multipart.code.tex │ │ └── pgflibraryshapes.symbols.code.tex │ ├── lua │ └── pgf │ │ ├── manual.lua │ │ └── manual │ │ └── DocumentParser.lua │ ├── math │ ├── pgfint.code.tex │ ├── pgfmath.code.tex │ ├── pgfmathcalc.code.tex │ ├── pgfmathfloat.code.tex │ ├── pgfmathfunctions.base.code.tex │ ├── pgfmathfunctions.basic.code.tex │ ├── pgfmathfunctions.code.tex │ ├── pgfmathfunctions.comparison.code.tex │ ├── pgfmathfunctions.integerarithmetics.code.tex │ ├── pgfmathfunctions.misc.code.tex │ ├── pgfmathfunctions.random.code.tex │ ├── pgfmathfunctions.round.code.tex │ ├── pgfmathfunctions.trigonometric.code.tex │ ├── pgfmathode.code.tex │ ├── pgfmathparser.code.tex │ └── pgfmathutil.code.tex │ ├── modules │ ├── pgfmoduleanimations.code.tex │ ├── pgfmodulebending.code.tex │ ├── pgfmoduledatavisualization.code.tex │ ├── pgfmoduledecorations.code.tex │ ├── pgfmodulematrix.code.tex │ ├── pgfmodulenonlineartransformations.code.tex │ ├── pgfmoduleoo.code.tex │ ├── pgfmoduleparser.code.tex │ ├── pgfmoduleplot.code.tex │ ├── pgfmoduleshapes.code.tex │ ├── pgfmodulesnakes.code.tex │ └── pgfmodulesorting.code.tex │ ├── systemlayer │ ├── pgf.cfg │ ├── pgfsys-common-pdf-via-dvi.def │ ├── pgfsys-common-pdf.def │ ├── pgfsys-common-postscript.def │ ├── pgfsys-common-svg.def │ ├── pgfsys-dvi.def │ ├── pgfsys-dvipdfm.def │ ├── pgfsys-dvipdfmx.def │ ├── pgfsys-dvips.def │ ├── pgfsys-dvisvgm.def │ ├── pgfsys-dvisvgm4ht.def │ ├── pgfsys-luatex.def │ ├── pgfsys-pdftex.def │ ├── pgfsys-tex4ht.def │ ├── pgfsys-textures.def │ ├── pgfsys-vtex.def │ ├── pgfsys-xetex.def │ ├── pgfsys.code.tex │ ├── pgfsysanimations.code.tex │ ├── pgfsysprotocol.code.tex │ └── pgfsyssoftpath.code.tex │ └── utilities │ ├── pgfcalendar.code.tex │ ├── pgfexternal.tex │ ├── pgfexternalwithdepth.tex │ ├── pgffor.code.tex │ ├── pgfkeys.code.tex │ ├── pgfkeyslibraryfiltered.code.tex │ ├── pgfrcs.code.tex │ ├── pgfutil-common-lists.tex │ ├── pgfutil-common.tex │ ├── pgfutil-context.def │ ├── pgfutil-latex.def │ └── pgfutil-plain.def ├── latex └── pgf │ ├── basiclayer │ ├── pgf.sty │ ├── pgfbaseimage.sty │ ├── pgfbaselayers.sty │ ├── pgfbasematrix.sty │ ├── pgfbasepatterns.sty │ ├── pgfbaseplot.sty │ ├── pgfbaseshapes.sty │ ├── pgfbasesnakes.sty │ └── pgfcore.sty │ ├── compatibility │ ├── pgfarrows.sty │ ├── pgfautomata.sty │ ├── pgfcomp-version-0-65.sty │ ├── pgfcomp-version-1-18.sty │ ├── pgfheaps.sty │ ├── pgflibraryarrows.sty │ ├── pgflibraryautomata.sty │ ├── pgflibraryplothandlers.sty │ ├── pgflibraryplotmarks.sty │ ├── pgflibraryshapes.sty │ ├── pgflibrarysnakes.sty │ ├── pgflibrarytikzbackgrounds.sty │ ├── pgflibrarytikztrees.sty │ ├── pgfnodes.sty │ └── pgfshade.sty │ ├── doc │ ├── pgfmanual-en-macros.tex │ ├── pgfmanual.code.tex │ ├── pgfmanual.pdflinks.code.tex │ ├── pgfmanual.prettyprinter.code.tex │ └── pgfmanual.sty │ ├── frontendlayer │ ├── libraries │ │ └── tikzlibraryexternal.code.tex │ ├── pgfpict2e.sty │ └── tikz.sty │ ├── math │ └── pgfmath.sty │ ├── systemlayer │ └── pgfsys.sty │ └── utilities │ ├── pgfcalendar.sty │ ├── pgffor.sty │ ├── pgfkeys.sty │ ├── pgfpages.sty │ ├── pgfparser.sty │ ├── pgfrcs.sty │ ├── tikzexternal.sty │ └── xxcolor.sty └── plain └── pgf ├── basiclayer ├── pgf.tex ├── pgfbaseimage.tex ├── pgfbaselayers.tex ├── pgfbasematrix.tex ├── pgfbasepatterns.tex ├── pgfbaseplot.tex ├── pgfbaseshapes.tex ├── pgfbasesnakes.tex └── pgfcore.tex ├── frontendlayer └── tikz.tex ├── math └── pgfmath.tex ├── systemlayer └── pgfsys.tex └── utilities ├── pgfcalendar.tex ├── pgffor.tex ├── pgfkeys.tex └── pgfrcs.tex /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/manual.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/ISSUE_TEMPLATE/manual.yml -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/workflows/check.yml -------------------------------------------------------------------------------- /.github/workflows/dco.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/workflows/dco.yml -------------------------------------------------------------------------------- /.github/workflows/doc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/workflows/doc.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/README.md -------------------------------------------------------------------------------- /ci/create_release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/ci/create_release.sh -------------------------------------------------------------------------------- /ci/update_tlcontrib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/ci/update_tlcontrib.sh -------------------------------------------------------------------------------- /config-gd.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/config-gd.lua -------------------------------------------------------------------------------- /config-manual.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/config-manual.lua -------------------------------------------------------------------------------- /config-shell.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/config-shell.lua -------------------------------------------------------------------------------- /doc/generic/pgf/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/CHANGELOG.md -------------------------------------------------------------------------------- /doc/generic/pgf/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/INSTALL -------------------------------------------------------------------------------- /doc/generic/pgf/color.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/color.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/description.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/description.html -------------------------------------------------------------------------------- /doc/generic/pgf/extract.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/extract.lua -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo-mask.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo-mask.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo-mask.eps -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.25.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.25.bb -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.25.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.25.eps -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.25.jpg -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.bb -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.eps -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.jpg -------------------------------------------------------------------------------- /doc/generic/pgf/images/brave-gnu-world-logo.xbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/brave-gnu-world-logo.xbb -------------------------------------------------------------------------------- /doc/generic/pgf/images/pgfmanual-mindmap-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf -------------------------------------------------------------------------------- /doc/generic/pgf/images/pgfmanual-mindmap-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf -------------------------------------------------------------------------------- /doc/generic/pgf/licenses/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/licenses/LICENSE -------------------------------------------------------------------------------- /doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt -------------------------------------------------------------------------------- /doc/generic/pgf/licenses/gnu-public-license-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/licenses/gnu-public-license-2.txt -------------------------------------------------------------------------------- /doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt -------------------------------------------------------------------------------- /doc/generic/pgf/licenses/manifest-code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/licenses/manifest-code.txt -------------------------------------------------------------------------------- /doc/generic/pgf/licenses/manifest-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/licenses/manifest-documentation.txt -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-dvipdfm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-dvipdfm.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-dvipdfmx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-dvipdfmx.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-dvips.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-dvips.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-dvisvgm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-dvisvgm.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-actions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-actions.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-animations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-animations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-arrows.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-decorations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-decorations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-design.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-design.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-external.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-external.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-images.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-images.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-internalregisters.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-internalregisters.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-layers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-layers.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-matrices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-matrices.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-nodes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-nodes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-paths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-paths.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-patterns.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-patterns.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-plots.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-plots.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-points.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-points.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-quick.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-quick.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-scopes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-scopes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-shadings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-shadings.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-transformations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-transformations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-base-transparency.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-base-transparency.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-drivers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-drivers.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-axes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-axes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-backend.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-backend.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-examples.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-examples.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-formats.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-formats.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-introduction.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-main.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-polar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-polar.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-stylesheets.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-stylesheets.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-dv-visualizers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-dv-visualizers.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-algorithm-layer.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-algorithm-layer.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-algorithms-in-c.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-algorithms-in-c.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-binding-layer.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-binding-layer.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-circular.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-circular.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-display-layer.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-display-layer.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-edge-routing.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-edge-routing.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-examples.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-examples.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-force.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-force.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-layered.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-layered.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-misc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-misc.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-ogdf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-ogdf.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-overview.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-overview.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-phylogenetics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-phylogenetics.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-trees.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-trees.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-usage-pgf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-usage-pgf.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-gd-usage-tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-gd-usage-tikz.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-guidelines.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-guidelines.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-installation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-installation.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-introduction.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-3d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-3d.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-angles.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-angles.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-arrows.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-automata.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-automata.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-babel.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-babel.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-backgrounds.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-backgrounds.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-calc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-calc.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-calendar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-calendar.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-chains.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-chains.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-circuits.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-circuits.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-decorations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-decorations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-edges.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-edges.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-er.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-er.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-external.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-external.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-fadings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-fadings.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-fit.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-fit.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-fixedpoint.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-fixedpoint.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-folding.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-folding.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-fpu.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-fpu.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-lsystems.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-lsystems.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-math.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-math.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-matrices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-matrices.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-mindmaps.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-mindmaps.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-patterns.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-patterns.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-perspective.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-perspective.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-petri.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-petri.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-plot-handlers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-plot-handlers.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-plot-marks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-plot-marks.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-profiler.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-profiler.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-rdf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-rdf.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-shadings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-shadings.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-shadows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-shadows.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-shapes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-shapes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-spy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-spy.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-svg-path.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-svg-path.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-through.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-through.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-trees.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-trees.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-turtle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-turtle.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-library-views.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-library-views.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-license.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-license.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-main-body.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-main-body.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-main-preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-main-preamble.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-main.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-math-algorithms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-math-algorithms.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-math-commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-math-commands.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-math-design.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-math-design.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-math-numberprinting.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-math-numberprinting.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-math-parsing.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-math-parsing.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-module-parser.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-module-parser.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-oo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-oo.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pages.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pages.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfcalendar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfcalendar.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgffor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgffor.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfkeys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfkeys.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfkeysfiltered.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfkeysfiltered.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfsys-animations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfsys-animations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfsys-commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfsys-commands.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfsys-overview.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfsys-overview.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfsys-paths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfsys-paths.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-pgfsys-protocol.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-pgfsys-protocol.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-actions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-actions.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-animations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-animations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-arrows.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-coordinates.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-coordinates.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-decorations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-decorations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-design.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-design.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-graphs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-graphs.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-matrices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-matrices.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-paths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-paths.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-pics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-pics.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-plots.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-plots.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-scopes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-scopes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-shapes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-shapes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-transformations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-transformations.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-transparency.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-transparency.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tikz-trees.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tikz-trees.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tutorial-Euclid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tutorial-Euclid.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tutorial-chains.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tutorial-chains.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tutorial-map.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tutorial-map.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tutorial-nodes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tutorial-nodes.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-tutorial.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-tutorial.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-en-xxcolor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-en-xxcolor.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-pdftex.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-pdftex.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-test.tex -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-tex4ht.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-tex4ht.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-vtex.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-vtex.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual-xetex.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual-xetex.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual.cfg -------------------------------------------------------------------------------- /doc/generic/pgf/pgfmanual.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/pgfmanual.tex -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-asymptotic-example.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-asymptotic-example.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-asymptotic-example.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-asymptotic-example.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-exp.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-exp.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-exp.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-exp.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-parametric-example-cut.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-parametric-example-cut.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-parametric-example-cut.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-parametric-example-cut.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-parametric-example.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-parametric-example.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-parametric-example.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-parametric-example.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-sin.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-sin.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-sin.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-sin.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-tan-example.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-tan-example.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-tan-example.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-tan-example.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-x.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-x.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgf-x.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgf-x.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgfmanual-sine.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgfmanual-sine.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgfmanual-sine.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgfmanual-sine.table -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgfplotgnuplot-example.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgfplotgnuplot-example.gnuplot -------------------------------------------------------------------------------- /doc/generic/pgf/plots/pgfplotgnuplot-example.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/doc/generic/pgf/plots/pgfplotgnuplot-example.table -------------------------------------------------------------------------------- /source/generic/pgf/c/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/INSTALL -------------------------------------------------------------------------------- /source/generic/pgf/c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/Makefile -------------------------------------------------------------------------------- /source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk -------------------------------------------------------------------------------- /source/generic/pgf/c/config/MakefileConfig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/config/MakefileConfig.mk -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/examples/c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/examples/c/Makefile -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/examples/c/SimpleDemoC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/examples/c/SimpleDemoC.c -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/examples/c/SimpleDemoCPlusPlus.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/examples/c/SimpleDemoCPlusPlus.c++ -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC++.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC++.c++ -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC++.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC++.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC.c -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/InterfaceFromC.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/interface/c/Makefile -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/InterfaceFromOGDF.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/InterfaceFromOGDF.c++ -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/InterfaceFromOGDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/InterfaceFromOGDF.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/Makefile -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/SimpleDemoOGDF.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/SimpleDemoOGDF.c++ -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/FMMMLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/FMMMLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/FastMultipoleEmbedder_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/FastMultipoleEmbedder_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/GEMLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/GEMLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/MultilevelLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/MultilevelLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/SpringEmbedderFRExact_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/SpringEmbedderFRExact_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/SpringEmbedderFR_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/SpringEmbedderFR_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/SpringEmbedderKK_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/SpringEmbedderKK_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/energybased_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/energybased/energybased_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/BarycenterHeuristic_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/BarycenterHeuristic_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/CoffmanGrahamRanking_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/CoffmanGrahamRanking_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/DfsAcyclicSubgraph_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/DfsAcyclicSubgraph_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/FastHierarchyLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/FastHierarchyLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/FastSimpleHierarchyLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/FastSimpleHierarchyLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/GreedyCycleRemoval_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/GreedyCycleRemoval_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/GreedyInsertHeuristic_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/GreedyInsertHeuristic_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/LongestPathRanking_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/LongestPathRanking_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/MedianHeuristic_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/MedianHeuristic_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/OptimalRanking_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/OptimalRanking_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/SiftingHeuristic_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/SiftingHeuristic_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/SplitHeuristic_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/SplitHeuristic_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/SugiyamaLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/SugiyamaLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/layered_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/layered/layered_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/misclayout/BalloonLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/misclayout/BalloonLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/misclayout/CircularLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/misclayout/CircularLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/misclayout/misclayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/misclayout/misclayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/module/module_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/module/module_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/ogdf_script.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/ogdf_script.c++ -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/planarity/PlanarizationLayout_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/planarity/PlanarizationLayout_script.h -------------------------------------------------------------------------------- /source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/planarity/planarity_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/c/graphdrawing/pgf/gd/ogdf/c/planarity/planarity_script.h -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/external/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/external/Makefile -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/external/tikzexternaltest.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/external/tikzexternaltest.code.tex -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/external/tikzexternaltest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/external/tikzexternaltest.tex -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/external/tikzexternaltestmakefile.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/external/tikzexternaltestmakefile.tex -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/mathtest/pgfmathtestsuite.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/mathtest/pgfmathtestsuite.tex -------------------------------------------------------------------------------- /source/generic/pgf/testsuite/mathtest/unittest_luamathparser.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/source/generic/pgf/testsuite/mathtest/unittest_luamathparser.tex -------------------------------------------------------------------------------- /support/pgf-regression-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/support/pgf-regression-test.tex -------------------------------------------------------------------------------- /testfiles-gd/support/pgfgd-debug.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-gd/support/pgfgd-debug.lua -------------------------------------------------------------------------------- /testfiles-gd/support/pgfgd-regression-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-gd/support/pgfgd-regression-test.tex -------------------------------------------------------------------------------- /testfiles-gd/tikz-gd-gh1087.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-gd/tikz-gd-gh1087.lvt -------------------------------------------------------------------------------- /testfiles-gd/tikz-gd-gh1087.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-gd/tikz-gd-gh1087.tlg -------------------------------------------------------------------------------- /testfiles-manual/key-env.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-manual/key-env.lvt -------------------------------------------------------------------------------- /testfiles-manual/key-env.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-manual/key-env.tlg -------------------------------------------------------------------------------- /testfiles-shell/gh1397.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-shell/gh1397.lvt -------------------------------------------------------------------------------- /testfiles-shell/gh1397.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles-shell/gh1397.tlg -------------------------------------------------------------------------------- /testfiles/gh-1082.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/gh-1082.lvt -------------------------------------------------------------------------------- /testfiles/gh-1082.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/gh-1082.tlg -------------------------------------------------------------------------------- /testfiles/gh-1102.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/gh-1102.lvt -------------------------------------------------------------------------------- /testfiles/gh-1102.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/gh-1102.tlg -------------------------------------------------------------------------------- /testfiles/gh-1131.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/gh-1131.lvt -------------------------------------------------------------------------------- /testfiles/gh-1131.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/gh-1131.tlg -------------------------------------------------------------------------------- /testfiles/pgf001.latexdvips.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf001.latexdvips.tlg -------------------------------------------------------------------------------- /testfiles/pgf001.latexdvisvgm.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf001.latexdvisvgm.tlg -------------------------------------------------------------------------------- /testfiles/pgf001.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf001.luatex.tlg -------------------------------------------------------------------------------- /testfiles/pgf001.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf001.lvt -------------------------------------------------------------------------------- /testfiles/pgf001.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf001.tlg -------------------------------------------------------------------------------- /testfiles/pgf001.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf001.xetex.tlg -------------------------------------------------------------------------------- /testfiles/pgf002.latexdvips.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf002.latexdvips.tlg -------------------------------------------------------------------------------- /testfiles/pgf002.latexdvisvgm.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf002.latexdvisvgm.tlg -------------------------------------------------------------------------------- /testfiles/pgf002.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf002.luatex.tlg -------------------------------------------------------------------------------- /testfiles/pgf002.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf002.lvt -------------------------------------------------------------------------------- /testfiles/pgf002.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf002.tlg -------------------------------------------------------------------------------- /testfiles/pgf002.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/testfiles/pgf002.xetex.tlg -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgf.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbim.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbim.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbla.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbla.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbma.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbma.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbpl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbpl.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbpt.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbpt.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbsh.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbsh.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfbsn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfbsn.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/basiclayer/t-pgfcor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/basiclayer/t-pgfcor.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/frontendlayer/t-tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/frontendlayer/t-tikz.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/math/t-pgfmat.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/math/t-pgfmat.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/systemlayer/t-pgfsys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/systemlayer/t-pgfsys.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/utilities/t-pgfcal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/utilities/t-pgfcal.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/utilities/t-pgffor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/utilities/t-pgffor.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/utilities/t-pgfkey.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/utilities/t-pgfkey.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/utilities/t-pgfmod.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/utilities/t-pgfmod.tex -------------------------------------------------------------------------------- /tex/context/third/pgf/utilities/t-pgfrcs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/context/third/pgf/utilities/t-pgfrcs.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcore.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcore.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorearrows.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoreimage.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorelayers.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorepoints.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorequick.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorerdf.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcorescopes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoreshade.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.standard.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.standard.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryangles.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryangles.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryanimations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryanimations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybabel.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybabel.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybending.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybending.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymath.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymath.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryperspective.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryperspective.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryquotes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryquotes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryrdf.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryrdf.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryviews.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryviews.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/frontendlayer/tikz/tikz.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/LUA_CODING_STYLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/LUA_CODING_STYLE -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/Binding.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/Binding.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/BindingToPGF.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/BindingToPGF.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/circular.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/Tantau2012.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/Tantau2012.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/doc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/doc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Anchoring.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Anchoring.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentAlign.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentAlign.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentDirection.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentDirection.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentDistance.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentDistance.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentOrder.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentOrder.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Components.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Components.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Distances.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Distances.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/FineTune.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/FineTune.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/LayoutPipeline.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/LayoutPipeline.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/NodeAnchors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/NodeAnchors.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Sublayouts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Sublayouts.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/doc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/doc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/control/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Cluster.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Cluster.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Edge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Edge.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Graph.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Graph.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Iterators.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Iterators.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Node.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Node.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Vector.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Vector.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FMMMLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FMMMLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FastMultipoleEmbedder.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FastMultipoleEmbedder.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/MultilevelLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/MultilevelLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFRExact.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFRExact.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderKK.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderKK.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/BarycenterHeuristic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/BarycenterHeuristic.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/CoffmanGrahamRanking.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/CoffmanGrahamRanking.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/DfsAcyclicSubgraph.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/DfsAcyclicSubgraph.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastHierarchyLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastHierarchyLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/GreedyCycleRemoval.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/GreedyCycleRemoval.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/GreedyInsertHeuristic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/GreedyInsertHeuristic.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/LongestPathRanking.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/LongestPathRanking.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/MedianHeuristic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/MedianHeuristic.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/OptimalRanking.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/OptimalRanking.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/SiftingHeuristic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/SiftingHeuristic.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/SplitHeuristic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/SplitHeuristic.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/SugiyamaLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/SugiyamaLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout/BalloonLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout/BalloonLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout/CircularLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout/CircularLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/AcyclicSubgraphModule.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/AcyclicSubgraphModule.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/HierarchyLayoutModule.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/HierarchyLayoutModule.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/InitialPlacer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/InitialPlacer.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/MultilevelBuilder.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/MultilevelBuilder.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/RankingModule.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/RankingModule.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/TwoLayerCrossMin.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/TwoLayerCrossMin.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity/PlanarizationLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity/PlanarizationLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/ASCIIDisplayer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/ASCIIDisplayer.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/BindingToASCII.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/BindingToASCII.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleDemo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleDemo.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleEdgeDemo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleEdgeDemo.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleHuffman.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleHuffman.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/example_graph_for_ascii_displayer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/example_graph_for_ascii_displayer.txt -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/Skambath2016.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/Skambath2016.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/Supergraph.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/Supergraph.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/TimeSpec.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/TimeSpec.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/doc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/doc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/layered.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/layered.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/CoarseGraph.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/CoarseGraph.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlCoarsening.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlCoarsening.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlDeclare.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlDeclare.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlElectric.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlElectric.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlIteration.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlIteration.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlSprings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlSprings.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlStart.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlStart.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/QuadTree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/QuadTree.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalHu2006.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalHu2006.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalLayouts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalLayouts.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalWalshaw2000.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalWalshaw2000.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringHu2006.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringHu2006.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringLayouts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringLayouts.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/FruchtermanReingold.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/FruchtermanReingold.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/HuSpringElectricalFW.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/HuSpringElectricalFW.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SimpleSpring.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SimpleSpring.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityCloseness.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityCloseness.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityDegree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityDegree.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/CoarseGraphFW.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/CoarseGraphFW.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceController.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceController.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/InitialTemplate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/InitialTemplate.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/PathLengthsFW.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/PathLengthsFW.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/Preprocessing.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/Preprocessing.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/doc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/doc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceAbsoluteValue.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceAbsoluteValue.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasDistance.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasDistance.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasPosition.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasPosition.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceGraphDistance.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceGraphDistance.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToGrid.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToGrid.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToPoint.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToPoint.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/force/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/interface.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToAlgorithms.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToAlgorithms.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToC.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToC.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToDisplay.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToDisplay.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/Scope.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/Scope.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CrossingMinimizationGansnerKNV1993.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CrossingMinimizationGansnerKNV1993.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalBergerS1990a.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalBergerS1990a.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalBergerS1990b.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalBergerS1990b.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalEadesLS1993.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalEadesLS1993.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalGansnerKNV1993.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/CycleRemovalGansnerKNV1993.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/EdgeRoutingGansnerKNV1993.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/EdgeRoutingGansnerKNV1993.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NetworkSimplex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NetworkSimplex.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NodePositioningGansnerKNV1993.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NodePositioningGansnerKNV1993.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NodeRankingGansnerKNV1993.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NodeRankingGansnerKNV1993.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NodeRankingMinimumHeight.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/NodeRankingMinimumHeight.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/Ranking.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/Ranking.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/Sugiyama.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/Sugiyama.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/crossing_minimization.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/crossing_minimization.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/cycle_removal.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/cycle_removal.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/node_positioning.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/node_positioning.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/node_ranking.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/node_ranking.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Bezier.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Bezier.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/DepthFirstSearch.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/DepthFirstSearch.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Direct.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Direct.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Event.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Event.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/LookupTable.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/LookupTable.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/PathLengths.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/PathLengths.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/PriorityQueue.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/PriorityQueue.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Simplifiers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Simplifiers.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Stack.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Stack.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Storage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Storage.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Transform.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/Transform.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Arc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Arc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Collection.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Collection.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Coordinate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Coordinate.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Digraph.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Digraph.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Edge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Edge.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path_arced.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path_arced.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Vertex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Vertex.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/model/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/Koerner2015.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/Koerner2015.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/AuthorDefinedPhylogeny.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/AuthorDefinedPhylogeny.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/BalancedMinimumEvolution.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/BalancedMinimumEvolution.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/DistanceMatrix.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/DistanceMatrix.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/Maeusle2012.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/Maeusle2012.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/PhylogeneticTree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/PhylogeneticTree.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/SokalMichener1958.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/SokalMichener1958.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/BoyerMyrvold2004.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/BoyerMyrvold2004.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/Embedding.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/Embedding.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/LinkedList.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/LinkedList.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/List.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/List.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/PDP.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/PDP.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/PlanarLayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/PlanarLayout.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/ShiftMethod.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/ShiftMethod.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/parameters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/parameters.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/routing.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/Hints.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/Hints.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/NecklaceRouting.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/NecklaceRouting.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/tools/make_gd_wrap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/tools/make_gd_wrap.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/trees.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ChildSpec.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ChildSpec.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ReingoldTilford1981.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ReingoldTilford1981.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/SpanningTreeComputation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/SpanningTreeComputation.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/library.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/library.lua -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/experimental/tikzlibrarygraphdrawing.evolving.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/experimental/tikzlibrarygraphdrawing.evolving.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.examples.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.examples.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.layered.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.layered.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.trees.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.trees.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/graphdrawing/tex/tikzlibrarygraphdrawing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/graphdrawing/tex/tikzlibrarygraphdrawing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/luamath/pgf/luamath/functions.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/luamath/pgf/luamath/functions.lua -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/luamath/pgf/luamath/parser.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/luamath/pgf/luamath/parser.lua -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryarrows.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryarrows.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryfadings.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryfadings.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryfpu.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryfpu.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryintersections.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryintersections.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarypatterns.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryprofiler.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibraryshadings.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibraryshadings.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarysnakes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/pgflibrarytimelines.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/pgflibrarytimelines.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/lua/pgf/manual.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/lua/pgf/manual.lua -------------------------------------------------------------------------------- /tex/generic/pgf/lua/pgf/manual/DocumentParser.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/lua/pgf/manual/DocumentParser.lua -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfint.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfint.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmath.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmath.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathcalc.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathcalc.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfloat.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfloat.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.base.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.base.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.basic.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.misc.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.random.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.random.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.round.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.round.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathode.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathode.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathparser.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathparser.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/math/pgfmathutil.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/math/pgfmathutil.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduleanimations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduleanimations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmodulebending.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmodulebending.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduledecorations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduledecorations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmodulematrix.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmodulematrix.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmodulenonlineartransformations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmodulenonlineartransformations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduleoo.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduleoo.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduleparser.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduleparser.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduleplot.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduleplot.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmoduleshapes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmodulesnakes.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmodulesnakes.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/modules/pgfmodulesorting.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/modules/pgfmodulesorting.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgf.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgf.cfg -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-common-pdf.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-common-postscript.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-common-svg.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-common-svg.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-dvi.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-dvi.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-dvips.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-dvips.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-dvisvgm4ht.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-dvisvgm4ht.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-luatex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-luatex.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-pdftex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-pdftex.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-tex4ht.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-textures.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-textures.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-vtex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-vtex.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys-xetex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys-xetex.def -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsys.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsys.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsysanimations.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsysanimations.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfcalendar.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfcalendar.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfexternal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfexternal.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfexternalwithdepth.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfexternalwithdepth.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgffor.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgffor.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfkeys.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfkeys.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfkeyslibraryfiltered.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfkeyslibraryfiltered.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfrcs.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfrcs.code.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfutil-common-lists.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfutil-common-lists.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfutil-common.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfutil-common.tex -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfutil-context.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfutil-context.def -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfutil-latex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfutil-latex.def -------------------------------------------------------------------------------- /tex/generic/pgf/utilities/pgfutil-plain.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/generic/pgf/utilities/pgfutil-plain.def -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgf.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbaseimage.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbaseimage.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbaselayers.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbaselayers.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbasematrix.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbasematrix.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbasepatterns.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbasepatterns.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbaseplot.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbaseplot.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbaseshapes.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbaseshapes.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfbasesnakes.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfbasesnakes.sty -------------------------------------------------------------------------------- /tex/latex/pgf/basiclayer/pgfcore.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/basiclayer/pgfcore.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfarrows.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfarrows.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfautomata.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfautomata.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfheaps.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfheaps.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibraryarrows.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibraryarrows.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibraryautomata.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibraryautomata.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibraryplothandlers.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibraryplotmarks.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibraryshapes.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibraryshapes.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibrarysnakes.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibrarysnakes.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgflibrarytikztrees.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfnodes.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfnodes.sty -------------------------------------------------------------------------------- /tex/latex/pgf/compatibility/pgfshade.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/compatibility/pgfshade.sty -------------------------------------------------------------------------------- /tex/latex/pgf/doc/pgfmanual-en-macros.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/doc/pgfmanual-en-macros.tex -------------------------------------------------------------------------------- /tex/latex/pgf/doc/pgfmanual.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/doc/pgfmanual.code.tex -------------------------------------------------------------------------------- /tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex -------------------------------------------------------------------------------- /tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex -------------------------------------------------------------------------------- /tex/latex/pgf/doc/pgfmanual.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/doc/pgfmanual.sty -------------------------------------------------------------------------------- /tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex -------------------------------------------------------------------------------- /tex/latex/pgf/frontendlayer/pgfpict2e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/frontendlayer/pgfpict2e.sty -------------------------------------------------------------------------------- /tex/latex/pgf/frontendlayer/tikz.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/frontendlayer/tikz.sty -------------------------------------------------------------------------------- /tex/latex/pgf/math/pgfmath.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/math/pgfmath.sty -------------------------------------------------------------------------------- /tex/latex/pgf/systemlayer/pgfsys.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/systemlayer/pgfsys.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/pgfcalendar.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/pgfcalendar.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/pgffor.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/pgffor.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/pgfkeys.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/pgfkeys.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/pgfpages.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/pgfpages.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/pgfparser.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/pgfparser.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/pgfrcs.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/pgfrcs.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/tikzexternal.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/tikzexternal.sty -------------------------------------------------------------------------------- /tex/latex/pgf/utilities/xxcolor.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/latex/pgf/utilities/xxcolor.sty -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgf.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbaseimage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbaseimage.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbaselayers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbaselayers.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbasematrix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbasematrix.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbasepatterns.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbasepatterns.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbaseplot.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbaseplot.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbaseshapes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbaseshapes.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfbasesnakes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfbasesnakes.tex -------------------------------------------------------------------------------- /tex/plain/pgf/basiclayer/pgfcore.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/basiclayer/pgfcore.tex -------------------------------------------------------------------------------- /tex/plain/pgf/frontendlayer/tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/frontendlayer/tikz.tex -------------------------------------------------------------------------------- /tex/plain/pgf/math/pgfmath.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/math/pgfmath.tex -------------------------------------------------------------------------------- /tex/plain/pgf/systemlayer/pgfsys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/systemlayer/pgfsys.tex -------------------------------------------------------------------------------- /tex/plain/pgf/utilities/pgfcalendar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/utilities/pgfcalendar.tex -------------------------------------------------------------------------------- /tex/plain/pgf/utilities/pgffor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/utilities/pgffor.tex -------------------------------------------------------------------------------- /tex/plain/pgf/utilities/pgfkeys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/utilities/pgfkeys.tex -------------------------------------------------------------------------------- /tex/plain/pgf/utilities/pgfrcs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgf-tikz/pgf/HEAD/tex/plain/pgf/utilities/pgfrcs.tex --------------------------------------------------------------------------------