-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add LaTeX Subfiles Support #3530
Comments
You can do this without writing Haskell. Easiest way to add a test would be to add a file 3530.md in You should also have a test that does |
@jgm, thanks for your help. 😊 I provided a pull request. |
The latex subfiles package provides multi-file projects. Take following files as an example
main.tex
:f1.tex
:f2.tex
:When I convert
main.tex
with pandoc into an ODT it just contains the heading and the author. I'm using following command:pandoc -f latex -t odt main.tex -o Main.odt
I do have a patch which handles the content correctly (see diff and image below). According to the contribution guide I need to add tests (Everything related to that change should be included (including tests and documentation)). However, I'm not an haskell expert and I have no idea to write theses test.
Can you help me to provide a proper pull request?
The text was updated successfully, but these errors were encountered: