1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,16 @@
\documentclass{article}
\usepackage{apacite}
\begin{document}
\cite<e.g.,>[p.~11]{Jone01,Ross87}
\citeA<e.g.,>[p.~11]{Jone01,Ross87}
\citeauthor<e.g.,>[p.~11]{Jone01,Ross87}
\citeyear<e.g.,>[p.~11]{Jone01,Ross87}
\citeyearNP<e.g.,>[p.~11]{Jone01,Ross87}
\citeNP<e.g.,>[p.~11]{Jone01,Ross87}
\bibliographystyle{plainnat}
\bibliography{../common/local1.bib}
\end{document}

View File

@ -0,0 +1,7 @@
source common.vim
Edit test-apacite.tex
if empty($INMAKE) | finish | endif
call vimtex#test#finished()

View File

@ -0,0 +1,46 @@
\documentclass{article}
\usepackage{robust-externalize}
\begin{document}
\begin{CacheMeCode}{c}
int main() {
return 1;
}
\end{CacheMeCode}
\begin{CacheMeCode}{bash, tikz terminal}
echo 'test.dat'
exit 0
\end{CacheMeCode}
\begin{figure}
\begin{CacheMeCode}{python matplotlib, add to preamble={\def\hello#1{Hello #1!}}}
def f(p: string):
return [x + p for x in ('a', 'b')]
\end{CacheMeCode}
\end{figure}
\begin{RobExtCacheMeCode}{my python matplotlib,
add to preamble={\def\hello#1{Hello #1!}}
}
def f(p: string):
return [x + p for x in ('a', 'b')]
\end{RobExtCacheMeCode}
\begin{CacheMe}{tikzpicture}[scale=0.6]
\draw[gray, thick] (-1,2) -- (2,-4);
\draw[gray, thick] (-1,-1) -- (2,2);
\filldraw[black] (0,0) circle (2pt) node[anchor=west]{Intersection point};
\end{CacheMe}
\begin{SetPlaceholderCode*}{__PYTHON_TEMP}
def f(p: string):
return [x + p for x in ('a', 'b')]
\end{SetPlaceholderCode*}
\begin{PlaceholderPathFromCode}[.py]{__PYTHON_TEMP}
def f(p: string):
return [x + p for x in ('a', 'b')]
\end{PlaceholderPathFromCode}
\end{document}

View File

@ -0,0 +1,7 @@
source common.vim
Edit test-robust-externalize.tex
if empty($INMAKE) | finish | endif
call vimtex#test#finished()