hutchresearch / latex2speech

TeX2Speech is an application that turns LaTeX documents into spoken audio.
https://tex2speech-website.vercel.app/
MIT License
12 stars 5 forks source link

Better Way to Render Tables #123

Open willsower opened 3 years ago

willsower commented 3 years ago

For now, we look for the & and the \ to create new rows and new columns. However there should be a more elequent way of rendering tables.

For example if a column value had \textbf{value}, idealy this would make Tex2Speech parse value like a bold command. But instead it reads out backslash text b f value since we are just throwing this word to be read normally (and not through the db) due to the way we are rendering tables.