Posts Tagged ‘LaTeX’

How to visualize Graph algorithms with LaTeX

LaTeX Logo

Tkiz is a very powerful TeX package. You can easily create visualizations of graphs and graph algorithms (if you have a template ). I recently found a great animation of Prim’s algorithm done by Kjell Magne Fauske. I’ve edited his source files to show an eulerian path. This is how it looks like: This animation [...]

How to create UML class diagrams

UML thumb

Dia Creating UML diagrams with Dia works like a charm! It provides some default tools. You should simply try it. Dia is a free tool. Take a look at these screenshots: LaTeX I only know MetaUML for creating class diagrams entirely in LaTeX. Does anybody know something different? Of course, you can include a diagram [...]

How to print Source Code with LaTeX

LaTeX Logo

I often need to print source code. Some years ago for a German competition called “Bundeswettbewerb Informatik”, now for projects at my university. If you use LaTeX, you can simply include the source code into your document! Here are three examples with listings and minted. I’ve also included example PDF files. listings Minimal example Here [...]

LaTeX-Vorlage für ein Lastenheft

LaTeX Logo

Ich habe gerade mal schnell eine Vorlage für ein Lastenheft mit LaTeX erstellt. Dieses Lastenheft beinhaltet sogar ein kleines Use-Case Beispiel, das mit MetaUML realisiert wurde. Hier ist die PDF, hier der LaTeX-Code. Das Lastenheft könnt ihr unter Linux einfach mit folgendem Befehl erstellen, wenn ihr in diesem Ordner seid: Änderungsvorschläge sind willkommen! Ich werde [...]

How to install the latest LaTeX Version

LaTeX Logo

I recently had some problems with TikZ because of my outdated LaTeX-Version. Ubuntu does only provide TeX Live 2009. The latest one is TeX Live 2011. As Ubuntu doesn’t provide the latest LaTeX-Code, I’ll explain how to install it by yourself on an Ubuntu System. What is LaTeX? LaTeX is a document markup language. So [...]

Briefe mit LaTeX schreiben

LaTeX Logo

Ich muss immer wieder mal Kündigungsschreiben aufsetzen. Dafür will ich eigentlich keine Zeit verschwenden, aber es sollte schon gut aussehen. Also habe ich mir gerade mal eine Vorlage für Kündigungsschreiben mit LaTeX und dem scrlttr2 Paket erstellt. Allerdings benutze ich noch die alten KOMA-Variablen. Ich finde mit KOMAold (siehe Beispiel-PDF alt und neu) sieht es [...]

Creating pdf-forms with LaTeX

LaTeX Logo

I’ve just stumbled across a full, working example how to create a html form within an LaTeX document. You can fill this form within your PDF-Reader. Here is the example PDF-file. It looks like this in Chromes PDF reader: You can save this as pdf-form.tex and run this command in Linux: It seems as if [...]