Skip to main content

Questions tagged [dvisvgm]

The tag has no usage guidance.

2 votes
1 answer
91 views

make4ht unable to compile with TikZ pictures

I am having troubles making make4ht working with Tikz pictures. My computer is a Mac M1 Sonoma 14.2.1, I have TeX Live 2024 and Ghostscript 10.03.0 on my computer: lualatex --version This is LuaHBTeX, ...
mistral's user avatar
  • 105
1 vote
1 answer
45 views

How to use alternative make for parallelizing dvisvgm in make4ht on windows

On linux, make4ht is able to parallelize the build of SVGs in dvisvgm. It looks like dvisvgm_hashes.lua expects to run exactly "make -j". I'm stuck with jom (https://wiki.qt.io/Jom) for ...
Allen's user avatar
  • 25
1 vote
1 answer
36 views

Increase SVG size in make4ht

I would like to increase the default scale of dvisvgm as invoked from the make4ht scripts. Is there a way to pass the "scale" option to dvisvgm_hashes from the command line? Thanks, Allen
Allen's user avatar
  • 25
1 vote
0 answers
69 views

Different output from pdflatex, dvipdfm, dvisvgm and dvips. (TikZ arrowhead)

Why do TikZ arrowheads in this example look different depending on which way I compile the file? I'm using TeX Live 2023 on Ubuntu. My source test.tex looks like this: \documentclass{standalone} \...
ttsc's user avatar
  • 415
2 votes
1 answer
153 views

How to make cmyk colors work with dvisvgm?

I have a tex file like this: \documentclass{standalone} \usepackage[cmyk]{xcolor} \usepackage{tikz} \begin{document} \begin{tikzpicture} \fill[green] circle (3); \end{tikzpicture} \end{document}...
ttsc's user avatar
  • 415
0 votes
0 answers
66 views

I'm trying to use latex to generate pdf and svg formats of the pictures I made, but the useage of the dvisvgm tool will make my pdf file look weird

Thank you for reading my question Introduction My latex compile environment is VSCode + Texlive + LaTeX workshop. I want to use the tikz toolkit in latex to draw some pictures and generate .pdf and ...
BqBPdx's user avatar
  • 39
6 votes
2 answers
166 views

Unable to use dvisvgm when l3draw drawing contains scoped box

I found a strange issue when experimenting with dvisvgm trying to create SVG files from DVI files. I found that if I append a box (or a coffin) to a drawing created with the l3draw package and this ...
Jasper Habicht's user avatar
1 vote
0 answers
58 views

How to generate SVG beamer slides with interp shaded 3D plots?

I am trying to create an SVG beamer presentation that will eventually embed videos using media4svg. While the video embedding works great, 3D plots are giving me trouble. Any ideas to export the ...
Rushi's user avatar
  • 837
2 votes
0 answers
74 views

How can I pass PDF special to dvisvgm?

From dvisvgm documentation: SUPPORTED SPECIALS dvisvgm supports several special commands that enrich the DVI command set with additional instructions for features, like color, graphics, ...
user202729's user avatar
  • 7,573
1 vote
2 answers
57 views

make4ht and dvisvgm generates a '.svg' file that contains text regarding using option '-dNEWPDF'

I'm generating .svg files with mahe4ht and dvisvgm. The .svg is generated but contains text at the beginning regarding the use of option -dNEWPDF: The old, written in PostScript, PDF interpreter has ...
flpo's user avatar
  • 41
1 vote
1 answer
83 views

'dvisvgm' doesn't detect 'libgs' with MacTex 2023 and 'libgs' installed - MacOS 12.7.2 (Monterey)

I want to convert my LaTeX file using package 'tikz' into a HTML file using 'make4ht', which itself runs 'dvisvgm', which itself needs 'libgs'. Everything should run automatically as given by auto-...
flpo's user avatar
  • 41
2 votes
0 answers
143 views

How to update dvisvgm to the last release not yet availble in texlive 2023

In my previous question about creating svg file with the animate package it is sugested that I upgrade dvisvgm to version 3.1 which is available on ctan but not in texlive 2023. Unfortunately I don't ...
Hafid Boukhoulda's user avatar
1 vote
1 answer
129 views

svg generated by animate package is not displayed in the browser

I am trying to generate svg file from a multipage pdf using 'aniamte' package but without success! \documentclass[dvisvgm]{standalone} \usepackage{animate} \usepackage{graphicx} \begin{...
Hafid Boukhoulda's user avatar
2 votes
1 answer
171 views

Use dvisvgm within standalone convert options

I am trying to enable "one click" generation of PDF and SVG image files from the standalone class due to having a large number of images. This worked perfectly on my Intel Macintosh ...
purplechemist's user avatar
6 votes
1 answer
189 views

Incorrect tikzpicture size when using dvisvgm output driver (PGF/TikZ)

I want to produce an SVG file with a node shape, e.g. rectangle. I use the following LaTeX code: \def\pgfsysdriver{pgfsys-dvisvgm.def} \documentclass{article} \usepackage[usenames]{color} \pagestyle{...
Christos Sevastiadis's user avatar

15 30 50 per page
1
2 3 4 5