https://github.com/chdemko/pandoc-beamer-block
  
  
    A pandoc filter to use the capabilities of beamer blocks 
    https://github.com/chdemko/pandoc-beamer-block
  
latex pandoc-filter
        Last synced: 4 days ago 
        JSON representation
    
A pandoc filter to use the capabilities of beamer blocks
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-beamer-block
- Owner: chdemko
- License: bsd-3-clause
- Created: 2019-04-12T18:59:27.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T10:55:52.000Z (11 months ago)
- Last Synced: 2025-09-05T05:53:08.855Z (about 2 months ago)
- Topics: latex, pandoc-filter
- Language: Python
- Homepage: https://pandoc-beamer-block.readthedocs.io
- Size: 445 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          Installation
============
[](https://github.com/chdemko/pandoc-beamer-block/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-block?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-block/)
[](https://codeclimate.com/github/chdemko/pandoc-beamer-block/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-block)
[](https://app.codacy.com/gh/chdemko/pandoc-beamer-block/dashboard)
[](https://pypi.org/project/pandoc-beamer-block/)
[](https://pypi.org/project/pandoc-beamer-block/)
[](https://raw.githubusercontent.com/chdemko/pandoc-beamer-block/develop/LICENSE)
[](https://pepy.tech/project/pandoc-beamer-block)
[](https://pypi.org/project/pandoc-beamer-block/)
[](https://pypi.org/project/pandoc-beamer-block/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-beamer-block/releases)
[](https://github.com/chdemko/pandoc-beamer-block/commit/develop/)
[](http://pandoc-beamer-block.readthedocs.io/en/latest/)
[](http://pandoc-beamer-block.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-beamer-block)
[](http://pandoc-beamer-block.readthedocs.io/en/latest/)
*pandoc-beamer-block* is a [pandoc] filter for adding beamer block to `div`s.
[pandoc]: http://pandoc.org/
Instructions
------------
*pandoc-beamer-block* 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-block* using the bash command
~~~shell-session
$ pipx install pandoc-beamer-block
~~~
To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-beamer-block
~~~
`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/).
[python]: https://www.python.org
[on Windows]: https://www.python.org/downloads/windows
[PyPI]: https://pypi.org
Getting Help
------------
If you have any difficulties with pandoc-beamer-block, please feel welcome to
[file an issue] on github so that we can help.
[file an issue]: https://github.com/chdemko/pandoc-beamer-block/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.