Hacker News new | ask | show | jobs
by JohnHammersley 3788 days ago
If you want to produce a nicely typeset document, LaTeX (or XeLaTeX) is the way to go -- it does almost everything you could want (kerning-wise) automatically, and has an active community supporting new packages and new fonts. There are also many templates[1] to help you get started.

[1] https://www.overleaf.com/latex/templates

(and if you give Overleaf a try let me know what you think - I'm one of the founders, and always like to hear feedback from new users)

1 comments

No, the article is about kerning a typeface, not simply rendering existing kerns contained in font files. LaTeX does many things but auto-kerning is not one of them. It can only execute embedded kerning pairs (metric kerning) it can't infer its own (optical kerning).
Aha, thanks for that explanation, that was really useful and concise. I've learnt something new today, which is always good :)