I have been trying to get moderncv working for a while now. I was missing some packages so I upgraded from texlive 2009basic to texlive 2010.
Everything went as expected however I am getting a little bit of strange behavior. I am using:
- Mac OS X 10.6.4
- The MacTeX-2010 Distribution (just upgraded)
- MacVim
- vim latex
In the past to compile I used the keyboard shortcut: \ll. This still works sometimes. Here are reproduction steps:
- From the terminal go:
gvim ass1v2.texthis opens macvim - Make a change to the document
- Press
\llto compile the document - Open the document:
open ass1v2.pdf. The document is opened in preview and the change made in step 2 is NOT visible. - Quit preview.
- Save and Quit MacVim.
- Open MacVim.
- Press
\llto compile the document - Open the document:
open ass1v2.pdf. The document is opened in preview and the change made in step 2 is visible.
The only way to get the \ll shortcut working again is to quit macvim and relaunch it. This will allow one fresh compile before a restart is required again.
Couple questions:
- How can I tell what
\llis mapped to? Maybe then I can debug the command itself - It seems very strange that it will compile once but requires a restart of MacVim before it will work again. Any ideas why this would be?
To Test I opened a file that I had been working on with Tex 2009basic and checked to make sure that this problem was being caused my my new installation.