diff --git a/README.md b/README.md index d44eaf4..9067af6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# [LaTeX CSS](https://latex.now.sh/) +# [LaTeX.CSS](https://latex.now.sh/) -> latex.css is a minimal, almost class-less CSS framework which makes any website look like a LaTeX document. It is based on davidrzs' [latexCSS](https://github.com/davidrzs/latexcss). +> LaTeX.css is a minimal, almost class-less CSS framework which makes any website look like a LaTeX document. It is based on @davidrzs' [latexCSS](https://github.com/davidrzs/latexcss). ## Getting Started @@ -8,7 +8,7 @@ Add the following code in the head of your project. ```css ``` -Add any optional classnames to elements with special styles (author subtitle, lemmas, theorems, etc.). A list of supported class-based elements can be found [here](https://latex.now.sh/#cbe). +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](https://latex.now.sh/#cbe). ## Contributing @@ -16,10 +16,12 @@ Contributions, feedback and issues are welcome. Feel free to fork, comment, crit ## Acknowledgements -This project is based on [David Zollikofer's](https://github.com/davidrzs) project [latexCSS](https://github.com/davidrzs). +This project is based on David Zollikofer's project [latexCSS](https://github.com/davidrzs/latexcss). Most of the CSS reset is based on Andy Bell's [Modern CSS Reset](https://hankchizljaw.com/wrote/a-modern-css-reset/). +The sample HTML5 markup on `\elements` is based on [html5-test-page](https://github.com/cbracco/html5-test-page) by @cbracco. + ## License This project is open source and available under the [MIT License](LISCENSE).