We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70e9c5 commit 9f2f99dCopy full SHA for 9f2f99d
math2svg/README.md
@@ -162,8 +162,12 @@ pandoc --mathml --filter='math2svg.lua' header-includes.yaml input.md
162
163
## Adding equation numbers with CSS
164
165
-Here is how to add automatic equation numbers to the right,
166
-whilst keeping display math equations centered.
+When automatic equation numbers are desired, these need to be added using
+[cascading style sheets (CSS)](https://en.wikipedia.org/wiki/CSS),
167
+as JavaScript is not available in CSS paged media.
168
+
169
+Below example CSS code centers display math whilst adding equation numbers
170
+to the right.
171
172
```css
173
span.math.display {
0 commit comments