summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-07 21:25:46 +0000
committerKarl Berry <karl@freefriends.org>2024-01-07 21:25:46 +0000
commit6c00f6e90d69949609b1ded1361d38950f82fd50 (patch)
tree9e3c34e9b498df1738b8bb14246c194c204b875a
parent5a491ebb08fa58ef33d76bdcc20fd490460833a2 (diff)
docsurvey (6jan24)
git-svn-id: svn://tug.org/texlive/trunk@69330 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/docsurvey/README.txt4
-rw-r--r--Master/texmf-dist/doc/latex/docsurvey/docsurvey.pdfbin242294 -> 250809 bytes
-rw-r--r--Master/texmf-dist/doc/latex/docsurvey/docsurvey.tex81
3 files changed, 58 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/docsurvey/README.txt b/Master/texmf-dist/doc/latex/docsurvey/README.txt
index 4dcf8aa1a67..e7b3a8824a5 100644
--- a/Master/texmf-dist/doc/latex/docsurvey/README.txt
+++ b/Master/texmf-dist/doc/latex/docsurvey/README.txt
@@ -4,8 +4,8 @@ The LaTeX docsurvey package
Provides the document
"Programming LaTeX — A survey of documentation and packages"
-2021/12/30
-Copyright 2017-2021 Brian Dunn — www.BDTechConcepts.com
+2024/01/07
+Copyright 2017–2024 Brian Dunn — https://github.com/bdtc/docsurvey
LaTeX Project Public License, version 1.3
diff --git a/Master/texmf-dist/doc/latex/docsurvey/docsurvey.pdf b/Master/texmf-dist/doc/latex/docsurvey/docsurvey.pdf
index 606e11f5b13..ed554735bec 100644
--- a/Master/texmf-dist/doc/latex/docsurvey/docsurvey.pdf
+++ b/Master/texmf-dist/doc/latex/docsurvey/docsurvey.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/docsurvey/docsurvey.tex b/Master/texmf-dist/doc/latex/docsurvey/docsurvey.tex
index 67dccf3dfd9..c545de61a8b 100644
--- a/Master/texmf-dist/doc/latex/docsurvey/docsurvey.tex
+++ b/Master/texmf-dist/doc/latex/docsurvey/docsurvey.tex
@@ -68,18 +68,17 @@
annotation={More examples.},
}
-@book{mittelbachgossens:companion,
- title={The \LaTeX\ Companion},
- author={Frank Mittelbach and Michel Goossens and Johannes Braams
- and David Carlisle and Chris Rowley},
- edition=2,
+@book{mittelbachfischer:companion,
+ title={The \LaTeX\ Companion, 3rd Edition},
+ author={Frank Mittelbach and Ulrike Fischer},
+ edition=3,
publisher={Addison-Wesley},
- year=2004,
- pagetotal=1090,
- isbn={0-201-36299-6},
- url={http://www.informit.com/store/latex-companion-9780133387667},
+ year=2023,
+ pagetotal=1980,
+ isbn={978-0-13-816657-1},
+ url={https://www.informit.com/store/latex-companion-parts-i-ii-3rd-edition-9780138166571},
annotation={Provides extended discussion and examples of the inner workings
- of \LaTeX\ and numerous useful packages.},
+ of \LaTeX\ and hundreds of useful packages.},
}
@book{voss:typesettingmath,
@@ -126,6 +125,15 @@
},
}
+@manual{olsak:nutshell,
+ title={\TeX\ in a Nutshell},
+ author={Petr Olšák},
+ year=2023,
+ pagetotal=31,
+ url={https://ctan.org/pkg/tex-nutshell},
+ annotation={The basics of plain \TeX. \texdoc{tex-nutshell}},
+}
+
@book{abrahams:impatient,
title={\TeX\ for the Impatient},
author={Paul W. Abrahams and Kathryn A. Hargreaves and Karl Berry},
@@ -314,14 +322,27 @@
},
}
-@manual{morris:gettingstarted,
- title={Getting Started with \LaTeXe},
+@manual{lounsbury:undergrad,
+ title={\LaTeX\ for Undergraduates},
+ author={Andrew Lounsbury},
+ year=2022,
+ pagetotal=18,
+ url={https://ctan.org/pkg/latex-for-undergraduates},
+ annotation={A minimalist introduction for undergraduate students,
+ including setup and editors.
+ Be sure to locate and open the source file \filenm{LaTeX\_for\_Undergraduates.tex}
+ \texdoc{latex-for-undergraduates}
+ },
+}
+
+@manual{morris:yetanotherguide,
+ title={Yet Another Guide to \LaTeX\ 2ε},
author={Michael P. Morris},
- year=2020,
- pagetotal=33,
- url={https://ctan.org/pkg/startlatex2e},
- annotation={A beginner's bare-bones overview.
- \texdoc{startlatex2e}
+ year=2023,
+ pagetotal=72,
+ url={https://ctan.org/pkg/yet-another-guide-latex2e},
+ annotation={Guide for users of Windows and TeXLive.
+ \texdoc{yet-another-guide-latex2e}
},
}
@@ -1673,7 +1694,7 @@ annotation,abstract,library,file}
\usepackage{graphicx}
-\usepackage{metalogox}
+\usepackage[utopia]{metalogox}
\usepackage{needspace}
@@ -1706,19 +1727,20 @@ annotation,abstract,library,file}
\addtocategory{printedbooks}{lamport:latex, hokpkadaly:guide, gratzer:moremath,
voss:typesettingmath, voss:typesettingtables, voss:pstricks,
kottwitz:beginner, kottwitz:cookbook,
- mittelbachgossens:companion, TeX:FAQ, tug:books, voss:presentations}
+ mittelbachfischer:companion, TeX:FAQ, tug:books, voss:presentations}
\DeclareBibliographyCategory{TeX}
-\addtocategory{TeX}{eijkhout:topic, abrahams:impatient, texwikibook, doob:gentle,
+\addtocategory{TeX}{eijkhout:topic, olsak:nutshell,
+ abrahams:impatient, texwikibook, doob:gentle,
wilkins:started}
\DeclareBibliographyCategory{LaTeX}
\addtocategory{LaTeX}{hefferon:first, flynn:veryshort, flynn:formatting,
- talbot:novices, talbot:phd, morris:gettingstarted, Bennieston:scientific,
+ talbot:novices, talbot:phd, morris:yetanotherguide, Bennieston:scientific,
oetiker:introduction, greenwade:reference, latexwikibook, latex:authors,
latex:usrguide3,
lamport:latex, hokpkadaly:guide, kottwitz:beginner, kottwitz:cookbook,
- mittelbachgossens:companion
+ mittelbachfischer:companion, lounsbury:undergrad,
}
\DeclareBibliographyCategory{LuaLaTeX}
@@ -2243,8 +2265,8 @@ Keywords={LaTeX, programming, documentation, BD Tech Concepts LLC}%
\title{Programming \LaTeX\Dash \\ A survey of documentation and packages}
\author{Brian Dunn \\
- \small \href{mailto:bd@BDTechConcepts.com}{bd@BDTechConcepts.com} \\
- \small Copyright 2017--2021 Brian Dunn\thanks{
+ \small Github: \url{https://github.com/bdtc/docsurvey} \\
+ \small Copyright 2017--2024 Brian Dunn\thanks{
This work may be distributed and/or modified under the
conditions of the \LaTeX\ Project Public License, either version 1.3
of this license or (at your option) any later version.
@@ -3053,6 +3075,8 @@ Documentation for those interested in creating their own package or class:
A traditional forum with quick replies
to your questions
\url{http://www.latex-community.org}
+ \item[TopAnswers TeX:] Large collection of questions and answers.
+ \url{https://topanswers.xyz/tex}
\end{description}
\item[German forums:] \
@@ -3071,6 +3095,7 @@ Documentation for those interested in creating their own package or class:
\url{http://tug.org/mailman/listinfo}
\item[Newsgroup:] \url{comp.text.tex}
+
\end{description}
@@ -3087,7 +3112,8 @@ Documentation for those interested in creating their own package or class:
\item[TeXLive:] \url{http://tug.org/texlive} \hfill Unix and Windows
\item[MiKTex:] \url{https://miktex.org} \hfill Windows and Mac
\item[proTeXt:] \url{http://tug.org/protext/} \hfill Windows
-\item[MacTex:] \url{http://tug.org/mactex/} \hfill Mac
+\item[MacTeX:] \url{http://tug.org/mactex/} \hfill Mac
+\item[BasicTeX:] \url{https://www.tug.org/mactex/morepackages.html} \hfill Mac (simplified)
\end{description}
@@ -3123,6 +3149,11 @@ Documentation for those interested in creating their own package or class:
\item[2021/12/30:] Added \pkg{usrguide3}, \url{learnlatex.org},
\href{https://www.alanshawn.com/latex3-tutorial/}{latex3-tutorial},
many international resources.
+\item[2024/01/06:] Updated \citetitle{mittelbachfischer:companion}.
+ Replaced Morris's \pub{Gettings Started with \LaTeXe} with
+ \citetitle{morris:yetanotherguide}.
+ Added \citetitle{lounsbury:undergrad}, \citetitle{olsak:nutshell},
+ TopAnswers TeX, Basic TeX.
\end{description}