17 Dec
2022
17 Dec
'22
3:06 p.m.
Hi! In the following example the file “bar” is not included: # create file “bar” echo Bar > bar # t.tex \starttext Foo \typefile{bar} \stoptext Then run context --errors='*' t.tex The text “bar” is not included in the PDF, only Foo is. The log file shows: verbatims > file 'bar' does not exist However, the file “bar” clearly does exist. Furthermore, context exits with no error in the log file and a successful exit value: context --errors='*' t.tex > /dev/null; echo $? 0 Is this working as intended? Marco