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
This is a stripped down example of a problem with a tikz plot.
When inputing a file with pdf
tex with one line of text (e.g. 0.5660 0.6968) which has line ending format CR
0.5660 0.6968
CR
\newread\myread \openin\myread line.txt [line.txt](https://github.com/MiKTeX/miktex/files/3594729/line.txt) %cr line ending \read \myread to \temp \read \myread to \temp \show\temp \bye
miktex shows
> \temp=macro: ->.
With CRLF and LF ending (and with lualatex and xelatex, and in texlive for all cases) the output is
> \temp=macro: ->\par .
The text was updated successfully, but these errors were encountered:
SyncTeX binary (#363)
5d9083d
Fix line input issue (#364)
This has been fixed.
Sorry, something went wrong.
edocevoli
No branches or pull requests
This is a stripped down example of a problem with a tikz plot.
When inputing a file with pdf
tex with one line of text (e.g.
0.5660 0.6968
) which has line ending formatCR
miktex shows
With CRLF and LF ending (and with lualatex and xelatex, and in texlive for all cases) the output is
The text was updated successfully, but these errors were encountered: