Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add texlive-latex-extra dependency #18

Merged

Conversation

goxberry
Copy link
Contributor

@goxberry goxberry commented Oct 5, 2022

While using sphinxcontrib.tikz, I encountered an error similar to that documented in
JuliaTeX/TikzPictures.jl#68, namely, that standalone.cls was not found. On Ubuntu Linux 22.04 (and probably earlier), this file is installed with the texlive-latex-extra package.

To help other users avoid this error, this pull request adds that package to the list of Ubuntu Linux package dependencies for
sphinxcontrib.tikz discussed in README.rst.

Installing this package also ensures that the amsmath LaTeX packages are installed. Those LaTeX packages are part of the texlive-latex-base package, which is a dependency of texlive-latex-extra.

Signed-off-by: Geoffrey M. Oxberry [email protected]

While using `sphinxcontrib.tikz`, I encountered an error similar to
that documented in
JuliaTeX/TikzPictures.jl#68, namely, that
`standalone.cls` was not found. On Ubuntu Linux 22.04 (and probably
earlier), this file is installed with the `texlive-latex-extra`
package.

To help other users avoid this error, this commit adds that package to
the list of Ubuntu Linux package dependencies for
`sphinxcontrib.tikz` discussed in `README.rst`.

Installing this package also ensures that the `amsmath` LaTeX packages
are installed. Those LaTeX packages are part of the
`texlive-latex-base` package, which is a dependency of
`texlive-latex-extra`.

Signed-off-by: Geoffrey M. Oxberry <[email protected]>
@philexander philexander merged commit d99e231 into sphinx-contrib:master Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants