sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.34k stars 452 forks source link

graph_latex: check_tkz_graph should be a Feature #31690

Open mkoeppe opened 3 years ago

mkoeppe commented 3 years ago

The packages tkz-graph and tkz-berge were in TeX Live 2019, but neither 2020 nor 2021.

Better installation instructions would be useful.

Depends on #32926

CC: @seblabbe @slel @dcoudert

Component: refactoring

Author: Matthias Koeppe, ...

Branch/Commit: u/mkoeppe/graph_latex__check_tkz_graph_should_be_a_feature @ 7644889

Issue created by migration from https://trac.sagemath.org/ticket/31690

mkoeppe commented 2 years ago

Dependencies: #32926

slel commented 2 years ago

Description changed:

--- 
+++ 
@@ -1,2 +1,5 @@
-`tkz-graph.sty` and `tkz-berge.sty` are not in TeXlive as distributed with homebrew's mactex. Better installation instructions would be useful.
+The packages tkz-graph and tkz-berge were in TeX Live 2019,
+but neither 2020 nor 2021.

+Better installation instructions would be useful.
+
mkoeppe commented 2 years ago

Branch: u/mkoeppe/graph_latex__check_tkz_graph_should_be_a_feature

mkoeppe commented 2 years ago

New commits:

0304fe0src/sage/features/latex.py: Add LaTeXPackage(tkz-berge)
mkoeppe commented 2 years ago

Commit: 0304fe0

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Changed commit from 0304fe0 to 7644889

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

7644889src/sage/features/latex.py: Add LaTeXPackage("tikz")
mkoeppe commented 2 years ago

Author: Matthias Koeppe, ...