diff options
| author | lukeflo | 2025-05-24 17:31:33 +0200 |
|---|---|---|
| committer | lukeflo | 2025-05-24 17:31:33 +0200 |
| commit | 28030fd0830478872be2b9e86b74e0c054a96111 (patch) | |
| tree | 1d5029f00bc42a81378529816eaf55e162b9ce4f /tests | |
| parent | 7fe5acb85b9e665ec83f590942ee78b8c90d6aae (diff) | |
| download | bibiman-28030fd0830478872be2b9e86b74e0c054a96111.tar.gz bibiman-28030fd0830478872be2b9e86b74e0c054a96111.zip | |
implemented a workflow, but citekey matching still buggy
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pdf-files/aristotle:rhetoric.pdf | bin | 0 -> 674743 bytes | |||
| -rw-r--r-- | tests/test-config.toml | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/pdf-files/aristotle:rhetoric.pdf b/tests/pdf-files/aristotle:rhetoric.pdf Binary files differnew file mode 100644 index 0000000..a6d6eff --- /dev/null +++ b/tests/pdf-files/aristotle:rhetoric.pdf diff --git a/tests/test-config.toml b/tests/test-config.toml index 3913f16..1b60acd 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -16,6 +16,11 @@ bibfiles = [ "tests/biblatex-test.bib" ] ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. # 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 ## Possible values are: |
