Indirectly reference specific sections of a LaTeX file #9995
Unanswered
avidseeker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if pandoc could help me solve this problem: https://tex.stackexchange.com/questions/683660
I have
big-book.tex
containing many exercises in\begin{problem}
environments, and I want to make ahomework.tex
for students selecting only a few of them.Can Pandoc have a lua script that parses
big-book.tex
and returns the nth problem environment? If it can, thenhomework.tex
would have for example:and the lua script will replace each with their corresponding environment from big-book.tex
Beta Was this translation helpful? Give feedback.
All reactions