sphinx-proof icon indicating copy to clipboard operation
sphinx-proof copied to clipboard

A Sphinx extension for producing proof, theorem, lemma, definition, remark, conjecture, corollary and algorithm directives.

Results 34 sphinx-proof issues
Sort by recently updated
recently updated
newest added

### Describe the bug **context** I have started to get warnings generated by `sphinx-proof` ``` WARNING: Domain 'sphinx_proof.domain::prf' has not implemented a `resolve_any_xref` method [myst.domains] ``` **expectation** No warnings produced...

bug

### Context I'm using some of the new box types like assumption, that is not released yet. For local development it works fine, to just put the repository link and...

enhancement

### Context The `mystjs` team have made some nice improvements to the `dark mode` in particular ### Proposal Review and incorporate changes: https://github.com/executablebooks/myst-theme/pull/87 and https://github.com/executablebooks/myst-theme/pull/90 ### Tasks and updates -...

enhancement

### Describe the bug **context** While trying to run the simple examples described at https://jupyterbook.org/content/proof.html, I receive an error (for all types). **expectation** I expected jb to render the sphinx-proof...

bug

I would like to add a link in the margin of a jupyter-book, referring to text inside a sphinx-proof block, from within the sphinx-proof block. A generic example: ````` ````{prf:example}...

### Context I often find myself when writing proofs having long chains of homogeneous ideas, and I want to reference back to why the next line follows from the previous....

enhancement

### Describe the bug **context** When you try to use multi-line (either $$ or \begin{align} type of environments) from within a lemma/definition/theorem/proof environment, it will not typeset latex. **expectation** I...

bug

* support for exercise directive * add translation to Chinese * change encoding to "utf8" in the _convert.py to be compatible more languages * translation json for exercise directive *...

### Describe the bug **context** When I add the class `dropdown` to any directive except ````` ````{prf:proof} :class: dropdown ```` ````` the directives become collapsible in the HTML output opened...

bug