texlive[49962] Master/texmf-dist: globalvals (6feb19)
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 6 22:59:24 CET 2019
Revision: 49962
http://tug.org/svn/texlive?view=revision&revision=49962
Author: karl
Date: 2019-02-06 22:59:24 +0100 (Wed, 06 Feb 2019)
Log Message:
-----------
globalvals (6feb19)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/globalvals/ChangeLog
trunk/Master/texmf-dist/doc/latex/globalvals/README.md
trunk/Master/texmf-dist/doc/latex/globalvals/globalvals.pdf
trunk/Master/texmf-dist/doc/latex/globalvals/globalvals.tex
trunk/Master/texmf-dist/tex/latex/globalvals/globalvals.sty
Modified: trunk/Master/texmf-dist/doc/latex/globalvals/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/globalvals/ChangeLog 2019-02-06 15:20:23 UTC (rev 49961)
+++ trunk/Master/texmf-dist/doc/latex/globalvals/ChangeLog 2019-02-06 21:59:24 UTC (rev 49962)
@@ -1,2 +1,4 @@
-2019-01-23
- * initial release
\ No newline at end of file
+2019-01-23 - v1.0
+ * initial release
+2019-02-06 - v1.1
+ * Remove \makeatother and \makeatletter from .sty file
Modified: trunk/Master/texmf-dist/doc/latex/globalvals/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/globalvals/README.md 2019-02-06 15:20:23 UTC (rev 49961)
+++ trunk/Master/texmf-dist/doc/latex/globalvals/README.md 2019-02-06 21:59:24 UTC (rev 49962)
@@ -1,8 +1,8 @@
-Global Vals (version 1.0)
+Global Vals (version 1.1)
=========================
URL: https://github.com/charlesbaynham/globalvals
-(c) Charles Baynham 2018
+(c) Charles Baynham 2019
License: LaTeX Project Public License 1.3c
@@ -20,4 +20,4 @@
The package is released 'as is' with no warranty under the LaTeX Project Public
-License, version 1.3.
+License, version 1.3c.
Modified: trunk/Master/texmf-dist/doc/latex/globalvals/globalvals.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/globalvals/globalvals.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/globalvals/globalvals.tex 2019-02-06 15:20:23 UTC (rev 49961)
+++ trunk/Master/texmf-dist/doc/latex/globalvals/globalvals.tex 2019-02-06 21:59:24 UTC (rev 49962)
@@ -6,7 +6,7 @@
\title{\textsf{globalvals} -- Resuable variables \\
for use in large projects}
\author{Charles Baynham}
-\date{2019/01/23 (v\,1.0)}
+\date{2019/02/06 (v\,1.1)}
\MaintainedBy{%
This file is maintained by Charles Baynham.\\%
Bug reports can be opened at\\%
Modified: trunk/Master/texmf-dist/tex/latex/globalvals/globalvals.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/globalvals/globalvals.sty 2019-02-06 15:20:23 UTC (rev 49961)
+++ trunk/Master/texmf-dist/tex/latex/globalvals/globalvals.sty 2019-02-06 21:59:24 UTC (rev 49962)
@@ -1,29 +1,25 @@
% Global Vars
-
+%
% (c) Charles Baynham 2019
-
+%
% License: LaTeX Project Public License 1.3c
-
-% % This program can be redistributed and/or modified under the terms
-% % of the LaTeX Project Public License Distributed from CTAN archives
-% % in directory macros/latex/base/lppl.txt.
-
+%
% This package allow the user to declare a variable which can then be used
% anywhere else in a document, including before it was declared. This is done
% by putting the definitions into the .aux files, therefore requiring two runs
% to get it right.
-
+%
% It implements two commands: \defVal{<value>} and \useVal{<value>}. \defVal
% sets up a global variable and \useVal recalls it.
-
+%
% Using \defVal twice will result in an error. Using \useVal for an undefined
% value will output the text "??"
%
-\makeatletter
+
\NeedsTeXFormat{LaTeX2e}
\def\@globalvalsPkgName{globalvals}
\ProvidesPackage{\@globalvalsPkgName}
- [2019/01/23 v1.0 Define and use global variables throughout a document, including before their definition]
+ [2019/02/06 v1.1 Define and use global variables throughout a document, including before their definition]
@@ -55,8 +51,6 @@
\fi%
}
-\makeatother
-
\endinput
%%
%% End of file `globalvals.sty'.
\ No newline at end of file
More information about the tex-live-commits
mailing list