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** When I write a subsection with title ``` ## Sharpening {prf:ref}`weak-lemma` ``` **expectation** I expected the section title to be generated as ``` Sharpening Lemma...

bug

Is there a plan to support a generic numbered directive where the actual name and color of the directive can be user controlled? In LateX one can create new theorem...

### Description / Summary When describing a mathematical algorithm, it is sometimes important to describe a set of assumptions under which the algorithm is expected to perform correctly. For example,...

enhancement

### Describe the bug When I add the prf:example directive in two different files (foo.rst and bar.rst), the first example for each file is labeled 'example-0'. This leads to foo.rst:...

bug

### Description / Summary Have shared numbering for certain directives. ### Value / benefit It is very common for mathematical notes to employ shared counters for Theorems, Lemmas and Definitions,...

enhancement

Hi, Is there a way to translate headers to other languages ("theorem": "θεώρημα" in Greek etc.). I think sphinxcontrib-proof extension allows such configuration in conf.py but haven't found something similar...

**Is your feature request related to a problem? Please describe.** A `prf` environment always puts its title inside parentheses. **Describe the solution you'd like** I'd like the ability to customize...

enhancement

Hi, It may not be very frequent, but it may be worth fixinf anyway. I write: ```` ```{prf:theorem} Title1 :nonumber: Content1 ``` ```{prf:lemma} Title1 :nonumber: Content2 ``` ```` And surprisingly,...

[EDIT: I opened this issue a few days ago and since then figured out where the issue exactly is.] Hi, Many thanks for this much needed package! It seems that...

bug

@najuzilu beyond the obvious styling improvements would you be able to put a list together of the differences between this project and [sphinxcontrib-prettyproof](https://sphinxcontrib-proof.readthedocs.io/en/latest/). It would be helpful in the `docs`...