org: add a quick dirty comparison of 3 translators

* doc/org/ltldo.org: Here.
* doc/org/spot.css: Add table-pre style.
This commit is contained in:
Alexandre Duret-Lutz 2019-04-17 16:50:12 +02:00
parent f1be609df1
commit d3cdabeb6e
2 changed files with 65 additions and 5 deletions

View file

@ -26,9 +26,9 @@ pre.src-C\+\+:before{content:'C++'}
pre.src-hoa:before{content:'HOA';border-color:#d70079}
img{max-width:100%}
svg.org-svg{width:auto;max-width:100%}
table.csv-table {font-family:monospace, courier}
table.csv-table th {vertical-align:bottom}
table.csv-table th div {text-align:center}
table.csv-table,table.table-pre{font-family:monospace, courier}
table.csv-table th{vertical-align:bottom}
table.csv-table th div{text-align:center}
table.csv-table th div span{text-align:left;writing-mode:vertical-lr;transform:rotate(180deg);display:inline-block;white-space:nowrap}
@media screen{
#table-of-contents{position:fixed;right:0em;top:0em;max-width:50%;max-height:80%;overflow:auto;z-index:10}