All Projects → vincentdoerig → Latex Css

vincentdoerig / Latex Css

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

Projects that are alternatives of or similar to Latex Css

Learningapachespark
LearningApacheSpark
Stars: ✭ 155 (-93.01%)
Mutual labels:  latex
Neural
LATEX: TikZ package for drawing neural networks. Also available on CTAN at http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork
Stars: ✭ 169 (-92.37%)
Mutual labels:  latex
Resumake.io
📝 A website for automatically generating elegant LaTeX resumes.
Stars: ✭ 2,277 (+2.75%)
Mutual labels:  latex
Writetex
An Inkscape extension: Latex/Tex editor for Inkscape
Stars: ✭ 157 (-92.92%)
Mutual labels:  latex
Ucasthesis
**国科大新版标准** 中国科学院大学学位论文模板,目前遵守2018国科大指导标准。 a LaTeX template for UCAS.
Stars: ✭ 166 (-92.51%)
Mutual labels:  latex
Travis Ci Latex Pdf
Travis CI and deployment service to build PDF from LaTeX document.
Stars: ✭ 170 (-92.33%)
Mutual labels:  latex
Latex Koma Template
Generic template for midsize and larger documents based on KOMA script classes.
Stars: ✭ 151 (-93.19%)
Mutual labels:  latex
Scienceplots
Matplotlib styles for scientific plotting
Stars: ✭ 2,937 (+32.54%)
Mutual labels:  latex
Szuthesis
📝 SZU Undergraduate Thesis -- Recommender System
Stars: ✭ 167 (-92.46%)
Mutual labels:  latex
Betterposter Latex Template
LaTeX Template for Mike Morrison's #betterposter
Stars: ✭ 171 (-92.28%)
Mutual labels:  latex
Zotero Better Bibtex
Make Zotero effective for us LaTeX holdouts
Stars: ✭ 2,336 (+5.42%)
Mutual labels:  latex
Flutter tex
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX
Stars: ✭ 161 (-92.73%)
Mutual labels:  latex
Sjtuthesis
上海交通大学 XeLaTeX 学位论文及课程论文模板 | Shanghai Jiao Tong University XeLaTeX Thesis Template
Stars: ✭ 2,376 (+7.22%)
Mutual labels:  latex
Texsoup
fault-tolerant Python3 package for searching, navigating, and modifying LaTeX documents
Stars: ✭ 157 (-92.92%)
Mutual labels:  latex
Amadia
Astus' Mathematical Display Application : A GUI for Mathematics (Calculator, LaTeX Converter, Plotter, ... )
Stars: ✭ 172 (-92.24%)
Mutual labels:  latex
Nasa Latex Docs
An easy and convenient package to create technical LaTeX documents.
Stars: ✭ 153 (-93.1%)
Mutual labels:  latex
Neotex
latex live preview - plugin for neovim and vim 8
Stars: ✭ 170 (-92.33%)
Mutual labels:  latex
Buaathesis
北航研究生学位论文模板(Word+LaTeX).
Stars: ✭ 178 (-91.97%)
Mutual labels:  latex
Tably
Python command-line script for converting .csv data to LaTeX tables
Stars: ✭ 173 (-92.19%)
Mutual labels:  latex
Pdb Cheatsheet
A cheatsheet for the Python Debugger (pdb)
Stars: ✭ 171 (-92.28%)
Mutual labels:  latex

LaTeX.CSS

License: MIT latex.css on NPM

LaTeX.css is a minimal, almost class-less CSS library which makes any website look like a LaTeX document. It is based on @davidrzs' latexCSS.

Getting Started

Using the <link> tag

Add the following code in the head of your project.

<link rel="stylesheet" href="https://latex.now.sh/style.min.css" />

or use a CDN like Unpkg:

<link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />

Using NPM/Yarn

NPM:

npm install latex.css

Yarn:

yarn add latex.css

Add any optional classnames to elements with special styles (author subtitle, abstract, lemmas, theorems, etc.). A list of supported class-based elements can be found here.

Languages

The labels of theorems, definitions, lemmas and proofs can be changed to other supported languages by including the following snippet in addition to the main CSS file.

<link rel="stylesheet" href="https://latex.now.sh/lang/es.css" />

and changing the html lang attribute:

<html lang="es">

Have a look at the language support page for more info and a demo of the different languages.

Contributing

Contributions, feedback and issues are welcome. Feel free to fork, comment, critique, or submit a pull request.

Acknowledgements

This project is based on David Zollikofer's project latexCSS.

Most of the CSS reset is based on Andy Bell's Modern CSS Reset.

The sample HTML5 markup test page is based on html5-test-page by @cbracco.

The idea of sidenotes was taken and adpated from Tufte CSS.

License

This project is open source and available under the MIT License.

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].