From 41e720d00f342e5a4566139f95462a76d1d0c9fd Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 18 Jan 2022 13:12:49 +0000 Subject: [PATCH] Update Latex/README.md --- Latex/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Latex/README.md b/Latex/README.md index 5fcf73d..b8e2af1 100644 --- a/Latex/README.md +++ b/Latex/README.md @@ -4,15 +4,15 @@ 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), [latex4technics](https://www.latex4technics.com) + * Or a online latex service, e.g. [Overleaf](www.overleaf.de), [latex4technics](https://www.latex4technics.com) 2. An Editor, e.g. TexStudio or Texshop, ... 3. Examples: - * Open [Seminararbeit.tex ](Seminararbeit.tex) [PDF](Seminararbeit.pdf) [on Overleaf](https://de.overleaf.com/read/whhnjmbwsvpy) - * [Examples](https://www.latextemplates.com) + * Open [Seminararbeit.tex ](Seminararbeit.tex) or as [PDF](Seminararbeit.pdf) or online [on Overleaf](https://de.overleaf.com/read/whhnjmbwsvpy) + * other [Examples](https://www.latextemplates.com) * 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) +)](Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf) or the [latest](https://homepage.univie.ac.at/petra.seibert/files/latexscript.pdf) # What to use? @@ -20,11 +20,12 @@ What you need to get started: 1. Professional PDF with printing quality 2. Lots of mathemetical, physical, chemical or other equations. Need to be in Latex anyway. 3. Need to use a fixed layout given to you by the university or journal -4. +4. Programming like typsetting, with predictable outcome, as compared to other word processors. +5. Readable and shareable **5 Reasons for Markdown** 1. Markdown is much easier to learn and visual -2. Readable and shareable, collaborate +2. Readable and shareable, easy to collaborate 3. Markdown can be converted into HTML, PDF, DOCX, ... 4. You see what you get editors exist for Markdown with live preview 5. Other content like Maths formulas or tables can be added easily. @@ -42,7 +43,6 @@ It is easy to write, share and version control. Markdown files can be converted You can find an example ... - What you need to get started to convert to PDF: 1. [Pandoc](https://pandoc.org/installing.html) 2. Latex (Note tips when installing pandoc) -- GitLab