What are the differences between how CSS and Latex organize boxes? (Either paragraph or graphical elements.)
|
|
The general scheme, of having a hierarchical boxed representation of page layout produced from processing of input language, and that is then turned into the rendered page, is basically similar between the two models. The four differences that are most impressed on me are:
|
||||
|
|
The specs for CSS are not hard to find and of course they contain a chapter on the box model. The information is somewhat harder to find for LaTeX, but you can look here, where you can read:
I think this is very different from CSS, but for details I'm afraid you have to read books, e.g. The TeX book by Knuth, or the LaTeX companion by Mittelbach et. al. Miel. |
|||
|