[latexrefman-commits] [SCM] latexrefman updated: r680 - trunk
jimhefferon at gnu.org.ua
jimhefferon at gnu.org.ua
Thu Jul 5 18:55:30 CEST 2018
Author: jimhefferon
Date: 2018-07-05 19:55:30 +0300 (Thu, 05 Jul 2018)
New Revision: 680
Modified:
trunk/CTAN
trunk/ChangeLog
trunk/Makefile
trunk/latex2e.css
trunk/latex2e.dvi
trunk/latex2e.html
trunk/latex2e.pdf
trunk/latex2e.xml
Log:
experiment with also doing split html's
Modified: trunk/CTAN
===================================================================
--- trunk/CTAN 2018-07-03 15:04:05 UTC (rev 679)
+++ trunk/CTAN 2018-07-05 16:55:30 UTC (rev 680)
@@ -21,4 +21,5 @@
6) Commit the svn.
-7) Upload. It all goes to CTAN://info/latex2e-help-texinfo
+7) Upload. It all goes to CTAN://info/latex2e-help-texinfo. Make
+sure the version changes, to today's date.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2018-07-03 15:04:05 UTC (rev 679)
+++ trunk/ChangeLog 2018-07-05 16:55:30 UTC (rev 680)
@@ -1,3 +1,8 @@
+2018-07-05 Jim Hefferon <jhefferon at smcvt.edu>
+
+ * Makefile Try out making split HTML's.
+ * latex2e.css Put a minimal amount of styling in the split pages.
+
2018-07-03 Jim Hefferon <jhefferon at smcvt.edu>
* latex2e.texi Do a CTAN release following the checklist in the
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2018-07-03 15:04:05 UTC (rev 679)
+++ trunk/Makefile 2018-07-05 16:55:30 UTC (rev 680)
@@ -84,6 +84,8 @@
figure_files = list.eps list.pdf list.png list.txt
figure_source_files = asy/list.asy
dist = latex2e-help-texinfo.zip
+# JH
+htmlsplit = latex2e-help-texinfo-tree.zip
#
dist: en es
mkdir latex2e-help-texinfo && cd latex2e-help-texinfo && ln -s ../* .
@@ -98,6 +100,15 @@
rm -rf latex2e-help-texinfo
@ls -l $(dist); unzip -l $(dist)
+htmlsplit: en
+ mkdir latex2e-help-texinfo-tree && cd latex2e-help-texinfo-tree && ln -s ../* .
+ rm -f $(htmlsplit)
+ cd latex2e-help-texinfo-tree && $(makeinfo) --html --css-include=latex2e.css --set-customization-variable PRE_BODY_CLOSE="<div class='referenceinfo'><a href='http://tug.org/texinfohtml/latex2e.html'><i>Unofficial LaTeX2e reference manual</i></a> 2018-July-05</div>" $(texi2html_top) latex2e.texi
+ cd latex2e-help-texinfo-tree && zip -q $(htmlsplit) -r latex2e
+ cd latex2e-help-texinfo-tree && cp $(htmlsplit) ..
+ rm -rf latex2e-help-texinfo-tree
+ @ls -l $(htmlsplit); unzip -l $(htmlsplit)
+
# A hacky spell check target.
# Remove \commandnames to reduce exception list, but not {args} or
# [args], since they are often words.
Modified: trunk/latex2e.css
===================================================================
--- trunk/latex2e.css 2018-07-03 15:04:05 UTC (rev 679)
+++ trunk/latex2e.css 2018-07-05 16:55:30 UTC (rev 680)
@@ -1 +1,18 @@
-code {font-style: normal; font-family: monospace}
\ No newline at end of file
+code {font-style: normal; font-family: monospace}
+
+.header {font-size: small}
+h3 {color: #007849}
+a:link {color: #0375B4}
+a:visited {color: #004165}
+hr {
+ border: 0;
+ height: 1px;
+ background: #333;
+ background-image: linear-gradient(to right, #ccc, #333, #ccc);
+}
+div.referencetitle {font-size: large;
+ text-align: left;
+ font-weight: bold}
+div.referenceinfo {font-size: small;
+ text-align: right;
+ display:block;margin-top:-30px;line-height:0px;}
Modified: trunk/latex2e.dvi
===================================================================
(Binary files differ)
Modified: trunk/latex2e.html
===================================================================
--- trunk/latex2e.html 2018-07-03 15:04:05 UTC (rev 679)
+++ trunk/latex2e.html 2018-07-05 16:55:30 UTC (rev 680)
@@ -74,6 +74,24 @@
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
code {font-style: normal; font-family: monospace}
+
+.header {font-size: small}
+h3 {color: #007849}
+a:link {color: #0375B4}
+a:visited {color: #004165}
+hr {
+ border: 0;
+ height: 1px;
+ background: #333;
+ background-image: linear-gradient(to right, #ccc, #333, #ccc);
+}
+div.referencetitle {font-size: large;
+ text-align: left;
+ font-weight: bold}
+div.referenceinfo {font-size: small;
+ text-align: right;
+ display:block;margin-top:-30px;line-height:0px;}
+
-->
</style>
Modified: trunk/latex2e.pdf
===================================================================
(Binary files differ)
Modified: trunk/latex2e.xml
===================================================================
--- trunk/latex2e.xml 2018-07-03 15:04:05 UTC (rev 679)
+++ trunk/latex2e.xml 2018-07-05 16:55:30 UTC (rev 680)
@@ -3,7 +3,7 @@
<texinfo xml:lang="en">
<filename file="latex2e.xml"></filename>
<preamble>\input texinfo
-</preamble><!-- c $Id: latex2e.texi 678 2018-07-02 20:51:26Z karl $ -->
+</preamble><!-- c $Id: latex2e.texi 679 2018-07-03 15:04:05Z jimhefferon $ -->
<!-- comment %**start of header (This is for running Texinfo on a region.) -->
<setfilename file="latex2e.info" spaces=" ">latex2e.info</setfilename>
<set name="UPDATED" line=" UPDATED July 2018">July 2018</set>
More information about the latexrefman-commits
mailing list