Browse Source

Switch to katex-plus plugin

pull/1/merge
Andrew Belt 7 years ago
parent
commit
6c122ddef6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      VoltageStandards.md
  2. +1
    -1
      book.json

+ 1
- 1
VoltageStandards.md View File

@@ -35,7 +35,7 @@ An easy way to do this is to use `PulseGenerator` from `digital.hpp`.
### Pitch ### Pitch


Most Eurorack manufacturers use the **1V/octave** standard. Most Eurorack manufacturers use the **1V/octave** standard.
The relationship between frequency $$f$$ and voltage $$V$$ is $$f = f_0 \cdot 2^{V}$$, where $$f_0$$ is an arbitrary baseline set by a pitch knob or the note C4 ($$f_0 =$$ 261.626 Hz).
The relationship between frequency $f$ and voltage $V$ is $f = f_0 \cdot 2^{V}$, where $f_0$ is an arbitrary baseline set by a pitch knob or the note C4 (MIDI note 60, $f_0 =$ 261.626 Hz).


### NaNs and Infinity ### NaNs and Infinity



+ 1
- 1
book.json View File

@@ -2,7 +2,7 @@
"plugins": [ "plugins": [
"insert-logo-link", "insert-logo-link",
"github-edit", "github-edit",
"katex"
"katex-plus"
], ],
"pluginsConfig": { "pluginsConfig": {
"insert-logo-link": { "insert-logo-link": {


Loading…
Cancel
Save