Beyond LaTeX responsive tables
Sometimes tables are too wide to fit in a small device display. This is because the table is required to display all the content of the columns in every row and align all of it.
Sometimes tables are too wide to fit in a small device display. This is because the table is required to display all the content of the columns in every row and align all of it.
At first, it seemed that the page layout concepts could be applied to Internet pages. Using carefully crafted tables, one could reproduce the page layout building blocks in a web page.
However, with the appearance of new internet-connected devices with various sizes and orientations, this was no longer a viable solution.
The answer was the use of Cascading Style Sheets (CSS), and, specifically, CSS media queries.
PDF files seem the natural output of LaTeX. However, because it refers to fixed dimensions, it renders poorly on mobile devices. So, one might ask:
How important is the usage of mobile devices for internet access?