Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedritomelenas/tfm-latex-html-math

LaTeX and JavaScript libraries to display math objects (Blas Díaz's master thesis)
https://github.com/pedritomelenas/tfm-latex-html-math

html javascript latex teaching-materials

Last synced: 28 days ago
JSON representation

LaTeX and JavaScript libraries to display math objects (Blas Díaz's master thesis)

Awesome Lists containing this project

README

        

# TFM Blas Díaz

This repository contains some examples from Blas Díaz's Master Thesis. These are mainly produced using [jupyter](http://jupyter.org), [thebelab](https://github.com/minrk/thebelab), [JSXGraph](http://jsxgraph.uni-bayreuth.de/wp/index.html), [Function plot](https://mauriciopoppe.github.io/function-plot/) (built with [D3](https://d3js.org)), [vis](http://visjs.org), [viz](https://github.com/mdaines/viz.js) and [Google Charts](https://developers.google.com/chart).

This repository is available through github-pages [here](https://pedritomelenas.github.io/tfm-latex-html-math).

1. An [example](jsxgraph/webjsx.html) of the study of a function using JSXGraph, and [also](function-plot/d3.html) with Function plot.
1. A jupyter [notebook](jupyter/ejemplo-sage-jupyter.ipynb) showing the study of a function.
1. An [example](thebelab/sage.html) of [SageMath](http://www.sagemath.org) kernel using [binder](https://mybinder.org) and thebelab.
1. A graph [example](vis/Kruskal.html) of Kruskal's algorithm with vis.js, and [also](viz/Ejemplo-viz.html) with viz.js.
1. A Google charts [example](Google-charts/Estadistica.html).
1. An [example](d3/graficoD3.html) of an histogram and a dispersion plot with d3.js.