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
What you need to get started:
- A latex distribution, e.g. texlive or Miktex
- Or a online latex service, e.g. Overleaf, latex4technics
- An Editor, e.g. TexStudio or Texshop, ...
- Examples:
- Open Seminararbeit.tex or as PDF or online on Overleaf
- other Examples
- More Overleaf-Examples
Advanced Guide to writing scientific papers with $\LaTeX
$ (Wissenschaftliche Arbeiten schreiben mit $\LaTeX
$ ) or the latest
Overleaf
Employees and students can use the LaTeX editor Overleaf in their browser to collaborate on LaTeX documents online. Overleaf helps to facilitate collaborative writing, editing and creation of research papers or project reports. ZID Overleaf Overleaf Limits and Timeout Compile Tips
Employees have the Overleaf pro version.
What to use?
5 Reasons for Latex
- Professional PDF with printing quality
- Lots of mathemetical, physical, chemical or other equations. Need to be in Latex anyway.
- Need to use a fixed layout given to you by the university or journal
- Programming like typsetting, with predictable outcome, as compared to other word processors.
- Readable and shareable
5 Reasons for Markdown
- Markdown is much easier to learn and visual
- Readable and shareable, easy to collaborate
- Markdown can be converted into HTML, PDF, DOCX, ...
- You see what you get editors exist for Markdown with live preview
- Other content like Maths formulas or tables can be added easily.
Tip - If you don not have a template yet and are unsure how to start. Start using Markdown and when needed convert to any Latex template.
Markdown and Latex
An easier solution to start is to use Markdown, which is a yet another plain text markdown language that supports a lot of nice features:
- latex rendering
- code highlighting
- Gitlab, GitHub integration
It is easy to write, share and version control. Markdown files can be converted to Latex and then compiled to a PDF.
You can find an example ...
What you need to get started to convert to PDF:
- Pandoc
- Latex (Note tips when installing pandoc)
- fonts-extra
- Editor for Markdown e.g. Dillinger (online) or Typora
At first you can start writing your document just as
Text Only | |
---|---|
1 |
|
Links:
- Jabref - Reference manager (opensource, all platforms)
- Zotero - Reference manager (all platforms)
- Herbert Voß - Latex Referenz der Umgebungen (Makros, Längen, Zähler)
- Table Converter Online (csv, xml, json, excel, md, tex, ...)
- Pandoc Demos
- Academic Pandoc template
- Eisvogel Pandoc Template
Created: January 26, 2023