We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason, I am trying to grep some TeX log file to isolate what is missing:
grep -o -P '\S+ not found' main.log
which in my case returns:
'alphabetic.dbx' not found 'biblatex-dm.cfg' not found thbb" not found
Observe the last line of output: indeed, there is a newline dropped in the middle of the name of the missing
luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: Font "stix-ma thbb" not found.
Ok, that's a small thing, I am sorry to bother you.
The text was updated successfully, but these errors were encountered:
increase max_print_line in your texmf.cnf to avoid line breaks in the log.
max_print_line
Sorry, something went wrong.
No branches or pull requests
For some reason, I am trying to grep some TeX log file to isolate what is missing:
grep -o -P '\S+ not found' main.log
which in my case returns:
Observe the last line of output: indeed, there is a newline dropped in the middle of the name of the missing
Ok, that's a small thing, I am sorry to bother you.
The text was updated successfully, but these errors were encountered: