1. 程式人生 > >LaTeX模板

LaTeX模板

body msu metro man pro cal gin etc inf

學校linux機子根本跑不動libreoffice,wps沒有公式,只好上LaTeX了。

先 beamer:
需要安裝firasans和firamono字體

\documentclass[10pt]{beamer}

\usetheme[progressbar=frametitle]{metropolis}
\usepackage{appendixnumberbeamer}

\usepackage{booktabs}
\usepackage[scale=2]{ccicons}

\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}

\usepackage{xspace}
\newcommand{\themename}{\textbf{\textsc{metropolis}}\xspace}

\usepackage[BoldFont,SlantFont,CJKchecksingle]{xeCJK}
\setCJKmainfont[BoldFont=SimHei]{SimSun}
\setCJKmonofont{FangSong}
\setCJKsansfont{SimHei}

\title{Metropolis}
\subtitle{A modern beamer theme}
% \date{\today}
\date{} \author{Matthias Vogelgesang} \institute{Center for modern beamer themes} % \titlegraphic{\hfill\includegraphics[height=1.5cm]{logo.pdf}} \begin{document} \maketitle \begin{frame}{Table of contents} \setbeamertemplate{section in toc}[sections numbered] \tableofcontents[hideallsubsections] \end{frame} \begin{frame}{test} 你好,\LaTeX{}. 假設 $x=1$ ,則有 $a = \sum_{i=1}^{+\infty}\mu(d)f(\frac{n}{d})$。 \end{frame} \end{document}

LaTeX模板