summarylogtreecommitdiffstats
path: root/latex.conf
diff options
context:
space:
mode:
Diffstat (limited to 'latex.conf')
-rw-r--r--latex.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/latex.conf b/latex.conf
new file mode 100644
index 000000000000..81ac51c4f317
--- /dev/null
+++ b/latex.conf
@@ -0,0 +1,9 @@
+# Extension for LaTeX to Geany's snippet configuration file.
+# Distributed under terms of GPLv2 or newer (as Geany is).
+
+[LaTeX]
+frame=\\begin{frame}\n%ws%\\frametitle{%cursor%}\n%ws%%cursor%\n\\end{frame}
+block=\\begin{block}{%cursor%}\n%ws%%cursor%\n\\end{block}
+itemize=\\begin{itemize}\n%ws%\\item %cursor%\n\\end{itemize}
+enumerate=\\begin{enumerate}\n%ws%\\item %cursor%\n\\end{enumerate}
+description=\\begin{description}\n%ws%\\item %cursor%\n\\end{description}