2

Here is my document:

\documentclass{article}
\begin{document}
Hello, \input{name.txt}!
\end{document}

My file name.txt has a single line Jeff\n (with EOL at the end).

It's rendered to: Hello, Jeff !. How do I remove the space after Jeff?

yegor256
  • 12,021

0 Answers0