dginev / ar5iv-css

Some CSS experiments for arXiv HTML documents converted via latexml
MIT License
16 stars 1 forks source link

Two-column theme? #1

Open dginev opened 2 years ago

dginev commented 2 years ago

It is uncanny how close we get to the the 2-column view in the PDF files for some .cls files by simply by adding:

.ltx_abstract,
.ltx_section,
.ltx_appendix,
.ltx_bibliography {
  columns: 2;
}

To the CSS ruleset. Adding that as a toggle-able theme, orthogonal to the light/dark theme toggle, feels rather reasonable as an experiment.

But every type of content that refuses to reflow, makes this difficult. Cases I've spotted on a quick glance:

So maybe it is best to defer this until we can auto-reflow nearly everything, and see if there is additional interest / ideas floating around.

dginev commented 2 years ago

The recent 2206.08225 would be a good case study for making such a theme look as enticing as possible.