texlive[64391] Master/texmf-dist: hereapplies (14sep22)
commits+karl at tug.org
commits+karl at tug.org
Wed Sep 14 22:04:24 CEST 2022
Revision: 64391
http://tug.org/svn/texlive?view=revision&revision=64391
Author: karl
Date: 2022-09-14 22:04:24 +0200 (Wed, 14 Sep 2022)
Log Message:
-----------
hereapplies (14sep22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md
trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx
trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdf
trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex
trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdf
trunk/Master/texmf-dist/doc/latex/hereapplies/package.json
trunk/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty
Modified: trunk/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md 2022-09-14 20:04:09 UTC (rev 64390)
+++ trunk/Master/texmf-dist/doc/latex/hereapplies/ChangeLog.md 2022-09-14 20:04:24 UTC (rev 64391)
@@ -2,6 +2,17 @@
==========
+## 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:
Modified: trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx 2022-09-14 20:04:09 UTC (rev 64390)
+++ trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.lyx 2022-09-14 20:04:24 UTC (rev 64391)
@@ -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 @@
\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 @@
\end_layout
\begin_layout Standard
+\begin_inset VSpace smallskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
Its
\begin_inset Quotes eld
\end_inset
Modified: trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex 2022-09-14 20:04:09 UTC (rev 64390)
+++ trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-doc.tex 2022-09-14 20:04:24 UTC (rev 64391)
@@ -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 @@
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.
Modified: trunk/Master/texmf-dist/doc/latex/hereapplies/hereapplies-example.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hereapplies/package.json
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hereapplies/package.json 2022-09-14 20:04:09 UTC (rev 64390)
+++ trunk/Master/texmf-dist/doc/latex/hereapplies/package.json 2022-09-14 20:04:24 UTC (rev 64391)
@@ -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",
Modified: trunk/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty 2022-09-14 20:04:09 UTC (rev 64390)
+++ trunk/Master/texmf-dist/tex/latex/hereapplies/hereapplies.sty 2022-09-14 20:04:24 UTC (rev 64391)
@@ -8,7 +8,7 @@
%
% https://github.com/madmurphy/hereapplies.sty
%
-% Version 0.8.0
+% Version 1.0.0
%
% Copyright (C) 2022 madmurphy <madmurphy333 at 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 at nochecks@hereapplies\expandafter{\@ha at tmp@@lbl}{#2}%
% Clean the environment
\let\@ha at tmp@@lbl\undefined%
+ % Ignore the spaces that might follow
+ \ignorespaces%
}
%
%
More information about the tex-live-commits
mailing list.