powered by
Retrieve source from beyond the end of the document.
get_leftovers(text, items = parseLatex(text))
The part of text that follows \end{document}
text
\end{document}
other than a single newline, named according to the original line numbers.
Character vector holding source.
Parsed version of text.
# line: 1 2 3 text <- "\\begin{document}\n\\end{document}\nnotes" get_leftovers(text)
Run the code above in your browser using DataLab