if !exists('loaded_snippet') || &cp finish endif let st = g:snip_start_tag let et = g:snip_end_tag let cd = g:snip_elem_delim let bt = st.et let si = IMAP_GetPlaceHolderStart() let ei = IMAP_GetPlaceHolderEnd() exec "Snippet for \\startformula".st.et."\\stopformula".si.ei exec "Snippet pfor \\placeformula[".st."tag".et."] \\startformula".st.et."\\stopformula".si.ei exec "Snippet fora \\startformula \\startalign".st.et."\\stopalign \\stopformula".si.ei exec "Snippet pfora \\placeformula[".st."tag".et."] \\startformula \\startalign".st.et."\\stopalign \\stopformula".si.ei " Stepping exec "Snippet Step \\StartStep ".st. "step".et."\\StopStep".si.ei " Slides exec "Snippet head \\starthead {".st."head".et."}\\startindented".st.et."\\stopindented\\stophead" " Solution exec "Snippet soln \\startsolution".st. et."\\stopsolution" " For specific project exec "Snippet FL \\FIELD ".bt exec "Snippet AL \\ALPHABET ".bt exec "Snippet FS \\FSPACE ".bt exec "Snippet WN \\WINDOW ".bt " exec "Snippet sub \\subsection{".st."name".et."}\\label{sub:".st."name:substitute(@z,'.','\\l&','g')".et."}".st.et " exec "Snippet $$ \\[".st.et."\\]".st.et " exec "Snippet ssub \\subsubsection{".st."name".et."}\\label{ssub:".st."name:substitute(@z,'.','\\l&','g')".et."}".st.et " exec "Snippet itd \\item[".st."desc".et."] ".st.et " exec "Snippet sec \\section{".st."name".et."}\\label{sec:".st."name:substitute(@z,'.','\\l&','g')".et."}".st.et "