diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pdf-files/annotated-pdfs/ARIStotle:rheTORIC.PDF | bin | 0 -> 25294 bytes | |||
| -rw-r--r-- | tests/pdf-files/aristotle:physics.pdf | bin | 0 -> 25294 bytes | |||
| -rw-r--r-- | tests/pdf-files/aristotle:rhetoric.pdf | bin | 0 -> 25294 bytes | |||
| -rw-r--r-- | tests/test-config.toml | 7 |
4 files changed, 6 insertions, 1 deletions
diff --git a/tests/pdf-files/annotated-pdfs/ARIStotle:rheTORIC.PDF b/tests/pdf-files/annotated-pdfs/ARIStotle:rheTORIC.PDF Binary files differnew file mode 100644 index 0000000..6aaba88 --- /dev/null +++ b/tests/pdf-files/annotated-pdfs/ARIStotle:rheTORIC.PDF diff --git a/tests/pdf-files/aristotle:physics.pdf b/tests/pdf-files/aristotle:physics.pdf Binary files differnew file mode 100644 index 0000000..6aaba88 --- /dev/null +++ b/tests/pdf-files/aristotle:physics.pdf diff --git a/tests/pdf-files/aristotle:rhetoric.pdf b/tests/pdf-files/aristotle:rhetoric.pdf Binary files differnew file mode 100644 index 0000000..6aaba88 --- /dev/null +++ b/tests/pdf-files/aristotle:rhetoric.pdf diff --git a/tests/test-config.toml b/tests/test-config.toml index 3913f16..4e4f8c5 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -14,7 +14,12 @@ bibfiles = [ "tests/biblatex-test.bib" ] ## Prefix which is prepended to the filepath from the `file` field ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. -# file_prefix = "/some/path/prefix" +file_prefix = "/some/path/prefix" + +## Path to folder (with subfolders) containing PDF files with the basename +## of the format "citekey.pdf". Other PDF basenames are not accepted. +## Use absolute paths (~ for HOME works). Otherwise, loading might not work. +pdf_path = "tests/pdf-files" # [colors] ## Default values for dark-themed terminal |
