summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-03 22:29:35 +0000
committerKarl Berry <karl@freefriends.org>2021-01-03 22:29:35 +0000
commit09e53a535db7dac7460976c2f2506f2d9753df70 (patch)
treecab944b32fa864bb7c3e7dacb0348c7b59e05215
parent6e95eb9f5ffa8d677a43a498ee09248674790abc (diff)
latex-doc-ptr (3jan21)
git-svn-id: svn://tug.org/texlive/trunk@57311 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/Makefile2
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/README2
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css2
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css.replacement148
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.html25
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdfbin169317 -> 169323 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex2
7 files changed, 164 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/Makefile b/Master/texmf-dist/doc/latex/latex-doc-ptr/Makefile
index 14eb181f4ba..61a11929cbb 100644
--- a/Master/texmf-dist/doc/latex/latex-doc-ptr/Makefile
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/Makefile
@@ -7,7 +7,7 @@ latex-doc-ptr.pdf: latex-doc-ptr.tex latex-doc-ptr.sty dash.sty
latex-doc-ptr.html: latex-doc-ptr.tex latex-doc-ptr.sty dash.sty
make4ht latex-doc-ptr.tex
- cp latex-doc-ptr.css.bak latex-doc-ptr.css
+ cp latex-doc-ptr.css.replacement latex-doc-ptr.css
# Get subsections headers
awk -f massage_html.awk <latex-doc-ptr.html > latex-doc-ptr-massaged.html
# Correct lost ligatures (all very fragile, but I can't grok tex4ht)
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/README b/Master/texmf-dist/doc/latex/latex-doc-ptr/README
index 127d8586732..dfb20a8bc60 100644
--- a/Master/texmf-dist/doc/latex/latex-doc-ptr/README
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/README
@@ -6,7 +6,7 @@ is not what the overwhelming majority of users would find useful at
that point. Instead, it gives a selection of resources, for a
variety of users.
- See also http://www.ctan.org/tex-archive/info/first-latex-doc .
+ See also http://mirror.ctan.org/info/first-latex-doc .
License:
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css
index db1fcd494c4..d3af60f1880 100644
--- a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css
@@ -144,5 +144,5 @@ div.lstinputlisting{ font-family: monospace; white-space: nowrap; }
p.indent{ text-indent: 0em } /* make all paragraphs un-indented */
a { text-decoration: none; } /* remove underlines, since below LaTeX is ugly*/
-.Spectral-LightItalic-osf-t-1x-x-109 { font-style: italic;
+.Spectral-LightItalic-lf-t-1x-x-109 { font-style: italic;
} /* make "name" in `texdoc name' */
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css.replacement b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css.replacement
new file mode 100644
index 00000000000..db1fcd494c4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.css.replacement
@@ -0,0 +1,148 @@
+
+/* start css.sty */
+.Spectral-Light-osf-t-1x-x-109{}
+.Spectral-Bold-osf-t-1x-x-172{font-size:156%;}
+.ectt-1095{ font-family: monospace;}
+.ectt-1095{ font-family: monospace;}
+.ectt-1095{ font-family: monospace;}
+.Spectral-Bold-osf-t-1x-x-109{}
+.cmr-8{font-size:72%;}
+.cmr-6{font-size:54%;}
+.cmmi-10x-x-109{font-style: italic;}
+.Spectral-Light-osf-t-1{font-size:90%;}
+.ectt-1000{font-size:90%; font-family: monospace;}
+.ectt-1000{ font-family: monospace;}
+.ectt-1000{ font-family: monospace;}
+.Spectral-LightItalic-osf-t-1x-x-109{}
+.Spectral-Light-osf-sc-t-1x-x-109{}
+.ectt-0900{font-size:81%; font-family: monospace;}
+.ectt-0900{ font-family: monospace;}
+.ectt-0900{ font-family: monospace;}
+p.noindent { text-indent: 0em }
+td p.noindent { text-indent: 0em; margin-top:0em; }
+p.nopar { text-indent: 0em; }
+p.indent{ text-indent: 1.5em }
+@media print {div.crosslinks {visibility:hidden;}}
+a img { border-top: 0; border-left: 0; border-right: 0; }
+center { margin-top:1em; margin-bottom:1em; }
+td center { margin-top:0em; margin-bottom:0em; }
+.Canvas { position:relative; }
+img.math{vertical-align:middle;}
+li p.indent { text-indent: 0em }
+li p:first-child{ margin-top:0em; }
+li p:last-child, li div:last-child { margin-bottom:0.5em; }
+li p~ul:last-child, li p~ol:last-child{ margin-bottom:0.5em; }
+.enumerate1 {list-style-type:decimal;}
+.enumerate2 {list-style-type:lower-alpha;}
+.enumerate3 {list-style-type:lower-roman;}
+.enumerate4 {list-style-type:upper-alpha;}
+div.newtheorem { margin-bottom: 2em; margin-top: 2em;}
+.obeylines-h,.obeylines-v {white-space: nowrap; }
+div.obeylines-v p { margin-top:0; margin-bottom:0; }
+.overline{ text-decoration:overline; }
+.overline img{ border-top: 1px solid black; }
+td.displaylines {text-align:center; white-space:nowrap;}
+.centerline {text-align:center;}
+.rightline {text-align:right;}
+div.verbatim {font-family: monospace; white-space: nowrap; text-align:left; clear:both; }
+.fbox {padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
+div.fbox {display:table}
+div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
+div.minipage{width:100%;}
+div.center, div.center div.center {text-align: center; margin-left:1em; margin-right:1em;}
+div.center div {text-align: left;}
+div.flushright, div.flushright div.flushright {text-align: right;}
+div.flushright div {text-align: left;}
+div.flushleft {text-align: left;}
+.underline{ text-decoration:underline; }
+.underline img{ border-bottom: 1px solid black; margin-bottom:1pt; }
+.framebox-c, .framebox-l, .framebox-r { padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
+.framebox-c {text-align:center;}
+.framebox-l {text-align:left;}
+.framebox-r {text-align:right;}
+span.thank-mark{ vertical-align: super }
+span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript{ font-size:80%; }
+div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; }
+table.tabular td p{margin-top:0em;}
+table.tabular {margin-left: auto; margin-right: auto;}
+td p:first-child{ margin-top:0em; }
+td p:last-child{ margin-bottom:0em; }
+div.td00{ margin-left:0pt; margin-right:0pt; }
+div.td01{ margin-left:0pt; margin-right:5pt; }
+div.td10{ margin-left:5pt; margin-right:0pt; }
+div.td11{ margin-left:5pt; margin-right:5pt; }
+table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
+td.td00{ padding-left:0pt; padding-right:0pt; }
+td.td01{ padding-left:0pt; padding-right:5pt; }
+td.td10{ padding-left:5pt; padding-right:0pt; }
+td.td11{ padding-left:5pt; padding-right:5pt; }
+table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
+.hline hr, .cline hr{ height : 1px; margin:0px; }
+.tabbing-right {text-align:right;}
+span.TEX {letter-spacing: -0.125em; }
+span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
+a span.TEX span.E {text-decoration: none; }
+span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
+span.LATEX span.TEX{ position:relative; left: -0.4em; }
+div.float, div.figure {margin-left: auto; margin-right: auto;}
+div.float img {text-align:center;}
+div.figure img {text-align:center;}
+.marginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;}
+.marginpar p{margin-top:0.4em; margin-bottom:0.4em;}
+table.equation {width:100%;}
+.equation td{text-align:center; }
+td.equation { margin-top:1em; margin-bottom:1em; }
+td.equation-label { width:5%; text-align:center; }
+td.eqnarray4 { width:5%; white-space: normal; }
+td.eqnarray2 { width:5%; }
+table.eqnarray-star, table.eqnarray {width:100%;}
+div.eqnarray{text-align:center;}
+div.array {text-align:center;}
+div.pmatrix {text-align:center;}
+table.pmatrix {width:100%;}
+span.pmatrix img{vertical-align:middle;}
+div.pmatrix {text-align:center;}
+table.pmatrix {width:100%;}
+span.bar-css {text-decoration:overline;}
+img.cdots{vertical-align:middle;}
+.partToc a, .partToc, .likepartToc a, .likepartToc {line-height: 200%; font-weight:bold; font-size:110%;}
+.index-item, .index-subitem, .index-subsubitem {display:block}
+div.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left;}
+div.caption span.id{font-weight: bold; white-space: nowrap; }
+h1.partHead{text-align: center}
+p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
+p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
+.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}
+.subparagraphHead, .likesubparagraphHead { font-weight: bold;}
+.quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; margin-right:1em; text-align:justify;}
+.verse{white-space:nowrap; margin-left:2em}
+div.maketitle {text-align:center;}
+h2.titleHead{text-align:center;}
+div.maketitle{ margin-bottom: 2em; }
+div.author, div.date {text-align:center;}
+div.thanks{text-align:left; margin-left:10%; font-size:85%; font-style:italic; }
+div.author{white-space: nowrap;}
+.quotation {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; }
+.abstract p {margin-left:5%; margin-right:5%;}
+div.abstract {width:100%;}
+.figure img.graphics {margin-left:10%;}
+.lstlisting .label{margin-right:0.5em; }
+div.lstlisting{font-family: monospace; white-space: nowrap; margin-top:0.5em; margin-bottom:0.5em; }
+div.lstinputlisting{ font-family: monospace; white-space: nowrap; }
+.lstinputlisting .label{margin-right:0.5em;}
+.columns-2 p:first-child { margin-top: 0em; }
+/* .columns-2{-moz-column-count:2; -webkit-column-count:2; column-count:2; -moz-column-gap: 27.2197pt; -webkit-column-gap: 27.2197pt; column-gap: 27.2197pt; -moz-column-rule-width: 0.0pt; -webkit-column-rule-width: 0.0pt; column-rule-rule-width: 0.0pt; -moz-column-rule-color: #555;; -webkit-column-rule-color: #555;; column-rule-color: #555;; -moz-column-rule-style: outset; -webkit-column-rule-style: outset; column-rule-style: outset; -moz-column-fill: balance; -webkit-column-fill: balance; column-fill: balance; } */
+/* end css.sty */
+
+/* added JH */
+/* Adjust the generated defs */
+.Spectral-Bold-lf-t-1x-x-172 {font-size:156%;
+ font-weight: bold;} /* doc title in bold */
+.Spectral-Bold-lf-t-1x-x-109 {margin-top:2em;
+ font-weight: bold;
+ margin-right: 0.25em} /* run-in subsection name */
+p.indent{ text-indent: 0em } /* make all paragraphs un-indented */
+a { text-decoration: none; } /* remove underlines, since below LaTeX is ugly*/
+
+.Spectral-LightItalic-osf-t-1x-x-109 { font-style: italic;
+ } /* make "name" in `texdoc name' */
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.html b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.html
index a6c1d20a626..674de5fabbd 100644
--- a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.html
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.html
@@ -232,33 +232,32 @@ inch left?&nbsp;&mdash; but it sometimes is what you want.)
href="https://ctan.org/pkg/hyperref" ><span
class="ectt-1095">hyperref</span></a><sup><a
href="#ennote-22" id="enmark-22"><span
-class="cmr-8">22</span></a></sup> (make sure to set it up, for
-example with <span class="lstinline"></span><span
+class="cmr-8">22</span></a></sup> (make sure to set it up, as with
+<span class="lstinline"></span><span
class="ectt-1000">\</span><span
class="ectt-1000">hypersetup</span><span
class="ectt-1000">{</span><span
class="ectt-1000">colorlinks</span><span
class="ectt-1000">=</span><span
class="ectt-1000">true</span><span
-class="ectt-1000">}</span>). Have cross-references that say `Theorem&#x00A0;1.2'
-instead of just `1.2' with <a
+class="ectt-1000">}</span>). Have cross-references that say `Theorem&#x00A0;1.2' instead of just `1.2' with
+<a
href="https://ctan.org/pkg/cleveref" ><span
class="ectt-1095">cleveref</span></a>.<sup><a
href="#ennote-23" id="enmark-23"><span
class="cmr-8">23</span></a></sup> For <span
-class="Spectral-Light-lf-t-1">URL</span>'s and file paths that can break across lines, use
-<a
+class="Spectral-Light-lf-t-1">URL</span>'s and file paths that can break across lines, use <a
href="https://ctan.org/pkg/url" ><span
class="ectt-1095">url</span></a>.<sup><a
href="#ennote-24" id="enmark-24"><span
class="cmr-8">24</span></a></sup> (If you use <a
href="https://ctan.org/pkg/hyperref" ><span
-class="ectt-1095">hyperref</span></a> then note that it has its own commands for the <a
+class="ectt-1095">hyperref</span></a> then note
+that it has its own commands for the <a
href="https://ctan.org/pkg/cleveref" ><span
class="ectt-1095">cleveref</span></a> and <a
href="https://ctan.org/pkg/url" ><span
-class="ectt-1095">url</span></a>
-functions.)
+class="ectt-1095">url</span></a> functions.)
<p>Inside verbatim text, make single quotes come out correctly with <a
href="https://ctan.org/pkg/upquote" ><span
class="ectt-1095">upquote</span></a>.<sup><a
@@ -365,11 +364,11 @@ class="ectt-1095">graphicx</span></a>.<sup><a
href="#ennote-34" id="enmark-34"><span
class="cmr-8">34</span></a></sup> Use the <span
class="Spectral-Light-lf-t-1">JPG </span>format
-
-
for photos, <span
class="Spectral-Light-lf-t-1">PNG </span>for other kinds of raster graphics, and <span
class="Spectral-Light-lf-t-1">PDF </span>for vector graphics. If your graphic is in another
+
+
format then convert it to one of these three. (Usually in your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
class="E">E</span>X</span></span> source, you give the file name without
the extension, as with <span class="lstinline"></span><span
@@ -534,14 +533,14 @@ class="E">E</span>X</span>Shop</a> on a Mac.
class="E">E</span>X</span></span> as &apos;la-tech&apos; or &apos;lay-tech&apos;, with emphasis on either syllable. We prefer the first, with
emphasis on the first syllable.
</p>
-
-
<h3 class="sectionHead"><a
id="x1-7000"></a>Welcome to the community!</h3>
<!--l. 409--><p class="noindent" >One reason that all of these resources are available is the work of the many <a
href="https://tug.org/usergroups.html" >user groups</a>, including the <a
href="https://tug.org/" ><span class="TEX">T<span
class="E">E</span>X</span>
+
+
Users Group</a>. Please consider joining.
</p><!--l. 421--><p class="noindent" >_________________________________________________________________________________________
</p>
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf
index 7b829bf358a..82a55bfefa6 100644
--- a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex
index 1752d462dcd..590bebb76b7 100644
--- a/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex
+++ b/Master/texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex
@@ -199,7 +199,7 @@ is what you want.)
Get hyperlinks and turn references into links with
\pkg{hyperref}\texdoc{hyperref}
(make sure to set it up,
-for example with \lstinline!\hypersetup{colorlinks=true}!).
+as with \lstinline!\hypersetup{colorlinks=true}!).
Have cross-references that say `Theorem~1.2' instead of just `1.2'
with \pkg{cleveref}.\texdoc{cleveref}
For \acro{URL}'s and file paths that can break across lines, use