From 712631f3e0a85b2e701fb28cd26aa0a522720742 Mon Sep 17 00:00:00 2001 From: Christopher <christopher.spinrath@rwth-aachen.de> Date: Sat, 27 Sep 2014 17:31:25 +0200 Subject: [PATCH] Add missing doc files to apply the doc patches from osak repo --- Doku/pidgin.tex | 16 ++++++++++++++++ Doku/python-simpy.tex | 7 +++++++ Doku/texmaker.tex | 16 ++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 Doku/pidgin.tex create mode 100644 Doku/python-simpy.tex create mode 100644 Doku/texmaker.tex diff --git a/Doku/pidgin.tex b/Doku/pidgin.tex new file mode 100644 index 0000000..517d352 --- /dev/null +++ b/Doku/pidgin.tex @@ -0,0 +1,16 @@ + +\subsection{pidgin} + +~ + + Pidgin ist ein InstantMessenger der verschiedene Protokolle wie IRC oder XMPP(Jabber, Facebook,...) in einer Anwedung zusammenfasst. Mit dem Addon 'Off-the-Record Messaging'(OTR) können die Gespräche End-to-End verschlüsselt werden. + +~ + +Wenn nicht mit dem System gestartet, aufzurufen im Terminal mit: + +~ + +\texttt{pidgin} + + diff --git a/Doku/python-simpy.tex b/Doku/python-simpy.tex new file mode 100644 index 0000000..00d6cff --- /dev/null +++ b/Doku/python-simpy.tex @@ -0,0 +1,7 @@ + +\subsection{python-simpy} + +~ + +Python-numpy ist eine Erweiterung für Python welche große mehrdimensionale Arrays und Matrizen zur verfügung stellt. + diff --git a/Doku/texmaker.tex b/Doku/texmaker.tex new file mode 100644 index 0000000..ae936da --- /dev/null +++ b/Doku/texmaker.tex @@ -0,0 +1,16 @@ + +\subsection{Texmaker} + +~ + + Texmaker ist ein Standard Tex-Editor mit grafischer Oberfläche, welcher die wichtigsten Librarys und Funktionen mitbringt. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{texmaker} + + -- GitLab