texlive[66921] Master/texmf-dist: preview (23apr23)
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 23 22:33:20 CEST 2023
Revision: 66921
http://tug.org/svn/texlive?view=revision&revision=66921
Author: karl
Date: 2023-04-23 22:33:20 +0200 (Sun, 23 Apr 2023)
Log Message:
-----------
preview (23apr23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/preview/preview.pdf
trunk/Master/texmf-dist/source/latex/preview/preview.dtx
trunk/Master/texmf-dist/tex/latex/preview/preview.sty
Modified: trunk/Master/texmf-dist/doc/latex/preview/preview.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/preview/preview.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/preview/preview.dtx 2023-04-23 20:32:57 UTC (rev 66920)
+++ trunk/Master/texmf-dist/source/latex/preview/preview.dtx 2023-04-23 20:33:20 UTC (rev 66921)
@@ -3,7 +3,7 @@
%% Developed as part of AUCTeX <URL:https://www.gnu.org/software/auctex/>.
%
% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
-% 2010, 2017-2022 Free Software Foundation
+% 2010, 2017-2023 Free Software Foundation
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
% Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
% Boston, MA 02110-1301 USA
% \fi
-% \CheckSum{1794}
+% \CheckSum{1758}
% \GetFileInfo{preview.sty}
% \date{\filedate}
% \author{David Kastrup\thanks{\texttt{bug-auctex at gnu.org}}}
@@ -429,27 +429,20 @@
%
% \StopEventually{}
% \section{The Implementation}
-% Here we go: the start is somewhat obtuse since we figure out version
-% number and date from RCS strings. This should really be done at
+% We provide version and date manually. This should really be done at
% docstrip time instead. Takers?
% \begin{macro}{\pr at version}
+% \begin{macro}{\pr at date}
% \begin{macrocode}
%<*style>
%<*!active>
-\NeedsTeXFormat{LaTeX2e} \def\reserved at a #1#2$#3:
-#4${\xdef#1{\reserved at c #2#4 $}} \def\reserved at c #1 #2${#1}
-\begingroup \catcode`\_=12
-\reserved at a\pr at version $Name: release_13_1 $ \ifx\pr at version\@empty
-\reserved at a\pr at version CVS-$Revision: 1.126 $ \endgroup \else
- \def\next release_{} \lccode`\_=`.
- \edef\next{\lowercase{\endgroup
- \def\noexpand\pr at version{\expandafter\next\pr at version}}} \next \fi
-\reserved at a\next $Date: 2017/04/24 13:20:00 $
-\edef\next{\noexpand\ProvidesPackage{preview}%
- [\next\space \pr at version\space (AUCTeX/preview-latex)]}
-\next
+\NeedsTeXFormat{LaTeX2e}
+\def\pr at version{13.2}
+\def\pr at date{2023/01/17}
+\ProvidesPackage{preview}[\pr at date\space \pr at version\space (AUCTeX/preview-latex)]
% \end{macrocode}
% \end{macro}
+% \end{macro}
% Since many parts here will not be needed as long as the package is
% inactive, we will include them enclosed with |<*active>| and
% |</active>| guards. That way, we can append all of this stuff at a
@@ -1676,7 +1669,7 @@
%<tightpage> 7{currentfile token not{stop}if 65781.76 div })) pop}
% \end{macrocode}
% The ``userdict'' at the start of the last special is also there to
-% avoid an unknown special in dvipng<=1.6. This is the end of the
+% avoid an unknown special in dvipng$<=1.6$. This is the end of the
% backwards-compatibility code.
% \begin{macrocode}
%<tightpage> \special{!userdict begin/bop-hook{%
Modified: trunk/Master/texmf-dist/tex/latex/preview/preview.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/preview/preview.sty 2023-04-23 20:32:57 UTC (rev 66920)
+++ trunk/Master/texmf-dist/tex/latex/preview/preview.sty 2023-04-23 20:33:20 UTC (rev 66921)
@@ -23,18 +23,10 @@
%% in the same archive or directory.)
%% The preview style for extracting previews from LaTeX documents.
%% Developed as part of AUCTeX <URL:https://www.gnu.org/software/auctex/>.
-\NeedsTeXFormat{LaTeX2e} \def\reserved at a #1#2$#3:
-#4${\xdef#1{\reserved at c #2#4 $}} \def\reserved at c #1 #2${#1}
-\begingroup \catcode`\_=12
-\reserved at a\pr at version $Name: release_13_1 $ \ifx\pr at version\@empty
-\reserved at a\pr at version CVS-$Revision: 1.126 $ \endgroup \else
- \def\next release_{} \lccode`\_=`.
- \edef\next{\lowercase{\endgroup
- \def\noexpand\pr at version{\expandafter\next\pr at version}}} \next \fi
-\reserved at a\next $Date: 2017/04/24 13:20:00 $
-\edef\next{\noexpand\ProvidesPackage{preview}%
- [\next\space \pr at version\space (AUCTeX/preview-latex)]}
-\next
+\NeedsTeXFormat{LaTeX2e}
+\def\pr at version{13.2}
+\def\pr at date{2023/01/17}
+\ProvidesPackage{preview}[\pr at date\space \pr at version\space (AUCTeX/preview-latex)]
\let\ifPreview\iffalse
\let\preview at delay=\@gobble
\let\pr at advise=\@gobbletwo
More information about the tex-live-commits
mailing list.