summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-14 20:04:24 +0000
committerKarl Berry <karl@freefriends.org>2022-09-14 20:04:24 +0000
commit022c91c5cb0eae60b3bb03b6deb733e9c011c6f2 (patch)
treec8aefd80006f5c6af288a2e1189c8868790326bc /Master/texmf-dist
parentb42a35579d5308baed5fb68ae93f8b4770cab2e3 (diff)
hereapplies (14sep22)
git-svn-id: svn://tug.org/texlive/trunk@64391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md11
-rw-r--r--Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx15
-rw-r--r--Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdfbin364778 -> 366039 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex5
-rw-r--r--Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdfbin49420 -> 49556 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hereapplies/package.json2
-rw-r--r--Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty6
7 files changed, 36 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md b/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md
index 97ee241848c..a9b0b45d62c 100644
--- a/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md
+++ b/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md
@@ -2,6 +2,17 @@ Change Log
==========
+## 1.0.0 (2022-09-13)
+
+Changes:
+
+* The `\ignorespaces` directive has been added at the end of the `\hereapplies`
+ macro
+* The `upquote` package has been added to the manual's manuscript
+* Version 0.8.x can be considered stable enough; the version string has been
+ updated to 1.0.0
+
+
## 0.8.0 (2022-09-03)
Changes:
diff --git a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx
index 8bd29fc9c52..6cb338307e1 100644
--- a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx
+++ b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx
@@ -7,6 +7,7 @@
\textclass article
\begin_preamble
\usepackage{doc}
+\usepackage{upquote}
\AtBeginDocument{%
% LyX should add automatically `\usepackage{listings}` to the preamble...
@@ -546,6 +547,13 @@ hereapplies
\end_layout
\begin_layout Standard
+\begin_inset VSpace smallskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
\begin_inset listings
lstparams "language=TeX,numbers=none"
inline false
@@ -566,6 +574,13 @@ label{...}
\end_layout
\begin_layout Standard
+\begin_inset VSpace smallskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
Its
\begin_inset Quotes eld
\end_inset
diff --git a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdf b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdf
index 812792219e6..bde2099bc60 100644
--- a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdf
+++ b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex
index 9f4f5027b3a..01a7ceeb7ac 100644
--- a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex
+++ b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex
@@ -21,6 +21,7 @@
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{doc}
+\usepackage{upquote}
\AtBeginDocument{%
% LyX should add automatically `\usepackage{listings}` to the preamble...
@@ -138,10 +139,14 @@ possible macros or labels of the same names.
After storing some internal values, \texttt{\textbackslash hereapplies}
will expand exactly to
+\smallskip{}
+
\begin{lstlisting}[language=TeX,numbers=none]
\phantomsection\label{...}
\end{lstlisting}
+\smallskip{}
+
Its ``starred'' version (\texttt{\textbackslash hereapplies{*}})
will not invoke the \texttt{\textbackslash phantomsection} directive.
diff --git a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdf b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdf
index 512d7c24106..9707efc0cbd 100644
--- a/Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdf
+++ b/Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hereapplies/package.json b/Master/texmf-dist/doc/latex/hereapplies/package.json
index ae027198820..693844e7e1c 100644
--- a/Master/texmf-dist/doc/latex/hereapplies/package.json
+++ b/Master/texmf-dist/doc/latex/hereapplies/package.json
@@ -1,6 +1,6 @@
{
"name": "hereapplies.sty",
- "version": "0.8.0",
+ "version": "1.0.0",
"description": "A LaTeX package for referencing groups of pages that share something in common",
"homepage": "https://www.ctan.org/pkg/hereapplies",
"author": "madmurphy",
diff --git a/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty b/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty
index 7802e30a115..daf7a90ede9 100644
--- a/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty
+++ b/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty
@@ -8,7 +8,7 @@
%
% https://github.com/madmurphy/hereapplies.sty
%
-% Version 0.8.0
+% Version 1.0.0
%
% Copyright (C) 2022 madmurphy <madmurphy333@gmail.com>
%
@@ -66,7 +66,7 @@
% \end{document}
%
%
-\ProvidesPackage{hereapplies}[2022/09/03 Here Applies]
+\ProvidesPackage{hereapplies}[2022/09/13 Here Applies]
\RequirePackage{hyperref}
\RequirePackage{refcount}
%
@@ -422,6 +422,8 @@
\expandafter\starred@nochecks@hereapplies\expandafter{\@ha@tmp@@lbl}{#2}%
% Clean the environment
\let\@ha@tmp@@lbl\undefined%
+ % Ignore the spaces that might follow
+ \ignorespaces%
}
%
%