https://github.com/chdemko/pandoc-latex-absolute-image
A pandoc filter for adding images at absolute position on each pages.
https://github.com/chdemko/pandoc-latex-absolute-image
absolute filter image latex pandoc tikz
Last synced: 2 months ago
JSON representation
A pandoc filter for adding images at absolute position on each pages.
- Host: GitHub
- URL: https://github.com/chdemko/pandoc-latex-absolute-image
- Owner: chdemko
- License: bsd-3-clause
- Created: 2024-12-12T11:01:52.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T13:13:40.000Z (6 months ago)
- Last Synced: 2025-03-26T15:17:35.055Z (3 months ago)
- Topics: absolute, filter, image, latex, pandoc, tikz
- Language: Python
- Homepage: http://pandoc-latex-absolute-image.readthedocs.io/en/latest/
- Size: 226 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-latex-absolute-image/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-latex-absolute-image?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-absolute-image/)
[](https://codeclimate.com/github/chdemko/pandoc-latex-absolute-image/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-absolute-image)
[](https://app.codacy.com/gh/chdemko/pandoc-latex-absolute-image/dashboard)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://raw.githubusercontent.com/chdemko/pandoc-latex-absolute-image/develop/LICENSE)
[](https://pepy.tech/project/pandoc-latex-absolute-image)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-latex-absolute-image/releases)
[](https://github.com/chdemko/pandoc-latex-absolute-image/commit/develop/)
[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)
[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-latex-absolute-image)
[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)*pandoc-latex-absolute-image*,
is a [pandoc] filter for adding image at absolute position in the pages.[pandoc]: http://pandoc.org/
Instructions
------------*pandoc-latex-absolute-image* requires [python],
a programming language that comes pre-installed on linux and Mac OS X,
and which is easily installed [on Windows].Install *pandoc-latex-absolute-image* using the bash command
~~~shell-session
$ pipx install pandoc-latex-absolute-image
~~~To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-latex-absolute-image
~~~`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.orgGetting Help
------------If you have any difficulties with pandoc-latex-absolute-image,
please feel welcome to [file an issue] on github so that we can help.[file an issue]: https://github.com/chdemko/pandoc-latex-absolute-image/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.