diff --git a/index.html b/index.html index 367277a..e822aff 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,16 @@

Latex CSS

-

Vincent Dörig
19 May 2020

+

Vincent Dörig
May 2020

Abstract

-

This almost class-less CSS framework turn your HTML document into a website looking like a +

This almost class-less CSS framework turns your HTML document into a website that looks like a LaTeX - document. It - supports pretty much all HTML tags. The source code can be found on GitHub at <link rel="stylesheet" href="https://latex.now.sh/style.css"> to the + <head> of your HTML file and you are good to go. The source code can be found on GitHub at https://github.com/vincentdoerig/latex-css.

@@ -29,16 +30,16 @@
  • Introduction
  • Getting Started
  • Class-based Elements -
  • Theorems, Definitions, Proofs and Lemmas +
  • Class-based Elements
      +
    1. Theorems, Definitions and Proofs
    2. Proofs & Theorems
    3. Lemmas
    4. Definitions
  • -
  • Something
  • -
  • Something
  • +
  • HTML Elements
  • @@ -100,7 +101,22 @@
    An even number plus an even number results in an even number.

    Definitions

    A definition is a a statement of the meaning of a word or word group or a sign or - symbol.2
    + symbol.2 +

    HTML Elements

    +

    Text formatting

    +

    + This sentence is bold. If you like semantics, you might go with + strong or emphasized text. If not, italic is still + around. Small text is for fine print. Your copy can also be + subscripted and superscripted, inserted, + deleted, or highlighted. You would use a + hyperlink to go to a new page. +

    +

    Blockquotes

    +
    + Give me six hours to chop down a tree and I will spend the first four sharpening the axe. + — Abraham Lincoln +

    Definition List

    Definition Title One
    @@ -109,18 +125,46 @@
    $$(x+y)^{n}=\sum_{k=0}^{n}\left(\begin{array}{l}n \\ k\end{array}\right) x^{n-k} y^{k}=\sum_{k=0}^{n}\left(\begin{array}{l}n \\ k\end{array}\right) x^{k} y^{n-k}$$
    +

    Tables

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Header 1Header 2Header 3
    Footer 1Footer 2Footer 3
    Description 1Description 2Description 3
    Description 1Description 2Description 3
    Description 1Description 2Description 3

    Images

    -
    -

    No <figure> element

    - Letter types -
    -
    -

    Wrapped in a <figure> element, with a <figcaption>

    -
    - Image alt text -
    Here is a caption for this image.
    -
    -
    +
    + Mountain landscape +
    Mountain landscape by John Towner.
    +

    1. From