Skip to content

Commit 6ad89ec

Browse files
chore(docs): document new potential fix for PPTX (#475)
* chore(docs): document new potential fix for PPTX Ref: #392 (comment). * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c98501b commit 6ad89ec

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ body:
2929
options:
3030
- label: Checked the [existing issues](https://github.com/jeertmans/manim-slides/issues?q=is%3Aissue+label%3Abug+) and [discussions](https://github.com/jeertmans/manim-slides/discussions) to see if my issue had not already been reported;
3131
required: true
32+
- label: Checked the [frequently qsked questions]](https://manim-slides.eertmans.be/latest/faq.html);
33+
required: true
3234
- label: Read the [installation instructions](https://manim-slides.eertmans.be/latest/installation.html);
3335
required: true
3436
- label: Created a virtual environment in which I can reproduce my bug;

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
[#462](https://github.com/jeertmans/manim-slides/pull/462)
4545
- Fixed deprecation warnings.
4646
[#467](https://github.com/jeertmans/manim-slides/pull/467)
47+
- Documented potential fix for PPTX issue.
48+
[#475](https://github.com/jeertmans/manim-slides/pull/475)
4749

4850
(unreleased-fixed)=
4951
### Fixed

docs/source/faq.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ with ManimCE or ManimGL.
5454
### Slides go black when video finishes
5555

5656
This is an issue with Qt,
57-
which cannot be solve on all platforms and Python versions,
57+
which cannot be solved on all platforms and Python versions,
5858
see [#293](https://github.com/jeertmans/manim-slides/issues/293).
5959

60+
Recent version of Manim Slides, i.e., `manim-slides>5.1.7`, come
61+
with a fix that should work fine.
62+
6063
### How to increase quality on Windows
6164

6265
On Windows platform, one may encounter a lower image resolution than expected.
@@ -120,3 +123,7 @@ This issue is (probably) caused by PowerPoint never freeing
120123
memory, causing memory allocation errors, and can be partially
121124
solved by reducing the video quality or the number of slides,
122125
see [#392](https://github.com/jeertmans/manim-slides/issues/392).
126+
127+
Another solution, suggested by [@Azercoco](https://github.com/Azercoco) in
128+
[#392 (comment)](https://github.com/jeertmans/manim-slides/issues/392#issuecomment-2368198106),
129+
is to disable hardware/GPU acceleration.

docs/source/reference/sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Pages. Please refer to the template page for usage instructions.
166166

167167
### With PowerPoint (*EXPERIMENTAL*)
168168

169-
A recent conversion feature is to the PowerPoint format, thanks to the
169+
A convenient conversion feature is to the PowerPoint format, thanks to the
170170
`python-pptx` package. Even though it is fully working,
171171
it is still considered in an *EXPERIMENTAL* status because we do not
172172
exactly know what versions of PowerPoint (or LibreOffice Impress) are supported.

0 commit comments

Comments
 (0)