fix pandoc.md
This commit is contained in:
parent
7424d0de38
commit
b652a77a45
14
pandoc.md
14
pandoc.md
@ -77,6 +77,20 @@ keywords: [Markdown, Example]
|
|||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Alias
|
||||||
|
|
||||||
|
Per semplificare, è consigliato crearsi un alias nel file `~/.bashrc`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
alias pd="pandoc -f markdown -t pdf --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true"
|
||||||
|
```
|
||||||
|
Alla conversione successiva da file markdown a pdf sarà sufficiente digitare:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pd -s file.md -o file.pdf
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Collegamenti
|
## Collegamenti
|
||||||
|
|
||||||
- [https://linuxhub.it/articles/howto-convertire-i-formati-con-pandoc/](https://linuxhub.it/articles/howto-convertire-i-formati-con-pandoc/)
|
- [https://linuxhub.it/articles/howto-convertire-i-formati-con-pandoc/](https://linuxhub.it/articles/howto-convertire-i-formati-con-pandoc/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user