Skip to content
#

equation

Here are 238 public repositories matching this topic...

korsbo
korsbo commented Jul 17, 2018

We really should be testing each and every feature of Latexify and currently we are not.

Test generation is made easy by a macro that we supply:

using Latexify
@Latexify.generate_test latexify("x/y")

generates a test and puts it in your clipboard to be pasted:

@test latexify("x/y") == 
raw"$\frac{x}{y}$"

One just have to make sure that the test does ac

pytexit
jon-durand
jon-durand commented Oct 20, 2021

Hi I was playing with this package and was trying to set the printing parameters globally like this:

py2tex.print_formula = False

But it had no effect within my Jupyter Notebook (specifically Google Colab).
It only worked when done for each function call like this:

py2tex('x = 2*sqrt(2*pi*T_e/m_e)*(DeltaE/(T_e))**2*a_0**2 * k',print_latex=False, print_formula=True)
good first issue

Improve this page

Add a description, image, and links to the equation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the equation topic, visit your repo's landing page and select "manage topics."

Learn more