forked from vincentdoerig/latex-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
384 lines (359 loc) · 13.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="tm5Y6ZNTf-lBqbwniGjQPv1q02o2TuUQZ9GTYa4SMLg" />
<title>LaTeX.css — Make your website look like a LaTeX document</title>
<meta name="description"
content="A minimal, almost class-less CSS library to write modern websites that look like LaTeX documents." />
<meta name="keywords" content="latex.css,css library,class-less css,latex css" />
<meta property="og:title" content="LaTeX.css" />
<meta property="og:url" content="https://latex.now.sh" />
<meta property="og:description"
content="A minimal, almost class-less CSS library to write modern websites that look like LaTeX documents." />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="style.css" />
</head>
<body id="top">
<header>
<h1><span class="latex">L<span>a</span>T<span>e</span>X</span>.css</h1>
<p class="author">
Vincent Dörig <br />
May 2020
</p>
</header>
<div class="abstract">
<h2>Abstract</h2>
<p>
This almost class-less CSS library turns your HTML document into a
website that looks like a
<span class="latex">L<span>a</span>T<span>e</span>X</span>
document. Write semantic HTML, add
<code><link rel="stylesheet"
href="https://latex.now.sh/style.css"></code>
to the <code><head></code> of your project and you are good to go.
The source code can be found on GitHub at
<a href="https://github.com/vincentdoerig/latex-css">https://github.com/vincentdoerig/latex-css</a>.
</p>
</div>
<nav role="navigation" class="toc">
<h2>Contents</h2>
<ol>
<li><a href="#getting-started">Getting Started</a></li>
<li>
<a href="#class-based-elements">Class-based Elements</a>
<ol>
<li><a href="#author-abstract">Author and Abstract</a></li>
<li>
<a href="#tdpl">Theorems, Definitions and Proofs</a>
<ol>
<li><a href="#proofs-theorems">Proofs & Theorems</a></li>
<li><a href="#lemmas">Lemmas</a></li>
<li><a href="#definitions">Definitions</a></li>
</ol>
</li>
</ol>
</li>
<li><a href="#language-support">Language Support</a></li>
<li>
<a href="#html-elements">HTML Elements</a>
<ol>
<li><a href="#text-formatting">Text Formatting</a></li>
<li><a href="#blockquotes">Blockquotes</a></li>
<li><a href="#definition-lists">Definition Lists</a></li>
<li><a href="#tables">Tables</a></li>
<li><a href="#images">Images</a></li>
</ol>
</li>
</ol>
</nav>
<main>
<article>
<h2 id="getting-started">Getting Started</h2>
<ul>
<li>
Add
<code><link rel="stylesheet"
href="https://latex.now.sh/style.css"></code>
to the <code><head></code> of your website or install the
package using <code>npm install latex.css</code>.
</li>
<li>
(optional) Add any classes to elements described in the
<a href="#class-based-elements">next section</a>.
</li>
<li>
(optional) If you need support for
<span class="latex">L<span>a</span>T<span>e</span>X</span> math, add
the following script to include
<a href="https://www.mathjax.org/">MathJax</a>:
<pre><code><script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script></code></pre>
</li>
<li>Done.</li>
</ul>
<h2 id="class-based-elements">Class-based Elements</h2>
<h3 id="author-abstract">Author and Abstract</h3>
<p>
Use the following code to add an author and abstract to your document.
It will look like <a href="#top">this</a>.
</p>
<pre><code><p class="author">John Doe <br> December 7, 2020</p>
<div class="abstract">
<h2>Abstract</h2>
<p>...</p>
</div></code></pre>
<h3 id="tdpl">Theorems, Definitions, Lemmas and Proofs</h3>
<p>
Theorems, definitions, lemmas and proofs are supported. Just wrap your
content in a div and add the corresponding class to the element like
in the following example.
</p>
<pre><code><div class="theorem">...</div>
<div class="definition">...</div>
<div class="lemma">...</div>
<div class="proof">...</div></code></pre>
<p>Below are some examples.</p>
<h4 id="proofs-theorems">Proofs & Theorems</h4>
<div class="theorem">
The real numbers $\mathbb{R}$ are uncountable.
</div>
<div class="proof">
If $\mathbb{R}$ is countable, then [0, 1] is countable as well. Hence
there exists a map C from $\mathbb{N}$ onto [0, 1] with
$$C(n)=\sum_{i=1}^{\infty} c_{i}(n) 10^{-i}$$ where $c_{i}(n)
\in\{0,1, \ldots, 9\},$ are the digits in decimal expansion. Now
consider a real number $$x=\sum_{i=1}^{\infty} \bar{c}_{i} 10^{-i}
\in[0,1]$$ with $\bar{c}_{i} \neq c_{i}(i)$. Obviously $C(n) \neq x$
for all $n \in \mathbb{N} .$ Hence $C$ is not onto. A contradiction.
</div>
<div class="theorem">
If $S$ is both countable and infinite, then there is a bijection
between $S$ and $\boldsymbol{N}$ itself.<sup><a href="#fn1" id="ref1">1</a></sup>
</div>
<div class="proof">
For any $s \in S,$ we let $f(s)$ denote the value of $k$ such that $s$
is the $k$ th smallest element of $S .$ This map is well defined for
any $s,$ because there are only finitely many natural numbers between
1 and $s .$ It is impossible for two different elements of $S$ to both
be the $k$ th smallest element of $S$. Hence $f$ is one-to-one. Also,
since $S$ is infinite, $f$ is onto.
</div>
<h4 id="lemmas">Lemmas</h4>
<div class="lemma">
An even number plus an even number results in an even number.
</div>
<h4 id="definitions">Definitions</h4>
<div class="definition">
A definition is a a statement of the meaning of a word or word group
or a sign or symbol.<sup><a href="#fn2" id="ref2">2</a></sup>
</div>
<h2 id="language-support">Language Support</h2>
<p>
The labels of theorems, definitions, lemmas and proofs can be changed
to other
<a href="https://github.com/vincentdoerig/latex-css/tree/master/lang">supported language</a>
by including the following snippet, linking to the desired language in
addition to the main CSS file.
</p>
<pre><code><link rel="stylesheet" href="https://latex.now.sh/lang/es.css" />
...
<html lang="es"></code></pre>
<p>
Take a peak at the <a href="/languages">language support demo</a> to
see how the labels of the different languages change.
</p>
<h2 id="html-elements">HTML Elements</h2>
<p>
For a preview of all HTML elements with LaTeX.css, check out the
<a href="/elements">HTML5 elements test page</a>.
</p>
<h3 id="text-formatting">Text Formatting</h3>
<p>
This sentence is <b>bold</b>. If you like semantics, you might go with
<strong>strong</strong> or <em>emphasized</em> text. If not,
<i>italic</i> is still around. <small>Small</small> text is for fine
print. Your copy can also be <sub>subscripted</sub> and
<sup>superscripted</sup>, <ins>inserted</ins>, <del>deleted</del>, or
<mark>highlighted</mark>. You would use a
<a href="#!">hyperlink</a> to go to a new page. Keyboard input
elements like <kbd>Cmd</kbd> + <kbd>Shift</kbd>
are used to display textual user input.
</p>
<h3 id="blockquotes">Blockquotes</h3>
<blockquote>
Give me six hours to chop down a tree and I will spend the first four
sharpening the axe.
<cite>— Abraham Lincoln</cite>
</blockquote>
<h3 id="definition-lists">Definition Lists</h3>
<dl>
<dt>Definition Title One</dt>
<dd>First definition description</dd>
<dt>Binomial theorem</dt>
<dd>
$$(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}$$
</dd>
</dl>
<h3 id="tables">Tables</h3>
<table>
<caption>A sample table with a descriptive caption.</caption>
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Footer 1</th>
<th>Footer 2</th>
<th>Footer 3</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Description 1</td>
<td>Description 2</td>
<td>Description 3</td>
</tr>
<tr>
<td>Description 1</td>
<td>Description 2</td>
<td>Description 3</td>
</tr>
<tr>
<td>Description 1</td>
<td>Description 2</td>
<td>Description 3</td>
</tr>
</tbody>
</table>
<table>
<caption>
Example table taken from <a href="https://texdoc.net/texmf-dist/doc/latex/booktabs/booktabs.pdf">this
paper</a> on how to produce quality tables with LaTeX.
</caption>
<thead>
<tr>
<th colspan="2" scope="col">Item</th>
</tr>
<tr>
<th>Animal</th>
<th>Description</th>
<th>Price ($)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Gnat</td>
<td>per gram</td>
<td>13.65</td>
</tr>
<tr>
<td>Gnu</td>
<td>stuffed</td>
<td>92.50</td>
</tr>
<tr>
<td>Emu</td>
<td>stuffed</td>
<td>33.33</td>
</tr>
<tr>
<td>Armadillo</td>
<td>frozen</td>
<td>8.99</td>
</tr>
</tbody>
</table>
<div class="scroll-wrapper">
<table>
<caption>Color names and values.</caption>
<tbody>
<tr>
<th scope="col">Name</th>
<th scope="col">HEX</th>
<th scope="col">HSL</th>
<th scope="col">RGB</th>
</tr>
<tr>
<th scope="row" style="color: teal;">Teal</th>
<td><code>#008080</code></td>
<td><code>hsl(180, 100%, 25%)</code></td>
<td><code>rgb(0, 128, 128)</code></td>
</tr>
<tr>
<th scope="row" style="color: goldenrod;">Goldenrod</th>
<td><code>#daa520</code></td>
<td><code>hsl(43, 74%, 49%)</code></td>
<td><code>rgb(218, 165, 32)</code></td>
</tr>
<tr>
<th scope="row" style="color: cornflowerblue;">Cornflowerblue</th>
<td><code>#6495ed</code></td>
<td><code>hsl(219, 79%, 66%)</code></td>
<td><code>rgb(100, 149, 237)</code></td>
</tr>
<tr>
<th scope="row" style="color: lightcoral;">Lightcoral</th>
<td><code>#f08080</code></td>
<td><code>hsl(0, 79%, 72%)</code></td>
<td><code>rgb(240, 128, 128)</code></td>
</tr>
</tbody>
</table>
</div>
<h3 id="images">Images</h3>
<figure>
<img src="https://images.unsplash.com/photo-1477346611705-65d1883cee1e?auto=format&fit=crop&w=1000&q=80"
loading="lazy" alt="Mountain landscape" width="600" height="400" />
<figcaption>
Mountain landscape by
<a href="https://unsplash.com/@heytowner">John Towner</a>.
</figcaption>
</figure>
<h2>Miscellaneous</h2>
<h3>Scroll overflow</h3>
<p>It is best to break up long equations into smaller parts, but when this isn't possible, consider wrapping the
overflowing element with a class of <code>scroll-overflow</code> to
allow scrolling on the x-axis. Large tables should also be wrapped with this class.</p>
<p>Below is an example of a long equation with overflow scroll.</p>
<div class="scroll-wrapper">
$$(1+x)^{n}=1+n x+\frac{n(n-1)}{2 !} x^{2}+\frac{n(n-1)(n-2)}{3 !} x^{3}+\frac{n(n-1)(n-2)(n-3)}{4 !}
x^{4}+\frac{n(n-1)(n-2)(n-3)(n-4)}{5 !}
x^{5}+\ldots$$
</div>
<div class="footnotes">
<p id="fn1">
1. From
<a
href="https://www.math.brown.edu/~res/MFS/handout8.pdf">https://www.math.brown.edu/~res/MFS/handout8.pdf</a>.
<a href="#ref1" title="Jump back to footnote 1 in the text.">↩</a>
</p>
<p id="fn2">
2. “Definition.” Merriam-Webster.com Dictionary, Merriam-Webster,
<a
href="https://www.merriam-webster.com/dictionary/definition">https://www.merriam-webster.com/dictionary/definition</a>.
Accessed 18 May. 2020.
<a href="#ref2" title="Jump back to footnote 2 in the text.">↩</a>
</p>
</div>
</article>
</main>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'],],
},
};
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" /></noscript>
</body>
</html>