mryuans

Results 3 comments of mryuans

I also have had this problem for months. It seems that the **.tex** file can't be written, so do the **.log** (by the way, it seems that the problem is...

I have found a solution after checking the **TemporaryDirectory** class: ``` ... # provide an actual directory with tempfile.TemporaryDirectory(dir=r"C:\tmp\temp_latex_base") as temp_dir: temp_dir = temp_dir.replace(r"ADMINI~1", "Administrator") #

This is an example of the usage of rotate_vector in 3B1B's video in _2018 dir_curl: ``` class Introduction(MovingCameraScene): CONFIG = { "stream_lines_config": { "start_points_generator_config": { "delta_x": 1.0 / 8, "delta_y":...