diff --git a/Latex/README.md b/Latex/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7cdff67c7d39340c20e4f0204b60996363bcc209 --- /dev/null +++ b/Latex/README.md @@ -0,0 +1,15 @@ +# Latex + +*LaTeX (/ˈlɑːtɛx/ LAH-tekh or /ˈleɪtɛx/ LAY-tekh, often stylized as $`\LaTeX`$) is a software system for **document preparation**. When writing, **the writer uses plain text as opposed to the formatted text** found in "What You See Is What You Get" word processors like Microsoft Word, LibreOffice Writer and Apple Pages. The writer uses **markup tagging conventions to define the general structure of a document** (such as article, book, and letter), to stylise text throughout a document (such as bold and italics), and to add citations and cross-references. **A TeX distribution such as TeX Live** or MiKTeX is used to **produce an output file** (such as **PDF** or DVI) suitable for printing or digital distribution.* @[Wiki](https://en.wikipedia.org/wiki/LaTeX) + +What you need to get started: +1. A latex distribution, e.g. texlive or Miktex + * Using a online latex service, e.g. [Overleaf](www.overleaf.de) +2. An Editor, e.g. TexStudio or Texshop, ... +3. Examples: + * Open `Seminararbeit.tex` + * More [Overleaf-Examples](https://de.overleaf.com/latex/examples) + +[Advanced Guide to writing scientific papers with $`\LaTeX`$ (Wissenschaftliche Arbeiten schreiben mit $`\LaTeX`$ +)](Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf) + diff --git a/Latex/Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf b/Latex/Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0a95f1b1a7156bc37f08ef95ad9f076111e8c2ed Binary files /dev/null and b/Latex/Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf differ