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
Copy file name to clipboardExpand all lines: documentation/mdbook/book.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
[book]
2
2
authors = ["Daniel P. Rohe", "Ryan Schultz", "Norman Hunter"]
3
-
descrption = "Rattlesnake is a combined-environments, multiple input/multiple output control system for dynamic excitation of structures under test."
3
+
description = "Rattlesnake is a combined-environments, multiple input/multiple output control system for dynamic excitation of structures under test."
4
4
language = "en"
5
5
multilingual = false
6
6
src = "src"
7
7
title = "Rattlesnake Vibration Controller"
8
8
9
9
# did work for local LaTeX, uses KaTeX, which is faster than MathJax
10
10
[preprocessor.katex]
11
-
after = ["links"]
11
+
after = ["links"]# By setting after = ["links"], you ensure that link processing happens before math rendering, which is the recommended practice to prevent conflicts with special characters.
12
12
13
13
# reference font modifications made in the theme/custom.css file
0 commit comments