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
\showbox
@moewew reported, in #327 (comment), that
Hmm, I'm using lots of \showbox which I think halts the TeX run and probably lets it end with a non-zero exit code. Is there an alternative for that?
@u-fischer then provided a \showstream workaround and @FrankMittelbach suggested providing a new command \SHOWBOX that "encaps that workflow".
\showstream
\SHOWBOX
\documentclass{article} \input{regression-test} \begin{document} \START \newwrite\boxout \immediate\openout\boxout{box.txt} \showstream\boxout \setbox0\hbox{duck} \showbox0 \setbox0\hbox{bär} \showbox0 \immediate\closeout\boxout \SHOWFILE{box.txt} xxx \end{document}
I'd like to check that the reported problem is reproducible first.
The text was updated successfully, but these errors were encountered:
biber
You planning to work on this?
Sorry, something went wrong.
Well actually I even didn't try reproducing it myself. 😒
No branches or pull requests
@moewew reported, in #327 (comment), that
@u-fischer then provided a
\showstream
workaround and @FrankMittelbach suggested providing a new command\SHOWBOX
that "encaps that workflow".I'd like to check that the reported problem is reproducible first.
The text was updated successfully, but these errors were encountered: