Skip to content

Commit 26c7f70

Browse files
committed
docs: bugfix
1 parent 9c64062 commit 26c7f70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dev/log/2025-01-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ generate a SUMMARY.md file every build and there will be a huge diff.
55
The conventions I'm using for file names are listed in the readme for the
66
preprocessor: https://github.com/elmdash/mdbook-fs-summary/blob/main/README.md -- Actually this preprocessor didn't work so well. Last update was years ago too. I think I'll drop the idea of auto-generated summary files for now.
77

8-
This plugin does look useful for making the docs compatible/friendly with obsidian: https://github.com/dvogt23/mdbook-yml-header By using this plugin I can shamelessly add obsidian front matter.
8+
This plugin does look useful for making the docs compatible/friendly with obsidian: https://github.com/dvogt23/mdbook-yml-header By using this plugin I can shamelessly add obsidian front matter.

docs/src/relativity/vectors/01-lorentz-boost-intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ $y$, and $z$ spatial components to remind us that these are vectors in 3D space.
99

1010
$$
1111
\begin{align*}
12-
\text{position\quad}& s = \begin{bmatrix} x \\ y \\ z \end{bmatrix}\\
13-
\text{velocity\quad}& \dot{s} = \begin{bmatrix} \dot{x} \\ \dot{y} \\
12+
\text{position}& \quad s = \begin{bmatrix} x \\ y \\ z \end{bmatrix}\\
13+
\text{velocity}& \quad \dot{s} = \begin{bmatrix} \dot{x} \\ \dot{y} \\
1414
\dot{z} \end{bmatrix} = \frac{d\vec{s}}{dt}(t)\\
15-
\text{acceleration\quad}& \ddot{s} = \begin{bmatrix} \ddot{x} \\ \ddot{y} \\
15+
\text{acceleration}& \quad \ddot{s} = \begin{bmatrix} \ddot{x} \\ \ddot{y} \\
1616
\ddot{z} \end{bmatrix} = \frac{d^2\vec{s}}{dt^2}(t)
1717
\end{align*}
1818
$$

0 commit comments

Comments
 (0)