[latex3-commits] [git/LaTeX3-latex3-l3build] master: forcedocepoch should be false as std (ae6476c)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Feb 27 15:58:32 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/ae6476c6f2f081be6f78f8900b346d5a92c07907

>---------------------------------------------------------------

commit ae6476c6f2f081be6f78f8900b346d5a92c07907
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Feb 27 14:58:32 2018 +0000

    forcedocepoch should be false as std
    
    Shows up in e.g. beamer user guide ...


>---------------------------------------------------------------

ae6476c6f2f081be6f78f8900b346d5a92c07907
 l3build-variables.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index d531be2..1ded774 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -170,7 +170,7 @@ if forcecheckepoch == nil then
   forcecheckepoch = true
 end
 if forcedocepoch == nil then
-  forcedocepoch = true
+  forcedocepoch = false
 end
 
 -- Other required settings





More information about the latex3-commits mailing list