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

Inline \include is ignored #4553

Closed
link2xt opened this issue Apr 16, 2018 · 0 comments
Closed

Inline \include is ignored #4553

link2xt opened this issue Apr 16, 2018 · 0 comments

Comments

@link2xt
Copy link
Collaborator

link2xt commented Apr 16, 2018

\documentclass{article}
\begin{document}
foo \include{bar}
\end{document}

produces [INFO] Skipped '\include{bar}' at line 3 column 18

Include has to be separated by blankline to make it work. LaTeX (not pandoc) processes it correctly and includes the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant