texlive[74233] branches/branch2024.final/Master/texmf-dist:
commits+karl at tug.org
commits+karl at tug.org
Sun Feb 23 22:15:10 CET 2025
Revision: 74233
https://tug.org/svn/texlive?view=revision&revision=74233
Author: karl
Date: 2025-02-23 22:15:09 +0100 (Sun, 23 Feb 2025)
Log Message:
-----------
standalone (branch) (23feb25)
Modified Paths:
--------------
branches/branch2024.final/Master/texmf-dist/doc/latex/standalone/standalone.pdf
branches/branch2024.final/Master/texmf-dist/source/latex/standalone/standalone.dtx
branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cfg
branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cls
branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.sty
branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.tex
Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/standalone/standalone.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2024.final/Master/texmf-dist/source/latex/standalone/standalone.dtx
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/latex/standalone/standalone.dtx 2025-02-23 21:14:48 UTC (rev 74232)
+++ branches/branch2024.final/Master/texmf-dist/source/latex/standalone/standalone.dtx 2025-02-23 21:15:09 UTC (rev 74233)
@@ -26,10 +26,10 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{standalone.dtx}[%
%<=*DATE>
- 2025/02/21
+ 2025/02/22
%<=/DATE>
%<=*VERSION>
- v1.5
+ v1.5a
%<=/VERSION>
DTX file of the standalone bundle]
\documentclass[a4paper,11pt]{ydoc}
@@ -97,6 +97,7 @@
% \changes{v1.3b}{2022/10/10}{Fixed incorrect/unwanted messages for conversion feature. Updated project URLs in documentation. Added dependency list file.}
% \changes{v1.4}{2022/11/11}{Updated conversion feature.}
% \changes{v1.5}{2025/02/21}{Set papersize special for lualatex/xelatex. Some corrections to the manual.}
+% \changes{v1.5a}{2025/02/22}{Fixed issue with missing standalone.tex}
%
% \GetFileInfo{\jobname.dtx}
%
@@ -4804,9 +4805,6 @@
%<*standalone.tex>
% \fi
%
-%\iffalse
-%<*tex>
-% \fi
% \subsection{Simple TeX File}
%
% \begin{macrocode}
@@ -4828,10 +4826,6 @@
% \end{macro}
%
% \iffalse
-%</tex>
-% \fi
-%
-% \iffalse
%</standalone.tex>
% \fi
%
Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cfg
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cfg 2025-02-23 21:14:48 UTC (rev 74232)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cfg 2025-02-23 21:15:09 UTC (rev 74233)
@@ -1,7 +1,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{standalone.cfg}[%
- 2025/02/21
- v1.5
+ 2025/02/22
+ v1.5a
Default configuration file for 'standalone' class]%
%% Enabled the "varwidth" option if the "varwidth" package is available:
%%\IfFileExists{varwidth.sty}{%
Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cls
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cls 2025-02-23 21:14:48 UTC (rev 74232)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.cls 2025-02-23 21:15:09 UTC (rev 74233)
@@ -18,8 +18,8 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{standalone}[%
- 2025/02/21
- v1.5
+ 2025/02/22
+ v1.5a
Class to compile TeX sub-files standalone]
\newif\ifstandalone
\standalonetrue
Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.sty 2025-02-23 21:14:48 UTC (rev 74232)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.sty 2025-02-23 21:15:09 UTC (rev 74233)
@@ -19,8 +19,8 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{standalone}[%
- 2025/02/21
- v1.5
+ 2025/02/22
+ v1.5a
Package to include TeX sub-files with preambles]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\@ifundefined{ifstandalone}{%
Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.tex
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.tex 2025-02-23 21:14:48 UTC (rev 74232)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/standalone/standalone.tex 2025-02-23 21:15:09 UTC (rev 74233)
@@ -0,0 +1,8 @@
+%%\ProvidesFile{standalone.tex}[2010/02/28 v0.4 Provides if-switch to show if file is compiled standalone]%
+\expandafter\ifx\csname ifstandalone\endcsname\relax
+\expandafter\newif\csname ifstandalone\endcsname
+\expandafter\ifx\csname @twoclasseserror\endcsname\documentclass
+\else
+ \standalonetrue
+\fi
+\fi
More information about the tex-live-commits
mailing list.