Properties
Category
English
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
328
Share

How to get brackets shown when writing in a empty box in a text box in LaTex mode ?
Answered
I have inserted a text element and enabled LaTex mode.
I would like GeoGebra to write for example "7 = 3 + t * 4" if the value of the last integer-variable is positive and 7 = 3 + t * (-4)" if the value of the last integer-variable is negative.
I then insert a empty box in the text-element and write the IF-sentence in that.
But I can't find out how to get the brackets shown around the negative integer .
So how can I do that... ?
- 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
if(c<0,"+t*("c")","+t*"c) in the emptybox
if(c<0,"+t*("c")","+t*"c) in the emptybox
Comments have been locked on this page!