Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yitzchak/dicy
A builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
https://github.com/yitzchak/dicy
agda biblatex haskell javascript knitr latex literate-programming pythontex reproducible-research sage typescript
Last synced: 4 months ago
JSON representation
A builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
- Host: GitHub
- URL: https://github.com/yitzchak/dicy
- Owner: yitzchak
- License: mit
- Archived: true
- Created: 2016-11-06T23:16:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T19:49:46.000Z (almost 6 years ago)
- Last Synced: 2024-09-21T09:14:35.276Z (4 months ago)
- Topics: agda, biblatex, haskell, javascript, knitr, latex, literate-programming, pythontex, reproducible-research, sage, typescript
- Language: TypeScript
- Homepage: https://yitzchak.github.io/dicy/
- Size: 2.23 MB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DiCy
[![Build Status][travis svg]][travis]
[![Windows Build Status][appveyor svg]][appveyor]
[![Dependency Status][dependency svg]][dependency]
[![devDependency Status][devdependency svg]][devdependency]This repository contains various packages associated with DiCy, a
JavaScript/TypeScript based builder for LaTeX, knitr, Literate Agda, Literate
Haskell, and Pweave that automatically builds dependencies. DiCy parses and
filters output logs and error messages generated during build and can build
projects that utilize the following programs to process files.- Bibliographies — Biber, BibTeX, BibTeX8, BibTeXu, pBibTeX, upBibTeX
- Graphics Creation — Asymptote, MetaPost
- Image/File Conversion — dvipdfm, dvipdfmx, dvips, dvisvgm, epstopdf, pdf2ps,
ps2pdf
- Indexing/Glossaries — bib2gls, makeglossaries, makeindex, mendex,
splitindex, texindy, upmendex
- LaTeX Engines — LaTeX, LuaLaTeX, pdfLaTeX, pLaTeX, upLaTeX, XeLaTeX
- Literate Programming/Reproducible Research — Agda, knitr, lhs2TeX,
patchSynctex, PythonTeX, Pweave, SageTeXMore information, including installation and API documentation is available at
the [DiCy][] website.## License
This project is licensed under the MIT License - see the LICENSE.md file for
details.[appveyor svg]: https://ci.appveyor.com/api/projects/status/606n3xt2oa8l2vme?svg=true
[appveyor]: https://ci.appveyor.com/project/yitzchak/dicy/branch/master
[dependency svg]: https://david-dm.org/yitzchak/dicy.svg
[dependency]: https://david-dm.org/yitzchak/dicy
[devdependency svg]: https://david-dm.org/yitzchak/dicy/dev-status.svg
[devdependency]: https://david-dm.org/yitzchak/dicy?type=dev
[dicy]: https://yitzchak.github.io/dicy/
[travis svg]: https://travis-ci.org/yitzchak/dicy.svg?branch=master
[travis]: https://travis-ci.org/yitzchak/dicy