wkelly1 /
TikZGUI
A Simple GUI for TikZ
Loading repository data…
sherif181 / repository
Simple latex sequence diagram generator. This project uses annotated junit tests to generate latex sequence diagrams.
Simple latex sequence diagram generator. This project uses annotated junit tests to generate latex sequence diagrams.
SDTEST/doc/test.pdf contains some rendered examples First compile the root project, then you can run gradle diagram or gradle latex in the SDTEST folder
Example output :

Hello World :
@Test
@SequenceDiagram({ Controller.class, Model.class })
public void testMethod() {
Controller c = new Controller(new Model());
c.init();
c.simpleBeanOperation();
}
SDTEST contains also other examples
Selected from shared topics, language and repository description—not editorial ratings.
wkelly1 /
A Simple GUI for TikZ
groowyCZ /
Simple java LaTeX equation Manager
DimitrisAlex /
A simple Latex Editor made using Model-View-Controller design pattern in Java
felixble /
Simple java command line tool to create and update the list of abbreviations for a latex document.
cacells /
write html and latex documentation for Java code from a simple text file description
ChristosG /
Simple LaTeX editor java app