There are four commands which are very useful to write custom configuration for TeX4ht. They are: More »
Archive for the 'TeX' Category
Navigation Links for Sectioning Divisions
\Configure{crosslinks} provides hooks to create navigation links across sub-documents created from a long document like book where chapters are broken into separate HTML documents or a long article where sections might be cut into separate documents for easy browsing. \CutAt{...} helps to split a long document at the desired section or chapter or part units. When documents are split into smaller units, we need navigation links across various split units. TeX4ht provides an important function, \Configure{crosslink}, which is explained below how various navigational links can be created and customized. More »
The \Configure command is the most powerful user command in TeX4ht system. It helps to add various kinds of hooks to insert target markup code at the desired locations in and around various types of content. For instance, take the case of \section{...} in LaTeX. A typical example will be: More »
TeX4ht system has the ability to translate any TeX or LaTeX document into other markup formats such as SGML, HTML, XML, MathML, OpenOffice format, Braille, etc. More »
We often encounter nightmarish scenario while generating final versions of a long document when one or more of the following happens:
- New revised versions of packages used.
- Smaller changes to a fewer number of pages of a long document. More »
I was often astounded by the tastes, particularly the choice of literary works and movies, of Don Knuth who is a mathematician and computer scientist by training and profession. Most of the computer scientists I know are wary of reading anything outside their realm of knowledge. If you tell them anything about existentialism or postmodern literature, they will pay scant attention to you. More »
The io registers in TeX are often a matter of severe limitation. When we try to typeset a document that loads a lot of packages, it becomes a non-trivial task to satisfy register requirements of various packages that compete each other. More »
If you try to generate html version of your plain TeX document using a combination of pdfTeX and TeX4ht, you will find terrible mismatches and html version will not be generated. More »
This was a posting in the texhax mailing list of TeX Users Group. Among all, Phil Taylor s solution seemed to be the best. I have extended to fill arbitrary vertical remaining space in a page in the following manner:
More »
