fer334 / latex-snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project logo

Latex Snippets for Vscode

This README.md is the english version, you can read in Spanish at README-Spanish.md.

Status GitHub Issues GitHub Pull Requests License


Latex Snippets for Vscode is a configuration file for the HyperSnips extension. This file enables fast writing of latex files

πŸ“ Table of Contents

🧐 About

Using this snippets, you can write your latex files in a very fast way.

Examples

🏁 Getting Started

This steps will guide you to install the latex snippets for vscode.

Prerequisites

For use this tool you need to have installed:

Installing

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

🎈 Usage

Working in progress

✍️ Authors

See also the list of contributors who participated in this project.

πŸŽ‰ Acknowledgements

  • 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.

About

License:MIT License