[latex3-commits] [git/LaTeX3-latex3-xcolor] main: copy xcolor2.tex into place (a43f8c0)

David Carlisle d.p.carlisle at gmail.com
Sat Oct 2 14:16:27 CEST 2021


Repository : https://github.com/latex3/xcolor
On branch  : main
Link       : https://github.com/latex3/xcolor/commit/a43f8c01652eb650ceed0aad3d647b506287a9cf

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

commit a43f8c01652eb650ceed0aad3d647b506287a9cf
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Oct 2 13:16:27 2021 +0100

    copy xcolor2.tex into place


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

a43f8c01652eb650ceed0aad3d647b506287a9cf
 build.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.lua b/build.lua
index 8ff272e..8ce305a 100644
--- a/build.lua
+++ b/build.lua
@@ -15,6 +15,7 @@ tdslocations = {"dvips/xcolor/xcolor.pro"}
 
 function typeset_xcolor2 (f)
  typesetexe='latex'
+ cp('xcolor2.tex',unpackdir,'.')
  tex(f)
  tex(f)
  runcmd('dvips xcolor2')





More information about the latex3-commits mailing list.