[Github-comments] [geany/geany] LaTeX snippets \begin{description} won't work (#1671)
litobig
notifications at xxxxx
Sun Nov 5 16:07:50 UTC 2017
I've written the following snippet to work with the description environment under LaTeX.
`description= \\begin{description}\n%ws%\\item %cursor%\n\\end{description}`
However, when I try to use it, it results in :
```
\begin
\item
\end
```
Which is not expected. Other snippets, like
`enumerate=\\begin{enumerate}\n%ws%\\item %cursor%\n\\end{enumerate}`
work very well.
This is Geany 1.29, under Debian GNU/Linux 9 (stretch).
Any idea ?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1671
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171105/970e520f/attachment-0001.html>
More information about the Github-comments
mailing list