Properties
Similar Topics
Statistics
Comments
3
Participants
3
Subscribers
0
Votes
2
Views
1552
Share
Answered
We are working on applets for a math book.
We want to mix ordinary text with italics for variables
The solution is x=7
Yes, in HTML, we put <i>x</i>
How can we incorporate the italics without breaking the text in thousand pieces?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2022 International GeoGebra Institute
Try this in the beta 4.0 version:
\mathrm{x} =x
It would be nice if the normal text also uses latinroman fonts. With GGb 4.0
Edit:
Ok, this did the trick
"\text{This is a test}"
and check the LaTeX checkbox.
Solution:
make whole text italic with C-button
create LaTeX \mbox
x = 7 \mbox{ en dit niet }
Comments have been locked on this page!