Martin Isaksson

Results 8 issues of Martin Isaksson

# Problem The content of the PDF file in the root directory is incorrect, it is missing references. The PDF file in `latex.out` is correct. # Minimum working example Compile...

**Describe the bug** Local links broken on PyPI. **To Reproduce** See [project description](https://pypi.org/project/3gpp-citations/). Links to contribution guide and code of conduct are broken. **Expected behavior** We expect that the link...

bug

**Is your feature request related to a problem? Please describe.** Is takes a very long time to process an Excel-sheet. **Describe the solution you'd like** Parallell processing over the rows...

enhancement

The entries can be long and take up a lot of space. See if there is a way to abbreviate or shorten entries and add this as an option.

enhancement

Exporting an Excel-sheet is timeconsuming. Instead read specification series pages directly. For example http://www.3gpp.org/DynaReport/37-series.htm

enhancement

### Describe the bug After cloning the repo, installing with `pip install -e .` and running `manimgl example_scenes.py` I get an error due to `get_monitors()` returning an empty list. ```...

bug

I would like to implement a pipeline similar to [How to annoy your co-authors: a Gitlab CI pipeline for LaTeX](https://blog.martisak.se/2020/05/11/gitlab-ci-latex-pipeline/) where each rule may _optionally_ run in a container. This...

enhancement

Is there a way to add a textbox to a layout? ``` prs = Presentation("filename.pptx") for layout in prs.slide_layouts: textbox = layout.shapes.add_textbox() ``` Gives me `AttributeError: 'LayoutShapes' object has no...