Questions tagged [latex]
Questions about any kind of interaction with TeX, LaTeX, and friends, including transferring text/code to/from TeX, using Mathematica graphics in LaTeX documents etc.
373 questions
2 votes
1 answer
76 views
Changing font for inline TeX input (i.e., cntl-$)
Inline TeX defaults to its enclosing Cell's FontFamily. The Default style sheet has a font that isn't great for math. Here are two examples: To my eye, the rendered TeX with the Times New Roman font ...
5 votes
1 answer
300 views
How to make TeXForm convert exponential function to "\exp(...)" instead of "e^{...}"
I do not know if this is known issue. But one would expect doing TeXForm on Exp[x^2] and then converting the result back using <...
2 votes
2 answers
213 views
How to manually set the font family in Plot to have similar behavior as MaTeX?
I'm trying to understand how FontFamily in MMA works. The overall goal is to make plots with TeX style font for the plot labels, frame labels, so forth. This can be ...
5 votes
1 answer
227 views
How can I use this to determine whether the equation?
I am trying to write step by step to solve the equation has the form $$\sqrt{ax^2 + bx + c} = dx + t.$$ I know that, the solutions (if they exist) of the equation $$ax^2 + bx + c = (dx + t)^2$$ which ...
0 votes
0 answers
70 views
Extract results in LATEX [duplicate]
I am not able to get any output with TexForm in this code: ...
0 votes
0 answers
76 views
How can I use StringReplace to change the quotation marks in a file?
I am trying to replace quotation marks of a tex file " " to `` ''. With a small file, I tried ...
2 votes
1 answer
178 views
How can I format an array using TeX array environment within a text cell?
I'm currently experiencing a really frustrating problem while using the typesetting functionalities of Mathematica. I've been writing large blocks of text explaining much of the code that follows the ...
10 votes
1 answer
376 views
What changed in TeXForm in V 14.1?
In Version 14.1 on windows 10 I get this error calling TeXForm on solution obtained from DSolve. No error in V 14. This is known error. see how-to-catch-this-error-...