Skip to content
New issue

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

File ended while scanning use of \__iow_wrap_end_chunk:w #492

Closed
jszhao opened this issue Oct 20, 2018 · 2 comments
Closed

File ended while scanning use of \__iow_wrap_end_chunk:w #492

jszhao opened this issue Oct 20, 2018 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@jszhao
Copy link

jszhao commented Oct 20, 2018

After update to the latest l3kernel, I have encountered the error message:

File ended while scanning use of \__iow_wrap_end_chunk:w

Here are the two minimal examples

\documentclass{standalone}
\usepackage{xeCJK}
\setCJKfamilyfont{wb}{FZWeiBei-S03}
\begin{document}
English
\end{document}

The error message is:

Runaway argument?
76543210\q_stop newline - 'small caps'  (m/sc) with NFSS spec.: ^^I^^O\ETC.
! File ended while scanning use of \__iow_wrap_end_chunk:w.
<inserted text>

The another example:

\documentclass{standalone}
\usepackage{xeCJK}
\setCJKmonofont[ItalicFont=KaiTi]{FangSong}
\begin{document}
English
\end{document}
Runaway argument?
76543210\q_stop newline  ^^I^^O^^W^^_^^W^^R^^A^^Pnewline  This font f\ETC.
! File ended while scanning use of \__iow_wrap_end_chunk:w.
<inserted text>

Although they may be related with xeCJK package, I reported here since they occurred after updating l3kernel. And I searching google, the only page that contains \__iow_wrap_end_chunk:w points me to this project.

@davidcarlisle
Copy link
Member

I think this is a #491 which is fixed in the sources, sorry for the inconvenience.

@josephwright josephwright added expl3 bug Something isn't working duplicate This issue or pull request already exists labels Oct 20, 2018
@josephwright
Copy link
Member

Duplicate of #491.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants