Age | Commit message (Collapse) | Author |
|
```
cp /opt/quarto/share/formats/pdf/pandoc/template.tex _templates/
```
or
```
curl -O _templates/template.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/template.tex
```
|
|
```
cp /opt/quarto/share/formats/pdf/pandoc/doc-class.tex _templates/
```
or
```
curl -O _templates/doc-class.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/doc-class.tex
```
|
|
|
|
|
|
```
cp /opt/quarto/share/formats/pdf/pandoc/title.tex .
```
or
```
curl -O title.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/title.tex
```
|
|
|