Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippimhof/tikz-preview
Preview TikZ pictures inline
https://github.com/philippimhof/tikz-preview
Last synced: 23 days ago
JSON representation
Preview TikZ pictures inline
- Host: GitHub
- URL: https://github.com/philippimhof/tikz-preview
- Owner: PhilippImhof
- License: mit
- Created: 2020-06-11T09:18:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T11:02:37.000Z (9 months ago)
- Last Synced: 2024-11-07T14:57:03.521Z (2 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tikz-preview package
TikZ-Preview is an extension for [Atom.io](https://atom.io/), providing support for inline previewing of TikZ drawings in a LaTeX document.
## Features
- Preview TikZ drawings inside your document
- In case of compilation errors: jump to line that (probably) caused the error
- Use preamble from a root file configured using the magic comment `% !TEX root = /path/to/file.tex`
- Use preamble from a root file set via [atom-latex](https://atom.io/packages/atom-latex)## Requirements
- LaTeX installation (obviously)
- having [atom-latex](https://atom.io/packages/atom-latex) installed is recommended## Usage
- Preview can be invoked from the command palette: `Tikz Preview: Show`
- Default keybinding for `tikz-preview:show` is ctrl+alt+O## Screenshot
![Screenshot](https://user-images.githubusercontent.com/52650214/84370996-50331780-abd9-11ea-859c-7ad0a5a2ceeb.png)