texlive[56810] Master/texmf-dist: gitver (30oct20)

commits+karl at tug.org commits+karl at tug.org
Fri Oct 30 22:00:20 CET 2020


Revision: 56810
          http://tug.org/svn/texlive?view=revision&revision=56810
Author:   karl
Date:     2020-10-30 22:00:20 +0100 (Fri, 30 Oct 2020)
Log Message:
-----------
gitver (30oct20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/gitver/ChangeLog
    trunk/Master/texmf-dist/doc/latex/gitver/README.md
    trunk/Master/texmf-dist/doc/latex/gitver/gitver.pdf
    trunk/Master/texmf-dist/doc/latex/gitver/gitver.tex
    trunk/Master/texmf-dist/tex/latex/gitver/gitver.sty

Modified: trunk/Master/texmf-dist/doc/latex/gitver/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/gitver/ChangeLog	2020-10-30 21:00:07 UTC (rev 56809)
+++ trunk/Master/texmf-dist/doc/latex/gitver/ChangeLog	2020-10-30 21:00:20 UTC (rev 56810)
@@ -4,4 +4,6 @@
  * Clean up docs and remove extra space from hash output
 2020-07-04 - v1.2
  * Use datetime2 instead of datetime to reduce dependancy burden
-   and display dates in ISO format
\ No newline at end of file
+   and display dates in ISO format
+2020-10-30 - v1.3
+ * Support lualatex
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/latex/gitver/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/gitver/README.md	2020-10-30 21:00:07 UTC (rev 56809)
+++ trunk/Master/texmf-dist/doc/latex/gitver/README.md	2020-10-30 21:00:20 UTC (rev 56810)
@@ -1,4 +1,4 @@
-Git Version (version 1.2)
+Git Version (version 1.3)
 =========================
 
 URL: https://github.com/charlesbaynham/gitver

Modified: trunk/Master/texmf-dist/doc/latex/gitver/gitver.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/gitver/gitver.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/gitver/gitver.tex	2020-10-30 21:00:07 UTC (rev 56809)
+++ trunk/Master/texmf-dist/doc/latex/gitver/gitver.tex	2020-10-30 21:00:20 UTC (rev 56810)
@@ -18,7 +18,7 @@
 \title{\textsf{gitver} -- Git version tags \\ 
 for \LaTeX{} projects}
 \author{Charles Baynham}
-\date{2020/04/30 (v\,1.2)}
+\date{2020/10/30 (v\,1.3)}
 \MaintainedBy{%
 	This file is maintained by Charles Baynham.\\%
 	Bug reports can be opened at\\%
@@ -116,6 +116,7 @@
 	\item v1.1 - Remove extra space from output
 	\item v1.2 - Use datetime2 instead of datetime to reduce dependancy burden
    				 and display dates in ISO format
+   	\item v1.3 - Support LuaLatex
 \end{itemize}
 
 \end{document}

Modified: trunk/Master/texmf-dist/tex/latex/gitver/gitver.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/gitver/gitver.sty	2020-10-30 21:00:07 UTC (rev 56809)
+++ trunk/Master/texmf-dist/tex/latex/gitver/gitver.sty	2020-10-30 21:00:20 UTC (rev 56810)
@@ -1,6 +1,6 @@
 % gitVer
 % 
-% (c) Charles Baynham 2018
+% (c) Charles Baynham 2020
 %
 % License: LaTeX Project Public License 1.3c
 %
@@ -19,7 +19,7 @@
 \NeedsTeXFormat{LaTeX2e}
 \def\@gitVerPkgName{gitver}
 \ProvidesPackage{\@gitVerPkgName}
-  [2020/07/04 v1.2 Access current git version and optionally add it to document headers]
+  [2020/10/30 v1.3 Access current git version and optionally add it to document headers]
 
 \RequirePackage{hyperref}
 \RequirePackage{catchfile}
@@ -26,6 +26,12 @@
 \RequirePackage{pdftexcmds}
 \RequirePackage{datetime2}
 
+% Support lualatex by reinstating the \write18 command
+\RequirePackage{ifluatex}
+\ifluatex
+	\RequirePackage{shellesc}
+\fi
+
 %%% Package options %%%
 
 %% 'noheader' option



More information about the tex-live-commits mailing list.