I get some strange errors that I can't explain when I use mak4ht with my miktex distribution. Does anyone have an idea?
First there are two warnings: [WARNING] tocid: char-def module not found [WARNING] tocid: cannot fix section id's
Then I get "Missing \endcsname inserted" for each section and subserction, each repeated 5 times, the first howver with a wrong line number (855).
Best Christian
\documentclass[12pt,a4paper,notitlepage,german,twoside]{book}%
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[ngerman]{babel}
\usepackage{eurosym}
\usepackage{amsfonts}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{minitoc}
\usepackage{verbatim}
\usepackage{hyperref}
\usepackage{textcomp}
\usepackage{tabularx}
\usepackage{etoc}
\begin{document}
\shorthandoff{"}
\part{Markt}
%\input{dynvwl-part1-markt.tex}
\chapter{test}
\section{test2}
test
\part{Übungen}
\end{document}