This README.md is the english version, you can read in Spanish at README-Spanish.md.
Latex Snippets for Vscode is a configuration file for the HyperSnips extension. This file enables fast writing of latex files
Using this snippets, you can write your latex files in a very fast way.
This steps will guide you to install the latex snippets for vscode.
For use this tool you need to have installed:
-
Vscode extension HyperSnips, you can install it from the vscode extension page
-
To use the calculations function you need to have installed math-expressions
- You can install it running the command
# npm i math-expressions -g
- You can install it running the command
The first step is install and enable HyperSnips in your vscode.
Then, depending on the platform you are using, you have to go the configuration folder of the Hypersnips extension:
- Windows:
%APPDATA%\Code\User\hsnips
- Mac:
$HOME/Library/Application Support/Code/User/hsnips
- Linux:
$HOME/.config/Code/User/hsnips
For the next step, you need the configuration file for the extension. For this clone the repository and copy the file all.hsnips
to the configuration folder.
Last step is reload the extension. You can do it by pressing ctrl + alt + p
and write HyperSnips: Reload Snippets
on the pop-up window.
You can now start writing your latex files. Open a new file and write template
and press tab
to generate a latex template. Enjoy
Working in progress
- @fer334 - Idea & Initial work
See also the list of contributors who participated in this project.
- latex-snippets - The idea of this project is based on the latex-snippets of gillescastel, he made the tool to working with vim. I just modified it to work with vscode.