[sage-devel] Re: View issues

2022-09-28 Thread David Coudert
The command t.pdf() is not working for me for the following reason: Warning: `tkz-graph.sty` is not part of this computer's TeX installation. This package is required to render graphs in LaTeX. Visit 'https://www.ctan.org/pkg/tkz-graph'. Warning: `tkz-berge.sty` is not part of this computer's

Re: [sage-devel] make error gsl 2.7

2022-09-28 Thread Dima Pasechnik
You can't use gsl from Homebrew, as you already have openblas (a dependency of gsl) installed from Sage. Install openblas in Homebrew (if not yet installed) and remove Sage's built openblas: make openblas-clean then re-run ./configure It should pick up gsl from Homebrew then. HTH Dima On

Re: [sage-devel] Weird behaviour of Matrix_cyclo_dense

2022-09-28 Thread Dima Pasechnik
Thanks for the report! On Wed, Sep 28, 2022 at 6:49 AM Александр Каренин (alexKar) wrote: > Having trouble with the matrix multiplication which I first explained in > https://ask.sagemath.org/question/64194/determinants-over-cyclotomic-fields-are-broken/ > If I define two matrices (L and U) over

[sage-devel] Re: View issues

2022-09-28 Thread Sébastien Labbé
With the new latex_standalone.py module in sage misc, you have access to more control on the options to construct a tikzpicture within a latex file with standalone document class. See the documentation here: https://doc.sagemath.org/html/en/reference/misc/sage/misc/latex_standalone.html I am cur