integr-abile / axessibility

LaTeX package that makes mathematical formulae accessible via screen reader and braille display
14 stars 13 forks source link

axessibility e make4ht #18

Open danielezambelli opened 2 years ago

danielezambelli commented 2 years ago

Quando compilo con make4ht un file con axessibility ottengo una sfilza di errori di cui riporto inizio e fine:

`cstr: make4ht axessibility.tex -l -u -s -d dist "mathml" [STATUS] make4ht: Conversion started [STATUS] make4ht: Input file: axessibility.tex [WARNING] tocid: char-def module not found [WARNING] tocid: cannot fix section id's [ERROR] htlatex: Compilation errors in the htlatex run [ERROR] htlatex: Filename Line Message [ERROR] htlatex: ? 349 Undefined control sequence. [ERROR] htlatex: ? 349 LaTeX Error: Missing \begin{document}. [ERROR] htlatex: ? 350 Undefined control sequence. [ERROR] htlatex: ? 7 Undefined control sequence. ...

[ERROR] htlatex: ? ? ==> Fatal error occurred, bad output DVI file produced! [FATAL] make4ht-lib: Fatal error. Command htlatex returned exit code 1 Il comando per la compilazione è: make4ht axessibility.tex -l -u -s -d dist "mathml"`

Il file di esempio e: `\documentclass[10pt,a4paper,openright]{memoir}

\usepackage[accsupp]{axessibility} % 349 Undefined control sequence.

\usepackage{amsmath} \usepackage{amssymb}

\newcommand{\tonda}[1]{\left(#1\right)}

\begin{document} Testo prima

Formule: [\tonda{x - \dfrac{a}{b}}^2 = x^2 -\dfrac{2a}{b} x +\tonda{\dfrac{a}{b}}^2]

Testo dopo \end{document} ` È una cosa sistemabile o l'unico modo per compilare è commentare il pacchetto quando si usa make4ht?

Grazie.

Daniele