December 2009
4 posts
1 tag
2 tags
Using latexmk with gvim + xdvi
To use latexmk with gvim + xdvi, I have the following lines in my .Xdefaults file:
xdvi.editor: gvim --servername xdvi --remote +%l %f
xdvi.watchFile: 1
One has to issue
xrdb -merge .Xdefaults
after changing the .Xdefaults file. The second line lets xdvi check every one second whether the dvi file has been updated and reloads it. Probably it’s not necessary because latexmk is updating...
2 tags
Update on the usage of gvim + xdvi
This is an update to the entry about gvim + xdvi. I found out why the forward search did not work: It was as always a trivial reason… I forgot to set the viewer for dvi to xdvi. So, the following lines in .vimrc will enable forward and inverse search with gvim and xdvi
let g:Tex_CompileRule_dvi = 'latex --interaction=nonstopmode --src-specials $*'
let g:Tex_ViewRule_dvi = 'xdvi'
let...
2 tags
Florian Schroeder live in Pantheon
Gestern habe ich den Live-Auftritt von Florian Schroeder in Pantheon gesehen! Sehr gut! Ich kannte einige Nummern schon, z.B. Schäuble über Demokratie und ihre Gesetze und Merkels Rede im Jahre 2058 oder 2085, aber Vieles war neu. Zumindest für mich. Wenn jemand die Chance hat, ihn live zu erleben, sollte es unbedingt tun! Ach ja, übrigens ist er nur ein Jahr älter als ich… :(