Pavel Zorin-Kranich

Results 20 comments of Pavel Zorin-Kranich

I would also like the ability to overwrite the background PDF, ideally with 2 clicks. I keep using Xournal to grade exams because it allows overwriting the background file. It...

If a backup PDF is created, the xopp-file should be renamed to something with .bak and point to the backup PDF (naming scheme should be consistent for .pdf and .xopp...

Since you build from source anyway, please look at the diff in the last commit and modify to suit your needs (please report the result). I can't test what it...

Could you show an example hook (e.g. the one that you use)? I might then include it in the code (deactivated).

It should be easier to override `bibretrieve-prompt-and-retrieve` by something like `(bibretrieve-retrieve author title bibretrieve-installed-backends)` instead of duplicating a large portion of code. See https://www.gnu.org/software/emacs/emacs-paper.html#SEC18

I actually meant using dynamic binding to change the behavior of `bibretrieve-prompt-and-retrieve` without modifying the other parts of the code. Also, could you please rebase onto my current master? Thanks...

When I write something I know that I will be using biblatex, so I collect the references along the way (and keep them in one big .bib file for all...

Today I turned on completion for author names. I think that this is an easier way to avoid repetition.

Works for me on Ubuntu 14.10. On which platform do you see this behaviour?

I suspected that, the variables QGO_INSTALL_PATH and QGO_INSTALL_BIN_PATH in qgo/src.pro are not set for mac os x. You can try setting them to whatever is appropriate. I can't be of...