Compositor
Compositor copied to clipboard
Compositor is a WYSIWYG LaTeX for Mac
Provide support for more paper sizes than those offered by the standard LaTeX document classes. The [geometry package](https://ctan.org/pkg/geometry) offers a wide range of options for setting page dimensions. Implementation notes:...
Provide a way to view the entire document source code. Sync the cursor position between DVI and source views. Maybe as an expandable panel below the DVI view, that can...
There seem to be some issues with package `soul` (e.g., in Tufte `sample-book.tex`)
I see support for TikZ graphics is on the ToDo list. Any idea if/when support for the TikZ graphics package may be implemented? Thanks! 28 March 2020
TeX Live 2019 extends the pdftex engine with a new `\expanded` primitive; see - https://www.tug.org/texlive/bugs.html - https://www.tug.org/svn/texlive/trunk/Build/source/texk/web2c/pdftexdir/NEWS?view=markup Some packages require this primitive, e.g. `listofitems`; see for example https://tex.stackexchange.com/questions/493851/listofitems-error-the-expanded-primitive-is-not-provided-by-your-tex-engine
Currently, the code that links the caret position in the DVI with the corresponding location in the source code is ad-hoc and brittle. For example, navigation currently does not correctly...
Currently, the toolbox has a couple of hardcoded tags assigned to symbols, e.g. all operators have been assigned an "operator" tag. Externalize the tags (configuration file) and make the assignment...
Typesetting is super-wonky on page boundaries. Investigate and create proper tickets.
**Steps to reproduce** - Open this document: [PageBreak.tex.zip](https://github.com/ktraunmueller/Compositor/files/3665506/PageBreak.tex.zip) - Place the caret at the end of the last paragraph before subsection 1.2 - Delete backwards once. The paragraph moves to...
Use the attached document as a starting point to investigate. [tikz.tex.zip](https://github.com/ktraunmueller/Compositor/files/1633126/tikz.tex.zip) [Manual](http://mirror.kumi.systems/ctan/graphics/pgf/base/doc/pgfmanual.pdf)