2024-11-30 18:47:18 +01:00

73 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Topics
## 00 Setup
+ [ ] compiler installation (options, updates)
+ [ ] editor installation (options, setup)
+ [ ] compilation (based on a simple startup file)
+ [ ] package installation
## 01 Introduction
+ [ ] Knuth/Lamport
+ [ ] motivation
+ [ ] objections to LaTeX
+ [ ] WYSIWIG/WYSIWYM
+ [ ] editor/compiler tasks
## 02 Simple document
+ [ ] commands (parameters, backslash)
+ [ ] document class
+ [ ] input and font encoding
+ [ ] language settings
+ [ ] document environment
+ [ ] error handling
+ [ ] comments (with shortcuts)
## 03 Text layout
+ [ ] continuous text
+ [ ] paragraphs (empty lines)
+ [ ] headlines
+ [ ] title page
+ [ ] table of contents
## 04 Text markup
+ [ ] reserved characters
+ [ ] spaces
+ [ ] hyphens
+ [ ] quotes
+ [ ] emphases
+ [ ] URLs
+ [ ] lists
+ [ ] footnotes
## 05 Maths
## 06 Figures
+ [ ] images
+ [ ] tables
+ [ ] listings
+ [ ] references
## 07 Complex projects
+ [ ] main file
+ [ ] subfiles
+ [ ] file paths
+ [ ] root document
## 08 Bibliography
+ [ ] manual entry search
+ [ ] Zotero way
+ [ ] .bib file
+ [ ] bibliography style
+ [ ] bibliography
+ [ ] citing
+ [ ] maybe biber