Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)