Similarly to R, and html, LaTeX is more of a programming language than a specific software. To be precise, LaTeX is itself an add-on package that enhances the fundamental TeX-language. The most widely used packages include
hyperref, that adds the ability to add hyperlinks in the document, and
BibTeX, that is used to generate bibliographies.
LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. (LaTeX-Project)
In practice, users download and install a graphical user interface (GUI) that supports editing the source files and enables one-click conversion of the file to a pdf. This is different to the WYSIWYG (what you see is what you get) approach that misleads users into believing that they have to do all the typsetting themselfes. The alternative paradigm of text editing is WYSIWYM (what you see is what you mean). The advantage of this is the separation of content (what researchers are good for) and presentation (what others or computers are better at).
The most widely used GUIs are:
The files these generate are 100% compatible between these GUIs.
Vergleichbar mit R und html ist LaTeX mehr eine Programmiersprache als eine spezifische Software. Um genau zu sein, ist LaTeX selbst ein Add-On-Paket, welches die grundlegende TeX-Sprache weiterentwickelt. Das am meisten verwendete Paket beinhaltet
hyperref, welches die Möglichkeit hinzufügt, Hyperlinks in Dokumente einzubringen, und
BibTeX, welches verwendet wird um Bibliografien zu erstellen.
LaTeX ist ein hochqualitatives Typesetting-System, welches Funktionen zur technischen und wissenschaftlichen Dokumentation enthält (LaTeX-Project)
In der Praxis wird von den Usern eine grafische Useroberfläche (graphical user interface, GUI) down geloaded und installiert. Diese GUI unterstützt die Bearbeitung von Quelldateien und ermöglicht durch einen Klick die Umwandlung einer Datei in ein PDF. Dies ist anders als beim WYSIWYG (what you see is what you get) Ansatz, welcher User dahingehend irreführt, dass sie denken, sie müssen nur das Typesetting an sich machen. Das alternative Denkmuster beim Textbearbeiten ist WYSIWYM (what you see is what you mean). DerVorteil hierbei ist die Trennung von Inhalt (wofür die Forscher gut sind) und Präsentation (worin andere oder der Computer besser sind).
Die meistbenutzten GUI sind:
Die davon gnerierten Dateien sind 100% kompatibel zwischen den GUIs.
Continue reading →