Skip to content

Commit f495bf4

Browse files
committed
comparison of \prime and ' in the math mode
1 parent c7a3c5e commit f495bf4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

data/prime-symbol/xelatex.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@
1515
\setmathfont{STIX Two Math}
1616
\[\mathlarger{\begin{aligned}
1717
f(x) & = a\prime + b\dprime + c\trprime \\
18-
f\prime(x) & = x^{2} + 1
18+
f(x) & = a^{\prime} + b^{\dprime} + c^{\trprime} \\
19+
f(x) & = a' + b'' + c''' \\
20+
f\prime(x) & = x^{2} + 1\\
21+
f'(x) & = x^{2} + 1
1922
\end{aligned}}\]
2023

2124
\setmathfont{Libertinus Math}
2225
\[\mathlarger{\begin{aligned}
2326
f(x) & = a\prime + b\dprime + c\trprime \\
24-
f\prime(x) & = x^{2} + 1
27+
f(x) & = a^{\prime} + b^{\dprime} + c^{\trprime} \\
28+
f(x) & = a' + b'' + c''' \\
29+
f\prime(x) & = x^{2} + 1\\
30+
f'(x) & = x^{2} + 1
2531
\end{aligned}}\]
2632

2733
Prose poses problems:

0 commit comments

Comments
 (0)