xsim
xsim copied to clipboard
eXercise Sheets IMproved
I'm reading the manual and in section 9.2 the option `match-all` and `match-any` are described. I think one option, let be `match-all`, set to true or false is sufficient to...
I have exercises about some topic. Some are optional, some are mandatory. I would like to print the mandatory first, then the optional. The current workflow is as follows: ```...
I work with global options. My setup: ``` xsimsetup{ print-solutions/headings=false, print-solutions/chapter=true } ``` `print-solutions/headings=false` works fine `print-solutions/chapter=true` does not work I use `\printsolutions[chapter=true]` localy to print only the current chapter...
Since the lockdown I need to create more and more exercise-sheets and your package is saving me a lot of trouble ever since. Thank you very much for all the...
What should be possible or what would be features when nested exercises are used as subexercises? ```latex \documentclass{article} \usepackage[no-files]{xsim} \DeclareExerciseType{subquestion}{ exercise-env = question , solution-env = answer , exercise-name =...
cf. https://tex.stackexchange.com/questions/541997/
Hello, I'm converting all my exsheets exercises to xsim, so far it works really well. I found out that if the document is compiled with synctex one can only jump...
Just out of curiosity I've been going through the `xsim.ideas` file and I've realized that maybe in the future there is `xsim-exam` (which would be great). Let me explain a...
Enable a syntax like the following? ```latex \printsolutions[chapter=2,section=2-4] ```
Since I need to bring my students closer to the german Abitur, I would like exercises that are structured similar to the exercises in the Abitur. One of the things...