Karl Traunmüller

Results 134 issues of Karl Traunmüller

Examples: - http://www2.informatik.uni-freiburg.de/~frank/ENG/latex-course/latex-course-3/latex-course-3_en.html

feature
packages

- width of utilities pane - inspector/toolbox divider position

enhancement

- The attached CV example using `moderncv` has quite a few issues - Lebenslauf.pdf is what the output should look like [LebenslaufBAK.zip](https://github.com/ktraunmueller/Compositor/files/2002224/LebenslaufBAK.zip)

packages

Add a section to the "current limitations" blog page about non-Latin scripts (e.g., Japanese), explaining that this is a complex topic that will not be addressed in the near term.

we're currently on e-TeX 2.1; check the revision history if it makes sense to upgrade to 2.6

internals

The dynamic memory array `mem` is already resizable, but the size is currently only set once at initialization time. Make the dynamic memory resize when TeX runs into out of...

internals

There's a limit on the maximum length of input lines (currently 3000). We should break up longer lines.

enhancement
internals

Provide a checkbox option in the preferences that will auto-wrap long paragraphs at a certain (configurable) line length (e.g. 80/100/120 chars) when saving the document. The goal should be to...

feature

TeX runs out of memory (pool size) with the attached file. When increasing memory, Compositor still produces mostly garbage: [schedulingverfahren.tex.zip](https://github.com/ktraunmueller/Compositor/files/1565573/schedulingverfahren.tex.zip)

internals

Add an input recording/replay facility for automated UI testing, and maybe also problem diagnostics. References - https://youtu.be/W20t1zCZv8M - http://www.drdobbs.com/testing/dont-develop-gui-tests-teach-your-app-to/240168468

internals