1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -25,6 +25,8 @@ Package typearea Warning: \typearea used at group level 2.
Package caption Warning: Unsupported document class (or package) detected,
(caption) usage of the caption package is not recommended.
Overfull \vbox (303.66812pt too high) has occurred while \output is active []
Runaway argument?
{\sqrt {{1}} \end {equation} \par \end {document}
! File ended while scanning use of \frac .

View File

@ -27,6 +27,7 @@ for s:expect in [
\ {'lnum': 18, 'type': 'W', 'text': "Package onlyamsmath Warning: Environment eqnarray or eqnarray* used, please use\nonly the environments provided by the amsmath\npackage"},
\ {'lnum': 21, 'type': 'W', 'text': "Package typearea Warning: \\typearea used at group level 2.\n Using \\typearea inside any group, e.g.\n environments, math mode, boxes, etc. may result in\n many type setting problems.\n You should move the command \\typearea\n outside all groups"},
\ {'lnum': 0, 'type': 'W', 'text': "Package caption Warning: Unsupported document class (or package) detected,\nusage of the caption package is not recommended."},
\ {'lnum': 0, 'type': 'W', 'text': "Overfull \\vbox (303.66812pt too high) has occurred while \\output is active []"},
\ {'lnum': 0, 'type': 'E', 'text': "Runaway argument?\n{\\sqrt {{1}} \\end {equation} \\par \\end {document} \nFile ended while scanning use of \\frac ."},
\ {'lnum': 0, 'type': 'E', 'text': 'Runaway argument?'},
\ {'lnum': 16, 'type': 'E', 'text': 'Paragraph ended before \date was complete.'},

View File

@ -19,6 +19,6 @@
\faFil
\faFilea
\faIcon{fil}
\faIcon[regula]{file}
\faIcon[regula]{fil}
\end{document}

View File

@ -27,6 +27,12 @@
return [x + p for x in ('a', 'b')]
\end{RobExtCacheMeCode}
\begin{CacheMe}{tikz}[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{CacheMe}{tikzpicture}[scale=0.6]
\draw[gray, thick] (-1,2) -- (2,-4);
\draw[gray, thick] (-1,-1) -- (2,2);
@ -43,4 +49,8 @@ def f(p: string):
return [x + p for x in ('a', 'b')]
\end{PlaceholderPathFromCode}
\begin{CacheMe}{latex}
This is regular \LaTeX commands.
\end{CacheMe}
\end{document}