Open PDFs with normal path, not absolute
When using symlinks (e.g. with git-annex), previously the cryptic target filename was displayed in the PDF reader, which is confusing.
This Merge Request stops the usage of canonicalFilePath
and just uses the normal filePath
instead, causing the PDF reader be opened with the given path in the bibtex file (and thus to show the desired title).