This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="/home/USERNAME/miniconda3/bin:$PATH" |