A set of LaTeX mode snippets for YASnippet. The set includes snippets for various tasks. Among other things it includes snippets for the following:
- general writing
- inserting biblatex macros via RefTeX
- inserting cross-references via RefTeX
- inserting logic symbols
Note that
- the directory that the snippets are installed into needs to be named “latex-mode”, and
- YASnippet needs to know the path to the directory.
The following describes two ways of installing. The first method requires that git
is installed and the second does not.
cd
to the directory you want to install in and do
git clone https://github.com/Sleft/yasnippet-latex-mode.git .
to clone the git repository into that directory. You can use the same command if you want to update your installation.
Download an archive and extract to the directory you want to install in.
See LICENSE.org.