码迷,mamicode.com
首页 > 其他好文 > 详细

LaTeX模板

时间:2018-01-27 20:13:04      阅读:569      评论:0      收藏:0      [点我收藏+]

标签:res   idea   模板   msu   command   template   day   gre   hid   

学校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模板

标签:res   idea   模板   msu   command   template   day   gre   hid   

原文地址:https://www.cnblogs.com/poorpool/p/8366900.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!