Skip to content

Instantly share code, notes, and snippets.

@yvanst
yvanst / beamer.tex
Created August 11, 2018 12:28
latex beamer setup
\documentclass[aspectratio=169]{beamer}
\usepackage{graphicx}
\usepackage[UTF8,fontset=none]{ctex}
\usepackage{hyperref}
\usepackage{amsmath}
\hypersetup{colorlinks=true}
\graphicspath{{../img/}}
\setCJKmainfont{思源黑体 CN Medium}
@yvanst
yvanst / org2beamer.org
Last active January 7, 2020 04:04
org mode export to beamer
We couldn’t find that file to show.
@yvanst
yvanst / sequence.org
Created June 22, 2019 02:03
泳道图
actor User
participant "前端" as A
participant "View" as B
participant "Model" as C


User -> A: 待求解方程
activate A