Last active
February 3, 2016 10:14
-
-
Save Xennis/00451b18a357e287447a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# 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