Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tecosaur/LaTeX-Utilities
An add-on to LaTeX Workshop that provides some features that go beyond the bare essentials
https://github.com/tecosaur/LaTeX-Utilities
latex vscode vscode-extension zotero
Last synced: 3 months ago
JSON representation
An add-on to LaTeX Workshop that provides some features that go beyond the bare essentials
- Host: GitHub
- URL: https://github.com/tecosaur/LaTeX-Utilities
- Owner: tecosaur
- License: mit
- Created: 2019-07-30T12:57:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T05:09:20.000Z (8 months ago)
- Last Synced: 2024-05-23T04:53:58.998Z (6 months ago)
- Topics: latex, vscode, vscode-extension, zotero
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 459
- Watchers: 9
- Forks: 27
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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
- Word count in status bar
- Zotero citation management## Documentation
- See the [wiki](https://github.com/tecosaur/LaTeX-Utilities/wiki)
## Requirements
- A LaTeX installation 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.
- Alternatively, install the `texcount` package from your TeX package manager (e.g., `tlmgr`) if it doesn't come with your TeX distribution.
- Zotero with the [Better BibTeX extension](https://retorque.re/zotero-better-bibtex/) (only necessary for Zotero
functions).## Demos
### Formatted Paste (image)
### Live Snippets
### 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.