📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

pandoc-latex-unlisted

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pandoc-latex-unlisted

A pandoc filter for unlisting some headers in the table of contents in LaTeX

0.2.0
Maintainers
1

pandoc-latex-unlisted

Build Status <https://travis-ci.org/chdemko/pandoc-latex-unlisted/branches>__ Coveralls <https://coveralls.io/github/chdemko/pandoc-latex-unlisted?branch=0.2.0>__ Scrutinizer <https://scrutinizer-ci.com/g/chdemko/pandoc-latex-unlisted/>__ PyPI version <https://pypi.org/project/pandoc-latex-unlisted/>__ PyPI format <https://pypi.org/project/pandoc-latex-unlisted/0.2.0/>__ License <https://raw.githubusercontent.com/chdemko/pandoc-latex-unlisted/0.2.0/LICENSE>__ Downloads <https://pypi.org/project/pandoc-latex-unlisted/>__ Python version <https://pypi.org/project/pandoc-latex-unlisted/>__ Development Status <https://pypi.org/project/pandoc-latex-unlisted/>__

pandoc-latex-unlisted is a pandoc <http://pandoc.org/>__ filter for unlisting some headers in the table of contents in LaTeX.

Documentation

See the wiki pages <https://github.com/chdemko/pandoc-latex-unlisted/wiki>__.

Usage

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

::

--filter pandoc-latex-unlisted

Installation

pandoc-latex-unlisted requires python <https://www.python.org>, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows <https://www.python.org/downloads/windows>. Either python 2.7 or 3.x will do.

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

::

pip install pandoc-latex-unlisted

To upgrade to the most recent release, use

::

pip install --upgrade pandoc-latex-unlisted

pip is a script that downloads and installs modules from the Python Package Index, PyPI <https://pypi.org>__. 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-unlisted, please feel welcome to file an issue <https://github.com/chdemko/pandoc-latex-unlisted/issues>__ on github so that we can help.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts