pandoc-xnos
Library code for pandoc-fignos/eqnos/tablenos/secnos.
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
Repository
Library code for pandoc-fignos/eqnos/tablenos/secnos.
Basic Info
Statistics
- Stars: 111
- Watchers: 2
- Forks: 27
- Open Issues: 16
- Releases: 0
Metadata Files
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:
- pandoc-fignos: Numbers figures and figure references.
- pandoc-eqnos: Numbers equations and equation references.
- pandoc-tablenos: Numbers tables and table references.
- pandoc-secnos: Numbers section references (sections are numbered by pandoc itself).
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
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
- Website: http://tomduck.ca/
- Repositories: 8
- Profile: https://github.com/tomduck
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
Top Committers
| Name | 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
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.
- Homepage: https://github.com/tomduck/pandoc-xnos
- Documentation: https://pandoc-xnos.readthedocs.io/
- License: GPL
-
Latest release: 2.5.0
published over 5 years ago
Rankings
Maintainers (1)
Dependencies
- pandocfilters >=1.4.2,<2
- psutil >=4.1.0,<6