forked from gulliver/rtfm
Readme #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dancingCycle/handbuch-gen:readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi folks,
Please feel free to use, study, share or change my
README
pull request.Cheers!
WIP: Readmeto Readme@ -33,0 +44,4 @@
sudo apt-get install texlive-latex-base --no-install-recommends
sudo apt-get install texlive-latex-extra --no-install-recommends
sudo apt-get install texlive-lang-german --no-install-recommends
sudo apt-get install texlive-fonts-extra --no-install-recommends
Could be summarized into one
apt-get
command. If readability is a concern, linebreaks can be applied like this:@ -33,0 +47,4 @@
sudo apt-get install texlive-fonts-extra --no-install-recommends
```
For document generation `make` and latexmk` is required.
latexmk is missing a ` at the beginning
Hi @Brain,
May I ask you again for a review?
Cheers!