https://github.com/chdemko/pandoc-beamer-arrow
https://github.com/chdemko/pandoc-beamer-arrow
arrows beamer pandoc-filter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-beamer-arrow
- Owner: chdemko
- License: bsd-3-clause
- Created: 2019-12-11T22:36:29.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T10:51:33.000Z (10 months ago)
- Last Synced: 2025-06-08T21:38:01.294Z (4 months ago)
- Topics: arrows, beamer, pandoc-filter
- Language: Python
- Homepage: https://pandoc-beamer-arrow.readthedocs.io/
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============[](https://github.com/chdemko/pandoc-beamer-arrow/actions/workflows/python-package.yml)
[](https://github.com/pypa/hatch)
[](https://github.com/pre-commit/pre-commit)
[](https://pypi.org/project/black/)
[](https://coveralls.io/github/chdemko/pandoc-beamer-arrow?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-arrow/)
[](https://codeclimate.com/github/chdemko/pandoc-beamer-arrow/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-arrow)
[](https://app.codacy.com/gh/chdemko/pandoc-beamer-arrow/)
[](https://pypi.org/project/pandoc-beamer-arrow/)
[](https://pypi.org/project/pandoc-beamer-arrow/)
[](https://raw.githubusercontent.com/chdemko/pandoc-beamer-arrow/develop/LICENSE)
[](https://pepy.tech/project/pandoc-beamer-arrow)
[](https://pypi.org/project/pandoc-beamer-arrow/)
[](https://pypi.org/project/pandoc-beamer-arrow/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-beamer-arrow/releases)
[](https://github.com/chdemko/pandoc-beamer-arrow/commit/develop/)
[](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)
[](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-beamer-arrow)
[](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)*pandoc-beamer-arrow* is a [pandoc] filter for creating arrows between text
elements for beamer presentation.[pandoc]: http://pandoc.org/
Instructions
------------*pandoc-beamer-arrow* requires [python], a programming language that comes
pre-installed on linux and Mac OS X, and which is easily installed
[on Windows].Install *pandoc-beamer-arrow* using the bash command
~~~shell-session
$ pipx install pandoc-beamer-arrow
~~~To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-beamer-arrow
~~~`pipx` is a script to install and run python applications in isolated
environments from the Python Package Index, [PyPI]. It can be installed
using instructions given [here](https://pipx.pypa.io/stable/).Make sure you have the
* *xcolor*
LaTeX packages. On linux you have to install some extra libraries **before**
*pandoc-beamer-arrow*. On a Debian-based system (including Ubuntu), you can
install it as root using~~~shell-session
$ sudo apt-get texlive-latex-extra
~~~[python]: https://www.python.org
[on Windows]: https://www.python.org/downloads/windows
[PyPI]: https://pypi.orgGetting Help
------------If you have any difficulties with pandoc-beamer-arrow, please feel welcome to
[file an issue] on github so that we can help.[file an issue]: https://github.com/chdemko/pandoc-beamer-arrow/issues
Contribute
==========Instructions
------------Install `hatch`, then run
~~~shell-session
$ hatch run pip install pre-commit
$ hatch run pre-commit install
~~~to install `pre-commit` before working on your changes.
Tests
-----When your changes are ready, run
~~~shell-session
$ hatch test
$ hatch fmt --check
$ hatch run lint:check
$ hatch run docs:build
$ hatch build -t wheel
~~~for running the tests, checking the style, building the documentation
and building the wheel.