We don't use hevea anymore

The PDF instructions need reviewing - I got stuck during
the Biopython 1.85 release but didn't have access to a
Linux machine with admin rights to try the approach
documented here.
This commit is contained in:
Peter Cock
2025-01-29 20:46:39 +00:00
committed by GitHub
parent fc085a532f
commit 8655dc66da

View File

@ -27,12 +27,12 @@ This command depends on `Latexmk <https://mg.readthedocs.io/latexmk.html>`_ and
On Ubuntu, you can install these with the following commands::
sudo apt install hevea texlive-latex-base texlive-latex-extra python-pygments
sudo apt install texlive-latex-base texlive-latex-extra python-pygments
On Fedora (tested for Workstation 33)::
dnf install texlive-scheme-basic texlive-preprint \
texlive-comment texlive-minted hevea
texlive-comment texlive-minted
Testing code examples
------------------------