How to set a PDF image file in the tex directory instead of the doc directory in l3build? #231
-
I have a module = "xxxx"
ctanzip = "xxxx"
tdsroot = "xelatex"
typesetexe = "xelatex"
sourcefiles = {"*.dtx", "*.ins", "xxxlogo.pdf"}
installfiles = {"*.sty", "*.cls", "xxxlogo.pdf"} At present, the |
Beta Was this translation helpful? Give feedback.
Answered by
josephwright
May 9, 2022
Replies: 1 comment 1 reply
-
Probably easiest is tdslocations = {"tex/latex/xxxx/xxxlogo.pdf"} as this simply forces the location for the file. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
note286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably easiest is
as this simply forces the location for the file.