Skip to content

Commit 9f2f99d

Browse files
committed
README.md
1 parent f70e9c5 commit 9f2f99d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

math2svg/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,12 @@ pandoc --mathml --filter='math2svg.lua' header-includes.yaml input.md
162162

163163
## Adding equation numbers with CSS
164164

165-
Here is how to add automatic equation numbers to the right,
166-
whilst keeping display math equations centered.
165+
When automatic equation numbers are desired, these need to be added using
166+
[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.
167171

168172
```css
169173
span.math.display {

0 commit comments

Comments
 (0)