logoalt Hacker News

Timwilast Tuesday at 9:16 AM2 repliesview on HN

That assumes that the only issue with LaTeX is its syntax. Other issues I can think of are that LaTeX doesn't generate HTML and that LaTeX is completely Unicode-disabled.


Replies

genewitchlast Tuesday at 1:33 PM

How do the science and math papers use characters that aren't in... ASCII? Maybe I need to look at an ASCII chart.

Out of curiosity, isn't UTF implementation much easier now than it has been? I piddle in writing things and I rarely contemplate UTF. Once I tried to reverse engineer an encryption plugin that used Asiatic characters as the ciphertext, and I wanted to use emoji, and that was when I learned I am too dumb to understand utf. But there's libiconv, which I first saw in production (ICQ or aim or Trillian or so) over 22 years ago, personally.

So is the latex thing obstinance, technical, or political?

show 1 reply
yannislast Tuesday at 2:35 PM

Your statement is not correct, LuaLaTeX can output any unicode character you need and also you can use Lua as well for scripting.

show 2 replies