%章节标题
\section{Related work(LSH)}
%开始一页ppt
\begin{frame}{Related work}{} \partitle{Locality-Sensitive Hashing, LSH} \\ \vspace{1ex} \qquad LSH reduces the dimensionality of \alert{high-dimensional data}. LSH hashes input items so that similar items map to the same “buckets” with high probability. \footnote{Locality-Sensitive Hashing, LSH. Wikipedia} \vspace{2ex}
%插入图片
\begin{figure}[H]
\includegraphics[width=6cm,height=3cm]{2}
\hspace{3ex}
\includegraphics[width=4cm,height=3cm]{3}
\end{figure} \end{frame}

下面是整个ppt的模板

\documentclass[10pt, aspectratio=43]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{verbatim}
\usepackage{amsmath, amsfonts, amssymb, amsthm, bm}
\usepackage{graphicx, tikz, pgfplots}
\usepackage{times, courier, verbatim}
\usepackage{multicol, multirow}
\usepackage{booktabs}
\usepackage{caption}
%\usepackage[UTF8,noindent]{ctexcap}
\usetheme{CambridgeUS}
\usecolortheme{seahorse}
%主题:AnnArbor Antibes Bergen Berkeley Berlin Boadilla boxes CambridgeUS Copenhagen Darmstadt default Dresden Frankfurt Goettingen Hannover Ilmenau JuanLesPinsLuebeck Madrid Malmoe Marburg Montpellier PaloAlto Pittsburgh Rochester Singapore Szeged Warsaw
%颜色:albatross beaver beetle crane default dolphin dove fly lily orchid rose seagull seahorse sidebartab structure whale wolverine \defbeamertemplate*{footline}{myfootline}
{%
\leavevmode%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.5ex,dp=1.125ex,center]{author in head/foot} Shan Yiran %
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.5ex,dp=1.125ex,center]{subsection in head/foot} Group\_meeting %
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.5ex,dp=1.125ex,center]{time in head/foot}
\usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}%
\vskip0pt%
} \newcommand{\partitle}[1]{\underline{\textbf{\large#1}}}
\setlength{\columnsep}{2ex}
\setbeamertemplate{items}[ball]
%\renewcommand\thesection{\arabic{section}}
%\renewcommand\thesubsection{\thesection.\arabic{subsection}} \begin{document}
\setbeamertemplate{footline}{}
\bibliographystyle{unsrt}
\title{Graph Neural Networks}
\subtitle {A review of Methods and Applications}
\author{Shan Yiran}
\institute {BNRIST Bioinformatics Division\\ Department of Automation \\Tsinghua University,Beijing 100084, China
}
\date{\today}
\setbeamercovered{invisible}
\setbeamertemplate{navigation symbols}{}
%第一页ppt
\begin{frame}
\titlepage
\end{frame} \begin{frame} \begin{center}
\includegraphics[width=1\linewidth]{1}
\end{center} \end{frame}
%测试ppt
\begin{frame}
\frametitle{Frame title}
\begin{block}{Observation 1}
Simmons Hall is composed of metal and concrete.
\end{block}
\begin{exampleblock}{Observation 2}
Simmons Dormitory is composed of brick.
\end{exampleblock}
\begin{alertblock}{Conclusion}
Simmons Hall $\not=$ Simmons Dormitory.
\end{alertblock}
\end{frame} %第二页ppt \begin{frame}
\frametitle{Frame title}
\begin{block}{Observation 1}
Simmons Hall is composed of metal and concrete.
\end{block}
\begin{exampleblock}{Observation 2}
Simmons Dormitory is composed of brick.
\end{exampleblock}
\begin{alertblock}{Conclusion}
Simmons Hall $\not=$ Simmons Dormitory.
\end{alertblock}
\end{frame} \setbeamertemplate{footline}[myfootline] \begin{frame}{Content}
\setbeamertemplate{section in toc}[]
\tableofcontents[]
\end{frame} \AtBeginSection[] {
\begin{frame}<beamer>
\frametitle{Content}
\tableofcontents[currentsection]
\end{frame}
} \section{The fundamental computing problem} \begin{frame}{The fundamental computing problem}{} \partitle{The query of High dimension data} \\ \vspace{1ex} \qquad \alert{Large-scale} and \alert{high dimension data} attracts more and more attention. \vspace{2ex} The specific application: \begin{itemize}
\item Duplicate checking
\item Identifying similar images in a database
\item Identifying similar documentson the web
\item Image retrieval
\item Music retrieval
\item Fingerprint matching
\end{itemize} \vspace{1ex} \end{frame} \section{Related work(LSH)} \begin{frame}{Related work}{} \partitle{Locality-Sensitive Hashing, LSH} \\ \vspace{1ex} \qquad LSH reduces the dimensionality of \alert{high-dimensional data}. LSH hashes input items so that similar items map to the same “buckets” with high probability. \footnote{Locality-Sensitive Hashing, LSH. Wikipedia} \vspace{2ex} \end{frame} \section{The fly algorithm } \begin{frame}{The fly algorithm}{based on the fly olfactory circuit} \partitle{The fly algorithm principle} \\ \vspace{1ex} \qquad The fly circuit assigns
\alert{similar neural activity patterns} to similar odors, so that behaviors learned from one odor can
be applied when a similar odor is experienced. \vspace{2ex} \end{frame} \section{Differences between Fly \& LSH} \begin{frame}{Differences between Fly \& LSH}{} \partitle{The fly algorithm principle} \\ \vspace{1ex} \begin{itemize}
\item Sparse, binary random projections VS Dense,
Gaussian random projections
\item Expands the dimensionality VS Reduces
the dimensionality
\item The higher-dimensionality representation
VS A dense representation.
\end{itemize}
\vspace{2ex} \end{frame} \section{Result} \begin{frame}{Result\&Conclusion}{} \partitle{Overall comparison between the fly algorithm and LSH.} \\ \vspace{1ex} \partitle{Conclussion: AI already has olfactory systems...} \end{frame} \begin{frame}{}{}
{\centering\begin{center}
\bf \Huge Thanks!
\end{center} }
\end{frame} \end{document}

编译器的设置:

下面是具体的一些小贴士和实现效果,持续更新中...

1.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

文字加入边框:(exampleblock)

\begin{frame}
\frametitle{Frame title}
\begin{block}{Observation 1}
Simmons Hall is composed of metal and concrete.
\end{block}
\begin{exampleblock}{Observation 2}
Simmons Dormitory is composed of brick.
\end{exampleblock}
\begin{alertblock}{Conclusion}
Simmons Hall $\not=$ Simmons Dormitory.
\end{alertblock}
\end{frame}

效果

2.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

举例

\begin{frame}
\begin{enumerate}
\item haha \textbf{PGF}: dd \textbf{TikZ}: dd \item dd: dd(dd、2-dd-dd)
\item dd:dd
\end{enumerate}
\end{frame}

效果

3.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

双栏

\begin{frame}[t]{Main Title}{Subtitle}
\begin{columns}
\begin{column}[T]{0.5\textwidth}
\includegraphics[width=\textwidth]{1}
\end{column}
\begin{column}[T]{0.5\textwidth}
blah, blah, blah...
\end{column}
\end{columns}
\end{frame}

latex beamer技巧的更多相关文章

  1. 使用Markdown+Pandoc+LaTex+Beamer制作幻灯片

    概述 为什么使用markdown? mardown是一种轻量级的标记语言,语法简单,可读性好,并且容易转化成其他格式的文档, 在技术文档撰写中得到越来越广泛的应用.相信大家对markdown都有一定了 ...

  2. Latex小技巧

    最近由于离散数学课程作业的需要, 使用$\LaTeX$写pdf报告, 积累了一些$\LaTeX$小技巧, 以后还会陆续补充. 1. 查看某个包的使用手册, 在命令行中输入texdoc XXX, 其中X ...

  3. [整理][LaTex]小技巧之——首行缩进

    0. 简介 在LaTex编辑时,有时会遇到这样一个有关于首行缩进的问题.在汉语环境的编辑下,习惯上每段会进行一个两个字的缩进.但是在默认编辑模式下,一个章节下的首段是没有首行缩进的,本文的目的主要是解 ...

  4. LaTex 小技巧

    首行缩进 参考:小技巧之--首行缩进 %-------------------------------------------------------------------------------- ...

  5. Latex beamer

    使用明体(gbsn)和楷体(gkai)两种字型.以下的编程是一开始的宣告,并自动生成第一张封面投影片. \documentclass[cjk]{beamer}\usepackage{CJKutf8}\ ...

  6. LaTeX使用技巧

    使用LaTex的方法: (1)推荐一个手写公式.自动生成LaTex的网站——Web Equation. (2)如果会LaTex,可以直接用在线LaTex编辑 (3)从mathtype转换: 首先打开文 ...

  7. LaTeX小技巧——File ended while scanning use of \@writefile错误的

    早上在修改编译论文时发现了这个问题,仔细检查代码并没发现错误,一时也找不到具体的解决办法.我一直以为是因为runaway argument的错误提示,可实际上就是因为aux文件没有完整输入,导致上次编 ...

  8. latex beamer 插入代码

    有网友在beamer中使用mcode也就是 listings 输出源代码时遇到如下错误: Runaway argument?! Paragraph ended before \lst@next was ...

  9. Latex 文本编辑技巧

    临时取消首行缩进 \noindent 生成随机文本 \usepackage{lipsum} \begin{document} \lipsum \end{document} 多栏模式 \usepacka ...

随机推荐

  1. Active Directory Users and Computers 安装与使用(win7&win10)

    一.         ADUC安装 根据自己电脑所使用的Windows操作系统,找到对应的ADUC管理工具补丁包点击下载后安装. Windows7补丁下载链接:https://www.microsof ...

  2. 百度之星 2019 预赛三 A 最短路 1

    题目链接 分析 异或运算满足「三角不等式」. $\forall a, b, c \in \mathbb{Z}_{\ge 0}$,有 $a \xor b \le (a \xor c) + (c \xor ...

  3. php点击链接直接下载文件写法

    down.php <?php $file = "avater.jpg"; //计算机上的一个文件 $fileName = basename($file); //获取文件名 h ...

  4. dict 小习题

    1.请将列表中的每个元素通过 "" 链接起来. users = ['大黑哥','龚明阳',666,'渣渣辉'] a='' for i in users: i=str(i) a=a+ ...

  5. python之self的理解

    一.self的位置是出现在哪里? 首先,self是在类的方法中的,在调用此方法时,不用给self赋值,Python会自动给他赋值,而且这个值就是类的实例--对象本身.也可以将self换成别的叫法例如s ...

  6. 2018icpc宁夏邀请赛网络赛_G_Trouble of Tyrant

    题意 一列\(n\)个点,给定一个特殊的图,有两种边\(E(1,i)\)和\(E(i-1,i)\),多个询问,每次给一个\(d\),求所有路径长度加上\(d\)后1到\(n\)的最短路. 分析 首先这 ...

  7. RabbitMQ入门教程(二):简介和基本概念

    原文:RabbitMQ入门教程(二):简介和基本概念 版权声明:本文为博主原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csdn ...

  8. Homebrew学习(六)之替换及重置homebrew、Homebred Core、Homebrew cask默认源

    替换及重置homebrew默认源 中科大源 替换官方源: // 替换brew.git: cd "$(brew --repo)" git remote set-url origin ...

  9. 机器学习及scikit-learn

    一.机器学习以及scikit-learn 1. 机器学习基本步骤: (1)定义一系列函数  =>   (2)定义函数的优劣  =>  (3)选择最优函数 2.什么是scikit-learn ...

  10. 简单了解 node http(一)

    简单了解 node http 模块 文章记录了对http 模块的简单使用与理解. http 服务端 http 客户端 总结 1. http 服务端 先写个小例子 服务端: let http = req ...