vincentdoerig/latex-css

LaTeX.css is a CSS library that makes your website look like a LaTeX document

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 11 minutes ago
Type:Library / SDKCategory(s):CSS Frameworks & StylingWeb Development
Added to GitGenius on September 20th, 2026
Created on May 18th, 2020
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 149
Total Stargazers: 3,479 (+0)
Total Subscribers: 31 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 850 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LaTeX.css is a classless CSS library that makes websites look like LaTeX documents.

The tool solves the problem of styling web content to resemble academic papers and technical documents typeset in LaTeX. It works by providing a minimal set of CSS rules that automatically style standard HTML elements without requiring class names, while also offering optional classes for specialized elements like theorems, lemmas, and proofs. The library includes built-in support for multiple languages, allowing theorem labels and other text to be rendered in different languages by including a language file and setting the HTML lang attribute.

The tool suits developers building documentation sites, academic blogs, or any project where a clean, paper-like aesthetic is desired. It works best for content-focused sites where semantic HTML is already in place, since the classless approach means minimal markup changes are needed. Installation is straightforward through a link tag, CDN, or package manager. The project acknowledges its foundation in earlier work and draws inspiration from established CSS frameworks focused on readable typography.

The project maintains an open development model welcoming contributions, feedback, and issues. The tool is actively maintained with a demonstration site showing supported elements and language options.