Change title

This commit is contained in:
Vincent Dörig 2020-05-23 13:17:05 +02:00
parent f58dc2893a
commit 7ab984b0ef

View File

@ -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
<link rel="stylesheet" href="https://latex.now.sh/style.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).