Coder Social home page Coder Social logo

Missing \\ about array_to_latex HOT 4 CLOSED

josephcslater avatar josephcslater commented on June 6, 2024
Missing \\

from array_to_latex.

Comments (4)

xansiaux avatar xansiaux commented on June 6, 2024 1

Thank's a lot!
That was the problem.
Without 'print' , it works.
Have a good day!

from array_to_latex.

josephcslater avatar josephcslater commented on June 6, 2024

I've never typed them in. Does it not compile ok?

from array_to_latex.

xansiaux avatar xansiaux commented on June 6, 2024

Thanks a lot for your answer.

And excuse me: I was thinking that the code doesn't compile without backslashes, but it does.

I compile with miktex2.9:

\begin{pycode}
import numpy as np
import array_to_latex as a2l

A = np.array([[1.23456, 23.45678],[456.23, 8.239521]])
print(str(a2l.to_ltx(A, frmt = '{:6.2f}', arraytype = 'pmatrix')))
\end{pycode}

and I obtain this:
image

I don't understand why.
Sorry.

from array_to_latex.

josephcslater avatar josephcslater commented on June 6, 2024

I don't either, but you're running python inside LaTeX so it could be on the LaTeX side. In python, it works fine.

The str command is likely unnecessary. In fact, the print command isn't necessary either. It results in the extra "None" you see.

image

from array_to_latex.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.