# LaTeX-Utilities
**Repository Path**: zrr1999/LaTeX-Utilities
## Basic Information
- **Project Name**: LaTeX-Utilities
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-06-23
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
###
Warning — looking for a maintainer
**This extension is no longer maintained.** I'm sorry, it's not you, it's me. I still love this functionality, I've just moved to a different editor to get it.
I don't want to leave you in the lurch, but I find it somewhat difficult to spend much time on an extension for an editor I no longer use.
That said, while I may not be planning on doing any work myself, _I will gladly accept PRs_. New functionality? Bug fix? Don't let me stop you: **PR!**

LaTeX Utilities
An add-on to the vscode extension [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) that provides some fancy features that are less vital to the basic experience editing a LaTeX document, but can be rather nice to have.
The feature should continue to expand at a gradually decreasing rate.
Got an idea? Make a PR!
## Features
- Formatted Pastes
- Unicode characters 🡒 LaTeX characters (e.g. `“is this… a test”` 🡒 ` ``is this\ldots a test'' `)
- Paste table cells (from spreadsheet programs or similar) 🡒 tabular
- Paste images, customisable template
- Paste location of CSVs/images to have them included
- Live Snippets (auto-activating, with regex) [see here](https://github.com/tecosaur/LaTeX-Utilities/wiki/Live-Snippets) for documentation
- Count Words in a LaTeX Document
- TikZ Preview
- Zotero citation management
## Documentation
- See the [wiki](https://github.com/tecosaur/LaTeX-Utilities/wiki)
## Requirements
- 
- A LaTeX instillation in your path
- The [`texcount`](https://app.uio.no/ifi/texcount/) script (only necessary for the word-count function). Configure using the `latex-utilities.countWord.path` and `latex-utilities.countWord.args` settings.
- Zotero with the [Better BibTeX extension](https://retorque.re/zotero-better-bibtex/) (only necessary for Zotero
functions).
## Demos
### Formatted Paste (image)
### Live Snippets
### TikZ Preview
### Zotero Integration
---
## Telemetry
### Why
As a bunch of fancy, but non-essential features, it can be hard to know what features users actually derive value from.
In adding telemetry to this extension I hope to get an idea of this, and inform future development efforts.
It should also be possible to report errors in the background, and so I also hope this extension will be more stable as a result.
At the moment I'm just logging when one of the main features is used.
**TLDR; I want to get around the 1% rule**
### I hate telemetry, go away!
You probably have disabled vscode's `telemetry.enableTelemetry` then, in which case no telemetry is done.