Skip to content

Instantly share code, notes, and snippets.

@Xennis
Last active February 3, 2016 10:14
Show Gist options
  • Save Xennis/00451b18a357e287447a to your computer and use it in GitHub Desktop.
Save Xennis/00451b18a357e287447a to your computer and use it in GitHub Desktop.
###############################################################################
# LaTeX custom auto completion list
#
# for the LaTeX editor [Texmaker](http://www.xm1math.net/texmaker/):
# ´User´ > ´Customize Completion´
#
###############################################################################
## For [LaTeX_Vorlage_Uebungsblatt.tex](https://gist.github.com/Xennis/9637696)
\exercise
\exercise[topic=•]
\subexercise
\subexercise[topic=•]
\todo{•}
# lstlisting
\lstinputlisting[language=•]{•}
\begin{lstlisting}[language=•]
\begin{lstlisting}[language=•,caption=•]
\end{lstlisting}
# beamer
\begin{column}
\end{column}
\framebreak
# thesis template
\chapref{•}
\secref{•}
\ssecref{•}
\figref{•}
\tabref{•}
\equref{•}
\lstref{•}
\abk{•}{•}
\abkk{•}{•}
## More
\subseteq
\underset{•}{•}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment