|
|
## How to write a .md file for Gitlab and compile a pdf file from there, with a common template and background
|
|
|
|
|
|
- Directory : the templates are in
|
|
|
/mydocs/docs
|
|
|
|
|
|
[mydocs.zip](uploads/ed5634a9d3a495b0418a3da0683e22cc/mydocs.zip)
|
|
|
|
|
|
- Example of .md file : take one for the Gitlab
|
|
|
|
|
|
- How to produce a pdf file
|
|
|
pandoc "document2.md" -o "document2.pdf" --from markdown --template eisvogel --listings |