- YaTeX-like image/greek completion
- Powerful snippet completion for LaTeX commands/environments:
\section{}
-like completion (C-c s)\begin{}\end{}
-type completion (C-c b){\Large }
-like completion (C-c l)\maketitle
-like completion (C-c m)- In any completion, you can automatically register unknown commands!
- Automatic settings update;
right after you edit
settings.json
or workspace file, other affected editors automatically reflects that change and there is no need for reloading or restarting!
Completion and surrounding:
Registration of custom completion, with arg specification:
Completion and surrounding:
Registration of custom completion, with arg specification:
Completion and surrounding
Custom registration, with/out arg specs:
Completion and registration:
James Yu's LaTeX Workshop extension comes with rich complementary features such as auto-typesetting, SyncTeX support, and jump between corresponding \begin
and end
, etc.
Although it collides with the @ completion for math fonts, the author strongly recommend to install LaTeX Workshop as well.
To be honest, CaTeX was designed to fill a gap between LaTeX Workshop and YaTeX.
- Supports
<>
and()
-style arguments for commands. - Prefixed
\begin-\end
completions - Package name completions
- Contextual completion based on grammatical scopes
- (Unifying dictionaries of snippet completion and image-completions)