I want to automatically convert LaTeX to PDF with pdflatex, then open the PDF in Evince using quickrun.vim.
I've read the documentation for quickrun.vim, and it seems that I should use a function :function! quickrun#register_outputter(name, outputter), but how can I realize that by configuring my .vimrc?