Hi!
When I compile from example_scenes.py the scene WriteStuff only shows this:

and the rest says error from latex to dvi.
I'm ussing Windows 7 Premium 64 bits, but the same happen in Virtual System (Virtual box) with Lubuntu 18.
Yes, I have miktex on Windows but in the Virtual System (Lubuntu 18 and Ubunto 16.04 lts) I installed TexLive and the same happen. I tried edit the template.tex, tex_template.tex and text_template.tex:
\usepackage[english]{babel}
for
\usepackage[utf8]{inputenc}
but don't works, I use another PC where I have Ubuntu 16.04 lts and runs Ok, but en Window's computer not.
Yeah, not sure why this happened. It should be fixed now.
On Thu, Sep 20, 2018 at 5:16 AM Elteoremadebeethoven <
[email protected]> wrote:
When I compile from example_scenes.py the scene WriteStuff only shows this:
[image: sintex]
https://user-images.githubusercontent.com/43224662/45817579-d17ba580-bca4-11e8-9aaa-62e51f7a243b.pngand the rest says error the latex to dvi. Please help,
I'm ussing Windows 7 Premium 64 bits, but the same happen in Virtual
System (Virtual box) with Lubuntu 18.Please help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/3b1b/manim/issues/305, or mute the thread
https://github.com/notifications/unsubscribe-auth/ALEEkPpayvIw9UrTn7dUIo6FPEP8EBHtks5uc4c0gaJpZM4WyAMA
.
Thank you a lot.
Hi!
I’m trying to print an open question mark “¿”, when I place the characters ¿, “ or \textquestiondown in a TextMobject is printed ?' despite having added in tex_template.tex the line \usepackage[utf8]{inputenc}.
I'm Windows 10 user.
Add this below of that line:
\usepackage[T1]{fontenc}
Add this below of that line:
\usepackage[T1]{fontenc}
Thank you very much for your reply!
I really appreciate you taking the time to respond! Your response has solved my problem (I had been trying for hours).
Thank you again!
Your welcome ;)