-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathlemma-1.qmd
More file actions
45 lines (38 loc) · 823 Bytes
/
lemma-1.qmd
File metadata and controls
45 lines (38 loc) · 823 Bytes
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
---
format:
typst:
keep-typ: true
_quarto:
tests:
html:
ensureHtmlElements:
-
- "a.quarto-xref"
- []
latex:
ensureFileRegexMatches:
-
- "hypertarget{lem-line}"
- "label{lem-line}"
- "Lemma~\\\\ref\\{lem-line\\}"
- []
typst:
ensureTypstFileRegexMatches:
-
- "#ref\\(<lem-line>, supplement: \\[Lemma\\]\\)"
- "#lemma\\(title: \\[Line\\]\\)"
- []
markdown:
ensureFileRegexMatches:
-
- "\\[Lemma 1\\]\\(#lem-line\\)\\{.quarto-xref\\}"
- '\[\*\*Lemma 1 \(Line\)\*\*\]\{.theorem-title\}'
---
::: {#lem-line}
## Line
The equation of any straight line, called a linear equation, can be written as:
$$
y = mx + b
$$
:::
See @lem-line.