summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hobsub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-15 21:43:41 +0000
committerKarl Berry <karl@freefriends.org>2019-11-15 21:43:41 +0000
commit47e78a729113fcbc026f01e035040cf9e28339de (patch)
treeea14f72d55e95acd201a2b48920a3c87323c5eb4 /Master/texmf-dist/doc/latex/hobsub
parentc0ba26860b351ebcca9c9e6ea5b93b6fd483ff5f (diff)
hobsub (15nov19)
git-svn-id: svn://tug.org/texlive/trunk@52810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hobsub')
-rw-r--r--Master/texmf-dist/doc/latex/hobsub/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/hobsub/hobsub.pdfbin0 -> 59831 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hobsub/hobsub.tex42
3 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hobsub/README.md b/Master/texmf-dist/doc/latex/hobsub/README.md
new file mode 100644
index 00000000000..42c2f208aac
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hobsub/README.md
@@ -0,0 +1,2 @@
+# hobsub
+Stub hobsub packages, extracted from the oberdiek bundle
diff --git a/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf b/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf
new file mode 100644
index 00000000000..7b00333bfb5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hobsub/hobsub.tex b/Master/texmf-dist/doc/latex/hobsub/hobsub.tex
new file mode 100644
index 00000000000..120854d8d7e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hobsub/hobsub.tex
@@ -0,0 +1,42 @@
+% hobsub bundle
+%
+% Copyright 2019 Oberdiek Package Support Group
+%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version.
+
+\documentclass{article}
+\title{hobsub package}
+\author{Oberdiek Package Support Group}
+\date{2019-11-14}
+\usepackage{url}
+\raggedright
+\setlength\parskip{\baselineskip}
+\begin{document}
+
+
+\maketitle
+
+Heiko Oberdiek's \textsf{hobsub} package (and \textsf{hobsub-hyperref}
+and \textsf{hobsub-generic} packages) defined a mechanism for
+concatenating multiple files into a single file for faster loading.
+
+The disadvantage is that it introduces hard dependencies between the
+source files that are included and complicates distribution and
+updates.
+
+It was principally used with \textsf{hyperref} but is not currently
+used in any standard packages in texlive.
+
+The packages are still distributed as simple stubs that reference the
+included packages via \verb|\RequirePackage| rather than copying
+their source.
+
+The documented source of the original packages is available at
+\url{https://github.com/ho-tex/hobsub}
+but is not distributed to CTAN.
+
+
+\end{document}