From 15d40bdc29e5c0085a2572859794ac9163b6da8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Feb 2019 21:59:24 +0000 Subject: globalvals (6feb19) git-svn-id: svn://tug.org/texlive/trunk@49962 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/globalvals/ChangeLog | 6 ++++-- Master/texmf-dist/doc/latex/globalvals/README.md | 6 +++--- .../texmf-dist/doc/latex/globalvals/globalvals.pdf | Bin 158470 -> 158449 bytes .../texmf-dist/doc/latex/globalvals/globalvals.tex | 2 +- .../texmf-dist/tex/latex/globalvals/globalvals.sty | 20 +++++++------------- 5 files changed, 15 insertions(+), 19 deletions(-) diff --git a/Master/texmf-dist/doc/latex/globalvals/ChangeLog b/Master/texmf-dist/doc/latex/globalvals/ChangeLog index 7410e788748..968e3bf7b20 100644 --- a/Master/texmf-dist/doc/latex/globalvals/ChangeLog +++ b/Master/texmf-dist/doc/latex/globalvals/ChangeLog @@ -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 diff --git a/Master/texmf-dist/doc/latex/globalvals/README.md b/Master/texmf-dist/doc/latex/globalvals/README.md index 0d13d705ab1..e916dd15b5d 100644 --- a/Master/texmf-dist/doc/latex/globalvals/README.md +++ b/Master/texmf-dist/doc/latex/globalvals/README.md @@ -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 @@ value will output the text "??" The package is released 'as is' with no warranty under the LaTeX Project Public -License, version 1.3. +License, version 1.3c. diff --git a/Master/texmf-dist/doc/latex/globalvals/globalvals.pdf b/Master/texmf-dist/doc/latex/globalvals/globalvals.pdf index 546d6ffda3e..2ec44202401 100644 Binary files a/Master/texmf-dist/doc/latex/globalvals/globalvals.pdf and b/Master/texmf-dist/doc/latex/globalvals/globalvals.pdf differ diff --git a/Master/texmf-dist/doc/latex/globalvals/globalvals.tex b/Master/texmf-dist/doc/latex/globalvals/globalvals.tex index a817aab2760..723f96bf6b8 100644 --- a/Master/texmf-dist/doc/latex/globalvals/globalvals.tex +++ b/Master/texmf-dist/doc/latex/globalvals/globalvals.tex @@ -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\\% diff --git a/Master/texmf-dist/tex/latex/globalvals/globalvals.sty b/Master/texmf-dist/tex/latex/globalvals/globalvals.sty index 48b99ded28c..e738c95ed0d 100644 --- a/Master/texmf-dist/tex/latex/globalvals/globalvals.sty +++ b/Master/texmf-dist/tex/latex/globalvals/globalvals.sty @@ -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{} and \useVal{}. \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 -- cgit v1.2.3