Firstly, I apologize for any breach of etiquette. This is my first developer
mailing list.
I am trying to go through the quickstart guide and have gotten stuck with
the auto completion step (page 7). I copy pasted the document into VIM to
ensure there were no errors and added the line in the reference step as
instructed. When I hit F9 with the cursor between the brackets, a new buffer
opens as expected but the text reads:
' 'C:' is not recognized as an internal or external command,
operable program or batch file.
I verified that Vim is compiled with both Python and Python3. I also put the
grep.exe into my PATH from the recommended repository mentioned in the FAQ.
I verified that Windows recognizes 'grep' as a valid command from the
terminal. I'm not sure if it is relevant, but I have also added "set
shellslash" to my vimrc.
For reference here is the text of my file:
% File: sample.tex
% Created: Sun Jun 22 04:00 PM 2003 P
% Last Change: Mon Dec 15 07:00 PM 2003
%
\documentclass[a4paper]{article}
\usepackage[sumlimits,]{amsmath}
\begin{document}
\begin{equation}
\label{eqn:euler}
e^{j\pi} + 1 = 0
\end{equation}
This is the famous euler equation. I
will type another equation, just as
true:
\begin{equation}
\label{eqn:simple}
1 + 1 = 2
\end{equation}
This is my contribution to mathematics.
This is a reference to (\ref{}
\end{document}
Thank you
Daniel Suttle
|