[tex4ht-commits] [SCM] tex4ht updated: r755 - trunk/web
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Fri Jul 3 14:45:47 CEST 2020
Author: michal_h21
Date: 2020-07-03 15:45:46 +0300 (Fri, 03 Jul 2020)
New Revision: 755
Modified:
trunk/web/index.html
trunk/web/tex4ht.css
Log:
fixed size of command invokations
Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html 2020-07-03 12:29:40 UTC (rev 754)
+++ trunk/web/index.html 2020-07-03 12:45:46 UTC (rev 755)
@@ -71,7 +71,9 @@
To convert a LaTeX source file.tex to HTML5 that uses UTF-8:</p>
<pre>
-htlatex file.tex "xhtml,html5,charset=utf-8" " -cunihtf -utf8"
+<samp>
+$ <kbd>htlatex file.tex "xhtml,html5,charset=utf-8" " -cunihtf -utf8"</kbd>
+</samp>
</pre>
<p>N.B. That command line has three arguments, the second two given
@@ -85,7 +87,9 @@
previous one, HTML5 in UTF-8 encoding:</p>
<pre>
-make4ht file.tex
+<samp>
+$ <kbd>make4ht file.tex</kbd>
+</samp>
</pre>
<h3>Bug reports</h3>
Modified: trunk/web/tex4ht.css
===================================================================
--- trunk/web/tex4ht.css 2020-07-03 12:29:40 UTC (rev 754)
+++ trunk/web/tex4ht.css 2020-07-03 12:45:46 UTC (rev 755)
@@ -1,10 +1,12 @@
table.changelog td{vertical-align:top; padding-right:0.5rem; }
table.changelog p{margin-top:0; margin-bottom:0.5rem;}
+
@media (max-width:35em){
body{line-height:1.5;}
}
-samp,code{font-family:monospace,monospace;}
+samp,code, kbd{font-family:monospace,monospace;}
+
nav {
padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
@@ -21,3 +23,5 @@
nav a:hover{
text-decoration:underline;
}
+
+
More information about the tex4ht-commits
mailing list.