hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
309 stars 60 forks source link

Add answers_at_end option and review behavior for solutions_at_end #181

Closed aless80 closed 4 years ago

aless80 commented 4 years ago

The --solutions_at_end option is meant to place solutions to exercises at the end of the document. The --without_solutions and --without_answers remove solutions or answers from the main part of the document:

--solutions_at_end: Place solutions to exercises at the end of the document. --without_solutions: Leave out solution environments from exercises. --without_answers: Leave out answer environments from exercises.

With reference to the points below I request to review some of the logic and formatting. I also request to implement an analogous --answers_at_end option.

aless80 commented 4 years ago

By doing a pull request I unintentionally duplicated this issue in #182