Skip to content

Instantly share code, notes, and snippets.

View Zhenlin-Xu's full-sized avatar
🎯
Focusing

Zhenlin (Gavin) Xu Zhenlin-Xu

🎯
Focusing
View GitHub Profile
@Zhenlin-Xu
Zhenlin-Xu / beamer.tex
Created June 18, 2022 11:24
Minimal Beamer Code
\documentclass{beamer}
\usetheme{Madrid}
\title{A quick \LaTeX \space notebook}
\subtitle{For papers and beamers}
\author{Gavin XU}
\institute{Delft University of Technology}
\date{\today}
\begin{document}
@Zhenlin-Xu
Zhenlin-Xu / gist:8c052b699bc79de86285db90a585d9f0
Created October 5, 2024 09:08
[Python] Conda command not found, after running the miniconda installation script in linux
export PATH="/home/USERNAME/miniconda3/bin:$PATH"