All Projects → MartinThoma → Latex Examples

MartinThoma / Latex Examples

Licence: mit
Examples for the usage of LaTeX

Projects that are alternatives of or similar to Latex Examples

Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-97.77%)
Mutual labels:  latex, research, science
Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (-58.82%)
Mutual labels:  mathematics, science
Latex Templates
A collection of LaTeX templates used for research, courses, and miscellanea.
Stars: ✭ 418 (-59.5%)
Mutual labels:  latex, research
Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (-30.52%)
Mutual labels:  latex, science
Awesome Sentinel
curated list of awesome tools, tutorials and APIs for Copernicus Sentinel satellite data
Stars: ✭ 335 (-67.54%)
Mutual labels:  research, science
Qilin App
Fully hackable text editor developed for exact sciences with built-in KaTeX and AsciiMath support. Extensible via plugins and themes. Exportable as HTML, PDF and GFM.
Stars: ✭ 336 (-67.44%)
Mutual labels:  latex, mathematics
Tikz
Complete collection of my PGF/TikZ figures.
Stars: ✭ 668 (-35.27%)
Mutual labels:  latex, tikz
tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (-93.99%)
Mutual labels:  latex, tikz
Papers
Publications from the MathJax project
Stars: ✭ 6 (-99.42%)
Mutual labels:  latex, research
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-98.45%)
Mutual labels:  research, science
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (-13.95%)
Mutual labels:  latex, mathematics
Calculatex
in progress pretty printing calculator language
Stars: ✭ 302 (-70.74%)
Mutual labels:  latex, science
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (-75.29%)
Mutual labels:  research, science
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-64.92%)
Mutual labels:  research, mathematics
cplot
🌈 Plot complex functions
Stars: ✭ 75 (-92.73%)
Mutual labels:  science, mathematics
Pybossa
PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
Stars: ✭ 670 (-35.08%)
Mutual labels:  research, science
lazylatex
Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
Stars: ✭ 16 (-98.45%)
Mutual labels:  latex, tikz
IACR-eprint-mirror
Mirror of all PDFs from the IACR's eprint
Stars: ✭ 44 (-95.74%)
Mutual labels:  research, mathematics
Awesome Tikz
A curated list of awesome TikZ documentations, libraries and resources
Stars: ✭ 804 (-22.09%)
Mutual labels:  latex, tikz
Biolitmap
Code for the paper "BIOLITMAP: a web-based geolocated and temporal visualization of the evolution of bioinformatics publications" in Oxford Bioinformatics.
Stars: ✭ 18 (-98.26%)
Mutual labels:  research, science

LaTeX-examples

More than 570 examples for the usage of LaTeX. You can check that with the following command:

$ find . -type d | sort | awk '$0 !~ last "/" {print last} {last=$0} END {print last}' | grep -v .git | wc -l

Many examples can be found on my Wikpedia Commons user page.

You might also be interested in my Blog.

Usage

Every LaTeX file is in a seperate folder and has its own Makefile. So you can simply generate the PDF by typing make in the terminal.

If you want to get all examples offline, you have to execute

$ git clone --recursive https://github.com/MartinThoma/LaTeX-examples.git

Requirements

Contact

If you have examples or suggestions for improving given examples, please send them to [email protected].

Re-use

Feel free to use and modify the examples in this repository, but please add a link to this repository or martin-thoma.com.

Most of the content was created completely by me. But check the Readme files in each specific folder to make sure you can use it.

Other resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].