Prof. Dr. Martin Ruckert - Homepage (original) (raw)

HINT: Hint Is Not TEX
HINT, following a tradition of Free Software, is the recursive acronym for: HINT Is Not TEX
The HINT file format is an alternative to the DVI or PDF format that was designed specifically for on screen reading of documents. Especially on mobile devices, reading DVI or PDF documents can be cumbersome. Mobile devices are available in a large variety of sizes but are typically not large enough to display documents formated for letter-size paper. To compensate for the limitations of a small screen, users are used to alternate between landscape (few long lines) and portrait (more short lines) mode. The HINT format supports variable and varying screen sizes leveraging the ability of TEX to format a document for (almost) arbitrary values of \hsize and \vsize.
Software
HINT consists of four parts:
- WEB2w: Converting WEB to cweb
- HINT: The File Format
- HiTEX: Using TEX to produce HINT files
- HintView: Viewing HINT files
Things to read: Papers
The HINT project was presented at the TUG2020 Conference. The presentation did appear in proceedings as TUGboat Volume 42, Number 2.
Things to watch: Videos
Presentations of HINT are available as part of the HINT video collection.
Things to explore: Examples
A collection of example hint files can be downloades from theExamples page.

The Virtual Motherbord
The virtual motherboard provides plug and play hardware simulators. The software and the Virtual Motherboard Homepage is maintained on Sourceforge

Understanding MP3 - Syntax, Semantics, Mathematics, and Algorithms
Thanks to Amazon Direct Publishing the book is again available in print directly from Amazon
The book has two main objectives:
To explain the syntax, the semantics, the mathematics, the software, and the purpose that is inherent in an MPEG audio bit stream, and to provide a highly efficient, general purpose implementation of a decoder, called mp32pcm, that can transform such a bit stream into an ordinary stream of PCM data.
More deatils and code can be found on the Understanding MP3 Page.