latex.css is a classless CSS file which can be attached to any html document to make it look like latex.
Just open your html file and add the following to your document head:
<link rel="stylesheet" type="text/css" href="latex.css">
(Of course you still need to download the latex.css file and place it in the same directory)The whole document should now look similar to this example .
Theorems, Definitions, Remarks and Proofs are supported. Just wrap your content in a div
and add the corresponding class to the div
like in the following example.
<div class="theorem">...</div>
<div class="definition">...</div>
<div class="lemma">...</div>
<div class="proof">...</div>
There are two latex.css files in this repository.
This repository is more or less just a combination of other projects: