Age | Commit message (Collapse) | Author |
|
inspired by https://quarto-journals.github.io/plos/
|
|
|
|
|
|
```
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
```
|
|
|