30adbaa3f3
It seems that t-crossrefenum.tex and crossrefenum.sty cannot be made to load the file crossrefenum.tex that is in the development repository for the base path will always be the working directory of the main compiled file.
18 lines
494 B
TeX
18 lines
494 B
TeX
%D \module
|
||
%D [ file=t-crossrefenum,
|
||
%D version=1.0, % May differ from crossrefenum.tex
|
||
%D title=\CONTEXT\ module for crossrefenum,
|
||
%D subtitle=Smart typesetting of enumerated cross-references for various TeX formats,
|
||
%D author=Bastien Dumont,
|
||
%D date=2022/11/11,
|
||
%D url=%TODO,
|
||
%D copyright=Bastien Dumont,
|
||
%D license=GNU Public License v. 3.0 or higher]
|
||
|
||
\startmodule[crossrefenum]
|
||
\unprotect
|
||
|
||
\input crossrefenum.tex
|
||
|
||
\protect
|
||
\stopmodule |