@eht16 commented on this pull request.

Looks good.

As you know I'm not LaTeX expert and so I'm wondering if it is on purpose that 
different environments produce quite different stylings:

```
\begin{block}{}
_
\end{block}

\begin{itemize}
        \item _ 
\end{itemize}

\begin{table}
 _ 
\end{table}
```

For "table" and "itemize" there is a trailing space after the cursor marker. Is 
this intended?

"block" uses no indentation at all, "itemize" uses a tab resp. spaces and 
"table" uses a single space only.

> @@ -103,6 +114,7 @@ glatex_insert_string(const gchar *string, gboolean 
> reset_position)
 
        doc = document_get_current();
 
+

Was this on purpose?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1330#pullrequestreview-2013452584
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1330/review/2013452...@github.com>

Reply via email to