-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newline and font size #149
Comments
Newlines in LaTeX are |
Thanks, but that doesn't work either |
Then it might not be implemented. |
I have the same query - how do you insert a newline? I tried \newline, \ and \par, none of them worked. |
For now, neither of that was implemented. Hopefully we'll be able to implement them sooner or later. Best you can do to help is to implement the feature yourself and send a pull request :) But mentioning that it is an important feature for you is already good enough, I'll prioritize the task. |
I think one way to do this is to give the "TexEnvironment" a font size property and create a FontSizeAtom that changes the font size, just like the StyledAtom changes the environment's foreground. The CharBox atom now not only gets multiplied by the scale but also the environment's font size. The same goes for the default rule thickness. See #166 , it would help in reading the font size measurement and also help in commands like "\kern" (eg;\kern-4.9pt). |
It will allow the command to completely replace the previously created formula.
Hello, i tried everything to display multiline equations. Is it possible with wpfmath ? |
@hbadi, for now, you could try a matrix: Will that work for you? A proper newline implementation (in form of a freely-available |
It will allow the command to completely replace the previously created formula.
The best you can do regarding font size is to apply a ScaleTransform to the FormulaControl. This will increase/decrease the size of entire formula. |
Is it possible to render a newline?
When I type \r\n or \n, it renders a space instead of a newline.
Is it possible to set font size of text?
The text was updated successfully, but these errors were encountered: