I want to completely separate formatting and content creation. The articles I will write are all plain prose that requires minimum or zero LaTeX formatting.
Also, the text file doesn't have the one-blank-line gap between paragraphs. They are separated only by one linefeed.
SUMMARY:
Is there a way to import it roughly like:
\begin{document}
\importtextfile{my_essay.txt}
\end{document}
Can I also tell LaTeX to interpret the single linefeeds as new paragraph?
