summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/make4ht/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-24 22:19:06 +0000
committerKarl Berry <karl@freefriends.org>2018-08-24 22:19:06 +0000
commit9dec02fb03afe114f68ce75e31f6c5f8ee0adcf8 (patch)
tree7297cba51c519c366979124dca49ad56641794d9 /Master/texmf-dist/doc/support/make4ht/README
parent9067afb3f8bce172638d12a6f926ab82547590e6 (diff)
make4ht (24aug18)
git-svn-id: svn://tug.org/texlive/trunk@48477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/make4ht/README')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/README b/Master/texmf-dist/doc/support/make4ht/README
index 6b9ba2e30cf..c878fdb1db4 100644
--- a/Master/texmf-dist/doc/support/make4ht/README
+++ b/Master/texmf-dist/doc/support/make4ht/README
@@ -119,6 +119,11 @@ tidy
: clean the `HTML` files using the `tidy` command.
+dvisvgm_hashes
+
+: efficient generation of SVG pictures using Dvisvgm. It can utilize
+multiple processor cores and generates only changed images.
+
common\_filters
: clean the output HTML files using filters.
@@ -777,6 +782,20 @@ Example:
}
}
+### The `dvisvgm_hashes` extension
+
+options
+
+: command line options for Dvisvgm. The default value is `-n --exact -c 1.15,1.15`.
+
+cpu_cnt
+
+: number of processor cores used for conversion. The extension tries to detect the available cores automatically by default.
+
+parallel_size
+
+: number of pages used in each Dvisvgm call. The extension detects changed pages in the DVI file and construct multiple calls to Dvisvgm with only changed pages.
+
# Configuration file {#configfile}
@@ -883,6 +902,14 @@ Another option is to add a space before `tex4ht` options:
The former way is preferable, though.
+## Filenames containing spaces
+
+`tex4ht` cannot handle filenames containing spaces. `make4ht` thus replaces spaces in input file names with underscores, so generated XML files use underscores instead of spaces as well.
+
+## Filenames containing non-ASCII characters
+
+The `odt` output doesn't support accented filenames, it is best to stick to ASCII characters in filenames.
+
# License
Permission is granted to copy, distribute and/or modify this software