pandoc-xnos

Library code for pandoc-fignos/eqnos/tablenos/secnos.

https://github.com/tomduck/pandoc-xnos

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Library code for pandoc-fignos/eqnos/tablenos/secnos.

Basic Info
  • Host: GitHub
  • Owner: tomduck
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 564 KB
Statistics
  • Stars: 111
  • Watchers: 2
  • Forks: 27
  • Open Issues: 16
  • Releases: 0
Created about 10 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License Authors

README.md

pandoc-xnos

The pandoc-xnos filter suite provides facilities for cross-referencing in markdown documents processed by pandoc. Individual filters are maintained in separate projects. They are:

Click on the above links to access documentation for each filter. LaTeX/pdf, html, and epub output have native support. Native support for docx output is a work in progress.

This project provides library code for the suite and a pandoc-xnos filter that applies all of the above filters in sequence.

See also: pandoc-comments, pandoc-latex-extensions

Contents

  1. Installation
  2. Usage
  3. Getting Help

Installation

The Pandoc-xnos filters require python. It is easily installed -- see here. 1 Either python 2.7 or 3.x will do.

The pandoc-xnos filter suite may be installed using the shell command

pip install pandoc-fignos pandoc-eqnos pandoc-tablenos \
            pandoc-secnos --user

and upgraded by appending --upgrade to the above command.

Pip is a program that downloads and installs software from the Python Package Index, PyPI.

Instructions for installing from source are given in DEVELOPERS.md.

Usage

The pandoc-xnos filter suite may be applied using the

--filter pandoc-xnos

option with pandoc. It is also possible to apply the filters individually.

Any use of --filter pandoc-citeproc or --bibliography=FILE should come after the pandoc-xnos filter call.

Getting Help

If you have any difficulties with pandoc-xnos, or would like to see a new feature, then please submit a report to our Issues tracker.


Footnotes

1: For MacOS, my preferred install method is to use the Installer package available from python.org.

Owner

  • Name: Thomas J. Duck
  • Login: tomduck
  • Kind: user
  • Location: Halifax, Nova Scotia
  • Company: Dalhousie University

GitHub Events

Total
  • Issues event: 1
  • Watch event: 7
  • Issue comment event: 9
  • Pull request event: 2
  • Fork event: 1
Last Year
  • Issues event: 1
  • Watch event: 7
  • Issue comment event: 9
  • Pull request event: 2
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 315
  • Total Committers: 3
  • Avg Commits per committer: 105.0
  • Development Distribution Score (DDS): 0.006
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Thomas Duck t****k@t****a 313
Johannes Schlatow j****s@s****e 1
Tim Tröndle t****e@u****h 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 21
  • Total pull requests: 12
  • Average time to close issues: 3 months
  • Average time to close pull requests: 6 months
  • Total issue authors: 18
  • Total pull request authors: 10
  • Average comments per issue: 4.29
  • Average comments per pull request: 1.25
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stroobandt (3)
  • tomduck (2)
  • obehrto (1)
  • MarcoCamilo (1)
  • kleinbottle (1)
  • gijswijs (1)
  • vronizor (1)
  • marius-mm (1)
  • hborchew (1)
  • adityac95 (1)
  • DaveJarvis (1)
  • eddyc (1)
  • w5m (1)
  • jspayne (1)
  • hadrienj (1)
Pull Request Authors
  • gepcel (2)
  • filipmaric (2)
  • TimothyElder (2)
  • timtroendle (1)
  • landlord11 (1)
  • Gjacquenot (1)
  • jschlatow (1)
  • alexstoick (1)
  • TomHodson (1)
  • nandokawka (1)
Top Labels
Issue Labels
question (2) enhancement (1) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 6,022 last-month
  • Total docker downloads: 2,237
  • Total dependent packages: 2
  • Total dependent repositories: 127
  • Total versions: 43
  • Total maintainers: 1
pypi.org: pandoc-xnos

Library code for the pandoc-xnos filter suite.

  • Versions: 43
  • Dependent Packages: 2
  • Dependent Repositories: 127
  • Downloads: 6,022 Last month
  • Docker Downloads: 2,237
Rankings
Dependent repos count: 1.3%
Docker downloads count: 2.9%
Downloads: 4.5%
Dependent packages count: 4.7%
Average: 4.8%
Stargazers count: 7.1%
Forks count: 8.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

setup.py pypi
  • pandocfilters >=1.4.2,<2
  • psutil >=4.1.0,<6