latex.vercel.app - LaTeX.css — Make your website look like a LaTeX document

Description: A minimal, almost class-less CSS library to write modern websites that look like LaTeX documents.

css library (8) latex.css (5) class-less css (5) latex css (5)

Example domain paragraphs

Vincent Dörig May 2020

This almost class-less CSS library turns your HTML document into a website that looks like a L a T e X document. Write semantic HTML, add <link rel="stylesheet" href="https://latex.now.sh/style.css"> to the <head> of your project and you are good to go. The source code can be found on GitHub at https://github.com/vincentdoerig/latex-css .

<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> (optional) If you need syntax highlighting, add the following script to include Prism and the Prism LaTeX stylesheet (or use any other): <link rel="stylesheet" href="https://latex.now.sh/prism/prism.css"> <script src="https://cdn.jsdelivr.net/npm/prismjs/prism.min.js"></script> Done. Class-based Elements Author and Abstract Use the following code to add an author and abstract to your document. It wi

Links to latex.vercel.app (7)