TeX4ebook

De LaTeX (.tex) à ebook (.epub)

Dans un précédent article, nous abordions la génération d'un document PDF avec LaTeX.

Le programme présenté dans cet article produit l'autre format numérique couramment utilisé pour les ebooks: EPUB.

tex4ebook - generation d'ebook pour LaTeX


Exemple:

tex4ebook -f epub livre.tex

Utilisation:

tex4ebook [switches] fichier ["tex4ht.sty op."] ["tex4ht op."] ["t4ht op"] ["latex op"]


-a,--loglevel (default status) Set log level.
valeurs possibles : debug, info, status, warning, error, fatal
-c,--config (default xhtml) Fichier config
-d,--output-dir (default nil) Dossier output
-e,--build-file (default nil) If build file is different than filename.mk4
-f,--format (default epub) Output format. Valeurs possibles epub, epub3, mobi
-h,--help Affiche message d'erreur
-j,--jobname (default nil) Set the jobname
-l,--lua Use lualatex for document compilation
-m,--mode (default default) Switch which can be used in the makefile
-r,--resolution (default 167)
-s,--shell-escape Enable shell escape in htlatex run
-t,--tidy Run html tidy on html output. May result in wrong spacing!
-x,--xetex Utilise xelatex pour la compilation
-v,--version Version number
(string) Input file name

Positional optional arguments:
["tex4ht.sty op."] Additional parameters for tex4ht.sty
["tex4ht op."] Options for tex4ht command
["t4ht op"] Options for t4ht command
["latex op"] Additional options for LaTeX

Documentation:

The tex4ebook package

Discussion :

sur tex.stackexchange.com
Issue tracker for tex4ebook bugs: tex4ebook/issues