py2tex icon indicating copy to clipboard operation
py2tex copied to clipboard

Convert Python to LaTeX pseudocode (algorithmicx)

Results 2 py2tex issues
Sort by recently updated
recently updated
newest added

Hello? I have tried to run the basic example in the floder of 'Examples". But according to the "README", I can not run the "./generateLatex.sh" file in annoconda. can you...

Thanks for this code. I get an attribute error when doing a for-in loop. ``` def foo(): a = ["a", "b"] b = "c" for val in a: b =...