Skip to content

Commit 5b52425

Browse files
Explaining why it seems that we do are not updating the images
1 parent 72789d9 commit 5b52425

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/equations/PTZ/lat_1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<mml:mi mathvariant="normal">Lat</mml:mi>
44
<mml:mn>1</mml:mn>
55
</mml:msub>
6-
</mml:math>
6+
</mml:math>

doc/equations/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ This folder holds all the equations used in the specification documents. This is
55
Each file contains one equation and must follow the MathML syntax. It is important to underline that files must have `.xml` extensions, otherwise XML calabash will not be able to parse the file.
66

77
Upon pushing, the system will automatically generate in background the `.svg` files. You will receive the generated images with a successive pull.
8+
9+
**Beware** that it may happen that upon editing the equations, the svg files are not updated. This happens whenever the new markup does not produce a change in the image. So far, it is know that
10+
11+
* `&ApplyFunction;` or `&#x2061;`
12+
* `mathvariant="normal"`
13+
14+
will not trigger any change in the image.

0 commit comments

Comments
 (0)