On Tuesday, 6 Jul 2021 at 15:10, Tim Cross wrote: > One advantage working with HTML has over latex is > that you don't have to worry about lines and line breaks and can have > really long cell lines which will get wrapped in HTML rendering.
Minor point: in LaTeX, the standard tabular environment has "p{X}" for paragraph columns (as opposed to "l" and "r", say) where X is some size (e.g. 10cm) and each entry is formatted as paragraphs. You don't have to worry about line breaks etc. So quite easy really. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-577-gf76d4d : Latest paper written in org: https://arxiv.org/abs/2106.05096