reece43 Posted July 19, 2022 Share Posted July 19, 2022 I would like to split a LaTeX document into several pandoc markdown documents. The split should happen at each \section{section_name} and the section name should be used as output name for the corresponding markdown file. So a latex file like \section{name1} some text \section{name2} more text should be split into two markdown documents with names name1.md and name2.md. Is this possible with a pandoc custom writer in Lua at all? I couldn't find any useful example in the documentation https://pandoc.org/custom-writers.html#new-stylesite on how to approach this or if it is even possible with custom writers to generate multiple output files from a single input file. Link to comment
Beyondspace Posted July 24, 2022 Share Posted July 24, 2022 On 7/19/2022 at 2:12 PM, reece43 said: I would like to split a LaTeX document into several pandoc markdown documents. The split should happen at each \section{section_name} and the section name should be used as output name for the corresponding markdown file. So a latex file like \section{name1} some text \section{name2} more text should be split into two markdown documents with names name1.md and name2.md. Is this possible with a pandoc custom writer in Lua at all? I couldn't find any useful example in the documentation https://pandoc.org/custom-writers.html#new-stylesite on how to approach this or if it is even possible with custom writers to generate multiple output files from a single input file. Do you have any examples or screenshot to describe more detail about your requirement? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment