Latex Beamer简单模板

\documentclass[nofonts]{beamer}

%使用ctex宏包支持中文
\usepackage{ctex}
%支持表格样式
\usepackage{booktabs}

%设置中文字体
\setCJKmainfont[ItalicFont={AR PL UKai CN}]{Droid Sans Fallback}

%使用beamer默认主题
\usetheme{AnnArbor}
%使用颜色主题
\usecolortheme{beaver}

\begin{document}

%定义封面信息
\title{Test}
\author{Zhu Yi}
\date{\today}

%封面页
\begin{frame}[plain]
    \titlepage
\end{frame}

%目录页
\begin{frame}[plain]{目录}
    \tableofcontents
\end{frame}

%开始ppt正文
\section{第一部分}
    \begin{frame}{这是标题}{这是副标题}
        % 列布局
        \begin{columns}[onlytextwidth]
            % 将ppt按列分为1:8:1 三个区域
             \column{.1\textwidth}
             \column{.8\textwidth}
            % 有序列表
             \begin{enumerate}
                 \item 有序列表项1
                 \item 有序列表项2
                 \item 有序列表项3
                     % 无序列表
                     \begin{itemize}
                         \item 无序列表项1
                         \item 无序列表项1
                     \end{itemize}
             \end{enumerate}
             \column{.1\textwidth}
         \end{columns}
    \end{frame}

\section{第二部分}  
    \begin{frame}{一个美丽的公式}
        $$\alpha = \sum_{i=1}^M$$
    \end{frame}

    \begin{frame}{一个美丽的表格}
    \begin{table}[htbp]
        \caption{交叉验证结果}
        \centering
            \begin{tabular}{ccccc}
                \toprule
                OrgNF   &  PrecisionBefore  & Precision &   Recall & F-Measure \\  
                \midrule
                100 &  0.578 & 0.581 &   0.449   &  0.442 \\
                500 &  0.747 & 0.738 &   0.703   &  0.706 \\
                700 &  0.767 & 0.766 &   0.745   &  0.746 \\
                1000 & 0.774 & 0.795 &   0.767   &  0.770  \\
                2000 & 0.792 & 0.851 &   0.842   &  0.842 \\
                5000 & 0.808 & 0.873 &   0.869   &  0.868 \\
                \bottomrule
            \end{tabular}
    \end{table}

    \end{frame}

\end{document}
  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值