-
Notifications
You must be signed in to change notification settings - Fork 433
Expand file tree
/
Copy paththeorem-1.qmd
More file actions
50 lines (43 loc) · 1020 Bytes
/
theorem-1.qmd
File metadata and controls
50 lines (43 loc) · 1020 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
46
47
48
49
50
---
format:
typst:
keep-typ: true
_quarto:
tests:
html:
ensureHtmlElements:
-
- "a.quarto-xref"
- []
latex:
ensureFileRegexMatches:
-
- "\\\\begin{theorem}\\[Line\\]"
- "hypertarget{thm-line}"
- "label{thm-line}"
- "Theorem~\\\\ref\\{thm-line\\}"
- []
typst:
ensureTypstFileRegexMatches:
-
- "#ref\\(<thm-line>, supplement: \\[Theorem\\]\\)"
- "#theorem\\(title: \\[Line\\]\\)"
- "#import \"@preview/theorion:0\\.4\\.1\": make-frame"
- "simple-theorem-render"
-
- "cosmos"
- "fancy-box"
markdown:
ensureFileRegexMatches:
-
- "\\[Theorem 1\\]\\(#thm-line\\)\\{.quarto-xref\\}"
- '\[\*\*Theorem 1 \(Line\)\*\*\]\{.theorem-title\}'
---
::: {#thm-line}
## Line
The equation of any straight line, called a linear equation, can be written as:
$$
y = mx + b
$$
:::
See @thm-line.