Categories
Tags
Algorithm ASCII Blog Building Blogging C Lang C++ Calculas CMake Coding Combination Theory Computer Architecture CS CS100 CS101 CS110 CS50X Customization Data Science DATA100 Demo Discrerte Math Docker Economics Example Fonts Fuwari HEXO Jottings LaTeX Linux LLM Translation Markdown Marp Methodology Neovim Number Theory Proxy Reading Revised Translation Slides STU Table Unfinished Video WSL
Synchronizing Windows Fonts with WSL for LaTeX Typesetting
2024-05-15
Recently, while working on my writing projects in WSL (Windows Subsystem for Linux), I encountered issues with the limited font selection when using XeLaTeX to compile my documents. XeLaTeX, a popular LaTeX compiler, relies on the system font library, which means maintaining the font library in WSL is crucial for a smooth typesetting experience. To address this problem, I decided to explore ways to synchronize the fonts installed on my Windows system with WSL.
501 words
|
3 minutes
CS110 Project 2.2
2024-05-10
A RV32C Toy CPU running RVC instructions. (Individual Project)
1277 words
|
6 minutes