Steven Trogdon

Results 129 comments of Steven Trogdon

The changes to the `sage-git-patch.eclass` do not affect building of `sagemath-standard-9999`, so perhaps the building issue pertains to `sagemath-standard-10.4-r2` only.

I'm using gcc-14 and `sagemath-standard`(10.7.beta5) now builds using `cython-3.1.1` after rebuilding `cypari2`(cypari2-2.2.2).

I believe it was for lualatex. I think I have the .tex file.

I believe this is `sage.tex`: sage.tex \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{mathrsfs} \pagestyle{empty} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \oddsidemargin 0.0in \evensidemargin 0.0in \textwidth 6.45in \topmargin 0.0in \headheight 0.0in \headsep 0.0in \textheight 9.0in \usepackage{tikz}...

The `\cmdGR@vertex@L` seems to be defined in `/usr/share/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty`

I believe the solution is to install `dot2tex`. See https://groups.google.com/g/sage-support/c/BOlqVpkJzAQ/m/vQEgCbmwBwAJ. At least with `dot2tex` installed the commands at https://github.com/cschwan/sage-on-gentoo/issues/796#issue-2554542757 now work.

Well, the fix is almost! Installing `dot2tex` does fix things for s-o-g, but not for vanilla. So something else is needed to make sure things work for vanilla with system...

OK I guess to get vanilla to work it must be configured to use `dot2tex` ``` configure:116403: result: dot2tex: no; optional, use "./configure --enable-dot2tex" to install SPKG version 2.11.3.p0 ```

I had `graphviz` installed. When I installed `dot2tex` it pulled in `pydot`. When I installed `dot2tex` on vanilla (which was needed to view the crystals tableau) a few other spkg...

It does seem that there should be a useflag for graphviz to pull in dot2tex. There is a dot2texi texlive package, but even it assumes that dot2tex resides on ones...