All Projects → chdemko → pandoc-latex-environment

chdemko / pandoc-latex-environment

Licence: BSD-3-Clause license
Pandoc filter for adding LaTeX environement on specific div

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pandoc-latex-environment

Pandoc Latex Tip
A pandoc filter for adding tip in LaTeX
Stars: ✭ 7 (-74.07%)
Mutual labels:  filter, pypi, pandoc
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+337.04%)
Mutual labels:  filter, pandoc
Disposable Email Domains
a list of disposable and temporary email address domains
Stars: ✭ 873 (+3133.33%)
Mutual labels:  filter, pypi
Panflute
An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
Stars: ✭ 286 (+959.26%)
Mutual labels:  filter, pandoc
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (+88.89%)
Mutual labels:  filter, pandoc
logi-filter-builder
advanced SQL filter builder. Demo:
Stars: ✭ 23 (-14.81%)
Mutual labels:  filter
PypiScan
这个脚本主要提供对pypi供应链的源头进行安全扫描研究,扫描并发现未知的恶意包情况。
Stars: ✭ 25 (-7.41%)
Mutual labels:  pypi
svelte-typeahead
Accessible, fuzzy search typeahead component
Stars: ✭ 141 (+422.22%)
Mutual labels:  filter
FilterTreeView
WPF/MVVM Search and Filter Reference Application
Stars: ✭ 56 (+107.41%)
Mutual labels:  filter
Palabra
tools for leaving microsoft word behind.
Stars: ✭ 19 (-29.63%)
Mutual labels:  pandoc
TopicNet
Interface for easier topic modelling.
Stars: ✭ 127 (+370.37%)
Mutual labels:  pypi
gedit-plugin-markdown preview
A gedit plugin previewing markdown (.md) documents
Stars: ✭ 79 (+192.59%)
Mutual labels:  pandoc
base
A basic Codespaces environment that can be expanded upon to build your ideal environment
Stars: ✭ 37 (+37.04%)
Mutual labels:  environment
HttpFilteringEngine
Transparent filtering TLS proxy.
Stars: ✭ 48 (+77.78%)
Mutual labels:  filter
filter-anything
A simple (TypeScript) integration of "pick" and "omit" to filter props of an object
Stars: ✭ 19 (-29.63%)
Mutual labels:  filter
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+37.04%)
Mutual labels:  filter
FFmpeg-CRT-transform
CRT simulation without shaders... the slow way
Stars: ✭ 142 (+425.93%)
Mutual labels:  filter
linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
Stars: ✭ 39 (+44.44%)
Mutual labels:  filter
spring-filter
Painless filtering library for JPA entities and MongoDB collections. Smoothly integrates with Spring APIs.
Stars: ✭ 123 (+355.56%)
Mutual labels:  filter
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (+188.89%)
Mutual labels:  pandoc

pandoc-latex-environment

Python package Coveralls Scrutinizer PyPI version PyPI format License Python version Development Status

pandoc-latex-environment is a pandoc filter for adding LaTeX environement on specific HTML div tags.

Documentation

See the wiki pages.

Usage

To apply the filter, use the following option with pandoc:

--filter pandoc-latex-environment

Installation

pandoc-latex-environment requires python, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows. Either python 2.7 or 3.x will do.

Install pandoc-latex-environment as root using the bash command

pip install pandoc-latex-environment 

To upgrade to the most recent release, use

pip install --upgrade pandoc-latex-environment 

To upgrade to the current code, use

pip install --upgrade --force git+https://github.com/chdemko/pandoc-latex-environment

pip is a script that downloads and installs modules from the Python Package Index, PyPI. It should come installed with your python distribution. If you are running linux, pip may be bundled separately. On a Debian-based system (including Ubuntu), you can install it as root using

apt-get update
apt-get install python-pip

Getting Help

If you have any difficulties with pandoc-latex-environment, please feel welcome to file an issue on github so that we can help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].