centering Sympy output in PDF #6403
-
DescriptionHello Im using Quarto to create a documentation (book structure) with some calculations, done in Sympy. The goal is to create a PDF with all my calculation-output centered. title: "Rayleigh-Quotienten"
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@PascalGitz Thanks for the message. I believe this is a question to the SymPy community. Have you look at SymPy's configuration for printing LaTeX: https://docs.sympy.org/latest/tutorials/intro-tutorial/printing.html? |
Beta Was this translation helpful? Give feedback.
Hello @rgaiacs
Thanks for the quick response. You are absolutely right. I was able to solve my problem by using this printingsettings.
sp.init_printing(use_latex='mathjax', latex_mode='equation*')