LaTex Notations
Hello, I would like to know if there's any way to display a LaTex notation into the output in the format that is converted into the mathematical equation view.
7 Replies
Which output are you referring to? File? Console? WPF? WinUi?
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
User needs to be able to enter latex code in a message box and it should be displayed as an equation/formula on the screen
The question remains: which UI technology are you using. Please share more details.
Generally you could look into compiling the latex input to a pdf/image in a separate process, however that would entail installing some latex compiler/package manager on the target machine of your application. I don't know if there exists a latex compiler nuget package though, that might be something to research.
As I said. Please provide more detail.
$help
How to get the best help :catpog:
Make a post in #help or one of the topic channels under Development.
Avoid asking
:catthinking: Can anybody help me?
:catthinking: Has anyone used XYZ?
:catthinking: Why doesn't my code work?
C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in.
Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type
$code
into chat to learn how to post code.
See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.I am using winforms and C#
https://tex.stackexchange.com/a/159256
Here's a solution that implements the external process-based workflow I described earlier.
TeX - LaTeX Stack Exchange
C# tool to render latex in Winforms or PNG/BMP/etc?
I'm searching in vain to find a control or DLL which allows me to render Latex code within a C# winforms project.
(Most search terms seem to assume I'm trying to render C# code within Latex...)
I...