Pierre Senellart
Pierre Senellart
An error message for the first form has been added in 2781157; the second one is a bit more challenging to detect.
Thanks for your bug report. I am aware of the issue, but this is something that is not easily fixable: the current behavior is as follows: - if `\nosectionappendix` is...
Thanks for the feature request. I know very little about SyncTeX and I do not use it myself, so I will not be able to look into it in the...
Thanks for the extra detail. I should maybe look into what the `listings` and `tcolorbox` packages are doing.
It seems you have found a possible way to make it work? https://tex.stackexchange.com/a/449293 But the code fragment you posted there seems to be incomplete (look at the end of the...
Thanks. I will try to go over this and see if this is a viable replacement for the use of VerbatimOut (perhaps as an optional feature).
Indeed, there is no reason to load bibunits when `bibliography=common`, fixed in 7491d48. Can you try [develop/apxproof.sty](https://raw.githubusercontent.com/PierreSenellart/apxproof/develop/apxproof.sty) to see if this fixes your issue (just put it in your working...
There is nothing that natively allows this. It might be a good idea, though not sure what the best way is to make this customizable. But here are two workarounds....
You can use the regular `\appendix` command to create an appendix, however: 1. You need to disable any specific customizations done by apxproof at the beginning of an appendix by...
Thanks for your message. This is not trivial to implement as I heavily rely on the fact that there is a single appendix; all appendix content is in particular stored...