总体原则
学习苹果发布会风格
但是我觉得苹果太简洁了,学术ppt必须也有内容。大图,大字,只写数据、结论、关键字。
想好目的听众是谁,是某个管钱的还是某个会议的伪同行或者某些大佬。因为不可能一份照顾到所有人,最终目的是预设的听众听得爽就行了。
制作原则:
1所有出现的都要解释
2不要让他们看到他们现在不需要看到的东西。(帮他们理清逻辑)
3数学公式只放结果,不推导。(懂的自然懂,不懂的也不可能看一下ppt就懂)
4”pretty, pretty, pretty”
5”clean, clean, clean”
6结论清晰(开会一天听十多个,保证别人累了一天还能记住你的结论)
注意时间
这一点也很重要,在制作PPT的时候,一定要做到腹稿、逐字稿、PPT、演讲四者统一。千万不要定稿PPT之后,又觉得不严谨,反复加一堆东西上去,最后导致逻辑混乱,演讲超时。不过我觉得你也不敢在大佬面前乱讲hhh
腾讯会议ppt播放实现
实现共享主界面,自己看备注
首先开始放映,然后变成窗口模式,然后共享主屏幕,再切换到复平面
Latex编辑ppt,用代码体现简洁
以 Markdown 撰写文稿,以 LaTeX 排版
前几天,我发现了 markdown
宏包,它能够更好地平衡 Markdown 的便捷性和 LaTeX 对样式的控制能力和对数学公式的排版能力。并且,我认为在熟练使用它之后,可以更好地实现 LaTeX 设计之初的愿望:内容与样式分离。
阅读原文:https://liam.page/2020/03/30/writing-manuscript-in-Markdown-and-typesetting-with-LaTeX/
latex一些排版要求和模板
https://www.latexstudio.net/index/lists/index/type/2/cate/13.html
软件下载与安装
LaTeX+TexStudio安装与使用
安装宏包,更改安装源
ppt常用宏包 ——beamer
安装
手动安装完包之后要更新索引
MikTeX: initexmf –update-fndb;或者使用GUI,即Start -> All Programs -> MikTex -> Settings(admin)下第一个tab,点击“Refresh FNDB”按钮即可
最基本的模板-baseline 转载
封面部分
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| \documentclass[11pt]{beamer} \usetheme{Madrid} \usepackage{graphicx} \usepackage{subfigure} \usepackage[english]{babel} \usepackage{times} \usepackage[T1]{fontenc} \usepackage{ctex}
\begin{document} %\begin{frame} \title[Work Summary]{Work Summary} \author[Author]{Author} % 显示作者 \institute[WHU]{Wuhan University} % 设置学院机构 \date{\today} % 显示日期 \logo{\includegraphics[width=1.8cm,height=1.8cm]{1.png}} \begin{frame} \titlepage \end{frame}
|
1.png可以换成自己学校的校徽
目录部分
1 2 3 4 5 6 7 8 9 10 11 12
| \section[Contents]{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \frame { \frametitle{\secname} \tableofcontents } \AtBeginSubsection[] { \frame<handout:0> { \frametitle{Contents} \tableofcontents[current,currentsubsection] } }
|
正文
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
| \section{Section1} \subsection{1.1} \begin{frame}[fragile] \frametitle{A} \end{frame}
\subsection{1.2} \begin{frame}[fragile] \frametitle{B} \end{frame}
\section{Section2} \subsection{2.1} \begin{frame}[fragile] \frametitle{C} \end{frame}
\subsection{2.2} \begin{frame}[fragile] \frametitle{D} \end{frame}
\section{Section3} \subsection{3.1} \begin{frame}[fragile] \frametitle{E} \end{frame}
\subsection{3.2} \begin{frame}[fragile] \frametitle{F} \end{frame}
|
插入图片
注意:照片必须放在“.tex”文件相同的文件夹
1 2 3 4 5 6 7 8
| \begin{frame}[fragile] \frametitle{Pearson Correlation} \begin{figure}[h]%%图 \centering %插入的图片居中表示 \includegraphics[width=0.9\linewidth]{Result_heatmap.png} \caption{Pearson Correlation Heatmap} %图片的名称 \end{figure} \end{frame}
|
列举
1 2 3 4 5 6 7 8 9 10
| \subsection{1.2} \begin{frame}[fragile] \frametitle{B} \begin{itemize} \item 1 Hello World \item 2 Hello World \item 3 Hello World \item 4 Hello World \end{itemize} \end{frame}
|
定义
1 2 3 4 5 6 7 8
| \section{Section2} \subsection{2.1} \begin{frame}[fragile] \frametitle{C} \begin{block}{定义} Definition: \end{block} \end{frame}
|
公式
对公式不熟悉的话,可以参考这个网站:https://www.codecogs.com/latex/eqneditor.php
1 2 3 4 5 6 7 8 9
| \subsection{2.2} \begin{frame}[fragile] \frametitle{D} \begin{block}{Scaling} $$ x^* = \frac{x - x_{min}}{x_{max} - x_{min}} $$ \end{block} \end{frame} %若要公式单独成一行使用 $$ $$ %若要公式不单独一行 $ $
|
插入表格
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| \section{Section3} \subsection{3.1} \begin{frame}[fragile] \frametitle{E} \begin{table}[] \begin{tabular}{|c|c|c|} \hline index & yD & y2 \\ \hline x1 & 3.347& 1.330\\ \hline x2 & 828.885& 172.967\\ \hline x3 & 0.819& 0.492\\ \hline x4 & 227.881& 63.610\\ \hline \end{tabular} \caption{表格} \end{table} \end{frame}
|
对于表格不熟悉的话,也可以使用如下在线编辑网站:
http://www.tablesgenerator.com
编辑完成后再将代码粘贴到tex文件
若表格过长可以选择调整字体大小
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| \tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge
|
结束