Tagged Questions
10
votes
1answer
150 views
Width threshold for space detection
I'm writing this stuff pdf2htmlEX, for each distance between two consecutive letters, I need to check if there should be a space character or not. Especially for PDF files generated by LaTeX, which ...
8
votes
1answer
829 views
Using TeX fonts in HTML documents?
If I want to use TeX fonts (such as cmr10, cmbx10, cmtt10, and so forth) in my HTML documents, what are the recommended ways to do that?
As a thought experiment and proof-of-concept, this afternoon I ...