You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/#class-based-elements).
38
+
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.vercel.app/#class-based-elements).
39
39
40
40
## Languages
41
41
42
42
The labels of theorems, definitions, lemmas and proofs can be changed to other [supported languages](lang) by including the following snippet in addition to the main CSS file.
@@ -51,7 +51,7 @@ and changing the html `lang` attribute:
51
51
<htmllang="es">
52
52
```
53
53
54
-
Have a look at the [language support page](https://latex.now.sh/languages) for more info and a demo of the different languages.
54
+
Have a look at the [language support page](https://latex.vercel.app/languages) for more info and a demo of the different languages.
55
55
56
56
## Contributing
57
57
@@ -63,7 +63,7 @@ This project is based on David Zollikofer's project [latexCSS](https://github.co
63
63
64
64
Most of the CSS reset is based on Andy Bell's [Modern CSS Reset](https://hankchizljaw.com/wrote/a-modern-css-reset/).
65
65
66
-
The sample [HTML5 markup test page](https://latex.now.sh/elements) is based on [html5-test-page](https://github.com/cbracco/html5-test-page) by @cbracco.
66
+
The sample [HTML5 markup test page](https://latex.vercel.app/elements) is based on [html5-test-page](https://github.com/cbracco/html5-test-page) by @cbracco.
67
67
68
68
The idea of sidenotes was taken and adpated from [Tufte CSS](https://edwardtufte.github.io/tufte-css/).
0 commit comments