Some scripts that open a text editor and allow you to type out latex. This latex will then either be coppied to your clipboard either in their raw form or as plaintext (rendered).
  • Python 95.9%
  • Shell 4.1%
Find a file
2022-03-06 15:39:30 -05:00
examples Add example for latex-copy 2021-04-29 14:06:31 -04:00
latex-copy Update script for nvim 2021-11-29 20:03:32 -05:00
latex-pic Add more commands to preamble 2022-03-06 15:39:30 -05:00
latex-text Update latex-text with pandoc 2022-01-10 10:01:50 -05:00
LICENSE Initial commit 2020-12-23 17:00:42 -05:00
README.org Update latex-text with pandoc 2022-01-10 10:01:50 -05:00
temp Progress on tex-unicode-converter 2021-04-29 13:49:20 -04:00
tex-unicode-converter.py Progress on tex-unicode-converter 2021-04-29 13:49:20 -04:00

Description

This is a set of scripts that I use to copy LaTeX code from a proper editor (with my snippets) to my clipboard. Either as LaTeX code or as plain text with math symbols.

Examples

latex-copy

/hisbaan/latex-copy/media/branch/main/examples/latex-copy.gif

latex-to-text

Demo In Progress

latex-pic

/hisbaan/latex-copy/media/branch/main/examples/latex-pic.gif

Desclaimer

These scripts are not designed to have compatibility with other people's machines. They are only guaranteed to work with my exact setup and I have not written them to be explicitly used by others. If you would like to take these scripts and modify to suit your workflow then please, feel free.