added filters
This commit is contained in:
parent
7569cc0782
commit
c0f3d6681f
14
README.md
14
README.md
@ -1,17 +1,17 @@
|
|||||||
|
# Readme
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- pdftk
|
- pdftk
|
||||||
- ghostscript
|
- ghostscript
|
||||||
|
- pandoc
|
||||||
|
- pandoc-crossref
|
||||||
|
- [python-pantable](https://github.com/ickc/pantable)
|
||||||
|
|
||||||
### Install:
|
### Install
|
||||||
|
|
||||||
#### Debian
|
|
||||||
```bash
|
|
||||||
sudo apt install pdftk gs
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Arch
|
#### Arch
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yay -S pdftk ghostscript
|
yay -S pdftk ghostscript pandoc-bin pandoc-crossref-bin python-pantable
|
||||||
```
|
```
|
||||||
|
1
make.sh
1
make.sh
@ -11,6 +11,7 @@ pandoc -i "$IN" \
|
|||||||
-o "$OUT" \
|
-o "$OUT" \
|
||||||
--csl=apa-7th-edition.csl \
|
--csl=apa-7th-edition.csl \
|
||||||
--citeproc \
|
--citeproc \
|
||||||
|
--filter pandoc-crossref \
|
||||||
--lua-filter=filters/first-line-indent.lua \
|
--lua-filter=filters/first-line-indent.lua \
|
||||||
--citation-abbreviations=citation-abbreviations.csl
|
--citation-abbreviations=citation-abbreviations.csl
|
||||||
|
|
||||||
|
0
modify-pdf.sh
Executable file → Normal file
0
modify-pdf.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user