MaTeX icon indicating copy to clipboard operation
MaTeX copied to clipboard

LaTeX labels in Mathematica

Results 7 MaTeX issues
Sort by recently updated
recently updated
newest added

--- name: AbsoluteFilename Issue about: Error message when loading MaTeX title: '' labels: '' assignees: '' --- **Bug description** Whenever MaTeX is loaded in Mathematica 13.1, the following error occurs:...

When hovering over any MaTeX function, it will be nice to have the information icon point to the documentation like shown here: https://reference.wolfram.com/language/workflow/FindHelpOnAFunction.html.

As of version 1.7, MaTeX only supports inline math. It achieves the display style look using `\displaystyle`. There are certain commands that only work in display mode, such as `\begin{multline}`...

enhancement

I have a Windows machine, which don't have LaTeX installed, but I have install TeX in windows subsystem in Linux, so how to config MaTeX to use LaTeX installed in...

enhancement

``` MaTeX["\\feyn{!{fA}p f!{glBV}k !{glSA}l a\\vertexlabel_{p+k-l} ff} ", "Preamble" -> {"\\usepackage{feyn}"}, Magnification -> 3] ``` ![image](https://cloud.githubusercontent.com/assets/1212871/22929783/ab5c7cce-f2bd-11e6-9181-ba9d7f7b9cd5.png)

**Describe the bug** I want to use MaTeX/LaTeX font as ticks for the contour/density plot I'm doing. Mathematica states that Ticks is not an option for BarLegend. After some research...

**Describe the bug** MaTex is unable to communicate with PDF.exe for characters in the wasysym package like `\\leftmoon` **To Reproduce** ``` Needs["MaTeX`"] In[34]:= MaTeX["M_{\\leftmoon }", "Preamble" -> {"\\usepackage{wasysym}"}] During evaluation...