Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonwillard/tex-project-templates
A template for literate programming projects that produce LaTeX/Markdown documents using noweb/org-mode and evaluate Python/R code.
https://github.com/brandonwillard/tex-project-templates
latex markdown org-mode python r
Last synced: 3 days ago
JSON representation
A template for literate programming projects that produce LaTeX/Markdown documents using noweb/org-mode and evaluate Python/R code.
- Host: GitHub
- URL: https://github.com/brandonwillard/tex-project-templates
- Owner: brandonwillard
- License: gpl-3.0
- Created: 2015-10-02T21:49:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T22:32:17.000Z (over 4 years ago)
- Last Synced: 2024-11-13T20:42:31.424Z (2 months ago)
- Topics: latex, markdown, org-mode, python, r
- Language: Makefile
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Introduction
This project provides a template layout for TeX-based projects.
It contains subdirectories for different scripting languages and
some example documents that use their respective `noweb` libraries.
There are also some `Makefiles` that build/manage these documents
in a unix-based system (Ubuntu, really).# Dependencies
Each `noweb` file has it's own languages' dependencies, so
look through those files to find out exactly what those are.
Otherwise, this setup broadly assumes the following are
installed:* [TeX Live](https://www.tug.org/texlive/)
* [Pandoc](http://pandoc.org/)