Author: | vincentdoerig |
---|---|
Views Total: | 337 views |
Official Page: | Go to website |
Last Update: | May 28, 2020 |
License: | MIT |
Preview:

Description:
LaTeX.CSS is a CSS only front-end framework created for scientists and engineers to create LaTeX style, multi-language HTML document.
How to use it:
1. Install & Download the library.
# Yarn $ yarn add latex.css # NPM $ npm install latex.css --save
2. Import the LaTeX.CSS into your document.
<!-- From Local --> <link rel="stylesheet" href="style.min.css" /> <!-- Or From CDN --> <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
3. Include a language CSS if needed. All supported languages.
<link rel="stylesheet" href="lang/de.css" /> <link rel="stylesheet" href="lang/dk.css" /> <link rel="stylesheet" href="lang/es.css" /> <link rel="stylesheet" href="lang/fr.css" /> <link rel="stylesheet" href="lang/it.css" /> <link rel="stylesheet" href="lang/mwl.css.css" /> <link rel="stylesheet" href="lang/pt.css" />
<html lang="fr"> ...
More Previews:

Proofs & Theorems

Text Formatting

Blockquotes

Table
Changelog:
v1.1.0 (05/28/2020)
- Add 2px blue focus-frame (accessibility) and danish language file