I want to change some package,but in the beginning of the package i need in checking,what compiler use. For example,if i use latex,i want to require one packages,for lualatex i want to require other packages,and for any other compiler i want to require other packages,which i not require for latex and lualatex. Give me please small example,which show,how to check latex,lualatex and any other compilers. Thanks everybody for the help.
Asked
Active
Viewed 52 times
0
\sys_if_engine_luatex:TF, for such tests. Be aware that you should never change the original code of a package. – Ulrike Fischer Apr 03 '19 at 14:37