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
Running btex prints the following warning:
btex
grep: warning: stray \ before d
\documentclass{article} \begin{document} Lorem ipsum... \end{document}
and save it as test.tex. 2. Run btex test.tex.
test.tex
btex test.tex
The warning mentioned above appears on the command line, before any latex compiler output.
No warning.
Happens on the latest btex from master. Running grep -V prints
grep -V
grep (GNU grep) 3.8
The text was updated successfully, but these errors were encountered:
Will have a look at the script after upgrading grep.
Haven't seen this here. grep-3.8 is still on unstable status on Gentoo: https://packages.gentoo.org/packages/sys-apps/grep
Sorry, something went wrong.
Fixed by latest head (tag: issue-4)
No branches or pull requests
Running
btex
prints the following warning:Steps to reproduce:
and save it as
test.tex
.2. Run
btex test.tex
.What happens
The warning mentioned above appears on the command line, before any latex compiler output.
What should happen
No warning.
Version info
Happens on the latest
btex
from master. Runninggrep -V
printsThe text was updated successfully, but these errors were encountered: