I broke up with neovim....vim is my best friend now

This commit is contained in:
LinlyBoi
2023-04-30 08:14:07 +03:00
parent 0d185449c5
commit 4a4a6b1e81
5245 changed files with 468325 additions and 25 deletions

View File

@@ -0,0 +1,37 @@
\documentclass{article}
\usepackage{pythontex}
\begin{document}
\py{1+1}
\pyb#1+1#
\pyc@1+1@
\pys#1+1#
\pyb{print('Python says hi!')}
\begin{pycode}
print(r'\begin{center}')
print(r'\textit{A message from Python!}')
print(r'\end{center}')
\end{pycode}
\begin{pyblock}
mytext = '$1 + 1 = {0}$'.format(1 + 1)
def myfunction(arg1, arg2):
"""docstring"""
pass
\end{pyblock}
\begin{pycode}
print(r'\node {This is python};')
\end{pycode}
\begin{tikzpicture}
\begin{pycode}
print(r'\node {This is python};')
\end{pycode}
\end{tikzpicture}
\end{document}