LaTeX render wrong
See original GitHub issueEnvironment data
- VS Code version: 1.40
- Extension version (available under the Extensions sidebar): 2019.11.50794
- OS and version: win10 1803
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.0 32-bit
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Relevant/affected Python packages and their versions: jupyter 1.0.0
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"
set to; more info microsoft/vscode-python#3977): XXX
Expected behaviour
this is from chrome
Actual behaviour
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
- open a new ipynb file
run
from sympy import init_printing
init_printing()
import sympy
x=sympy.symbols('x')
sympy.integrate(sympy.Si(x)/x,x)
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
XXX
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
XXX
Besides , someone told me that python 3.6.7 can solve this problem(that ideal photo is from him). Which maybe helpful.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top Results From Across the Web
compilation error - Overleaf cannot render any LaTex - TeX
I'm new to overleaf and I'm trying to render a basic document and I get: "PDF Rendering Error Something went wrong while rendering...
Read more >LaTeX render wrong · Issue #2686 · microsoft/vscode-jupyter
LaTeX render wrong #2686 ... Workaround for the problem is passing the option latex_mode='equation' to init_printing :.
Read more >PDF Rendering Error in Latex - YouTube
PDF Rendering Error Something went wrong while rendering this PDF || PDF Rendering Error in Latex. 8K views · 2 years ago ...more ......
Read more >Latex rendering error - Resolved help - Obsidian Forum
When I type Latex formula like this $$ D_{n}=\left|\begin{array}{ccccc} a ... Latex rendering error ... I think there is something wrong.
Read more >Math on GitHub: The Good, the Bad and the Ugly | techematics
The syntax. Getting only one of Markdown and LaTeX rendering right is a big challenge. Mixing them together gets you in all kinds...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have been troubled by the same issue. As @wuyudi said, Python 3.6.7 can solve this problem. Workaround for the problem is passing the option
latex_mode='equation'
toinit_printing
:@nielsgl Maybe
One Dark Pro
?I turn it off , and it looks like this: