Create LaTeX Style HTML Document Using LaTeX.CSS

Category: CSS & CSS3 , Frameworks , Recommended | May 28, 2020
Author:vincentdoerig
Views Total:337 views
Official Page:Go to website
Last Update:May 28, 2020
License:MIT

Preview:

Create LaTeX Style HTML Document Using LaTeX.CSS

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:

LaTeX.CSS Proofs & Theorems

Proofs & Theorems

LaTeX.CSS Text Formatting

Text Formatting

LaTeX.CSS Blockquotes

Blockquotes

LaTeX.CSS Table

Table

Changelog:

v1.1.0 (05/28/2020)

  • Add 2px blue focus-frame (accessibility) and danish language file

You Might Be Interested In:


Leave a Reply