How to Configure a Chinese LaTeX Environment on Windows

Initially, I didn’t think this was something worth writing about, because CTex was previously working smoothly for everyone. However, it turns out that CTex hasn’t been updated…

March 31, 2021 · 3 min · 455 words · Jack Yu

How to Use Docker on Windows

I had to install Docker on Windows to reproduce a bug.

April 13, 2020 · 2 min · 269 words · Jack Yu

How to Start a PowerShell Script in the Background at Windows Startup

Note: Start-Process seems to perform a fork-like action, and by default, it opens a new PowerShell window to execute. That’s why -WindowStyle Hidden is added at the end. You can’t…

January 14, 2020 · 1 min · 110 words · Jack Yu