diff options
| author | jfbu <jfbu@free.fr> | 2019-04-16 16:43:08 +0200 |
|---|---|---|
| committer | jfbu <jfbu@free.fr> | 2019-08-01 17:52:28 +0200 |
| commit | 1adf12bfa71fe6ba2304ba2c96c06627eef7161b (patch) | |
| tree | 9607d67c699cf1f119f4da085e239e8b2ac6715e /sphinx/templates | |
| parent | f050092f42327f0d63852ed6d190819d4e11c8d7 (diff) | |
| download | sphinx-git-1adf12bfa71fe6ba2304ba2c96c06627eef7161b.tar.gz | |
Make imgmath_use_preview work also for svg output
Diffstat (limited to 'sphinx/templates')
| -rw-r--r-- | sphinx/templates/imgmath/preview.tex_t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/templates/imgmath/preview.tex_t b/sphinx/templates/imgmath/preview.tex_t index 8dd24c108..f3fdcda07 100644 --- a/sphinx/templates/imgmath/preview.tex_t +++ b/sphinx/templates/imgmath/preview.tex_t @@ -9,7 +9,7 @@ \pagestyle{empty} <%= preamble %> -\usepackage[active]{preview} +\usepackage[active<%= tightpage %>]{preview} \begin{document} \begin{preview} |
