Skip to content

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:

  1. A latex distribution, e.g. texlive or Miktex
  2. An Editor, e.g. TexStudio or Texshop, ...
  3. Examples:

Advanced Guide to writing scientific papers with $\LaTeX$ (Wissenschaftliche Arbeiten schreiben mit $\LaTeX$ ) or the latest

What to use?

5 Reasons for Latex

  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. 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, 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.

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:

  1. Pandoc
  2. Latex (Note tips when installing pandoc)
    • fonts-extra
  3. Editor for Markdown e.g. Dillinger (online) or Typora

At first you can start writing your document just as

Text Only
1
pandoc -d eisvogel.tex -o MyPaper.pdf 

Links:


Last update: December 12, 2023
Created: October 14, 2021