```tex \documentclass{beamer} \usepackage{tikz} \usecolortheme{Blackboard} \setbeamertemplate{background}[grid][step=1mm,color=bottlegreen!102] \setbeamertemplate{navigation symbols}{} \begin{document} \begin{frame}[t] \vspace{-6.75mm}\hspace{-11.3mm} \begin{tikzpicture}[x=1mm,y=1mm,overlay] % outer frame \draw[draw=none,fill=kerria] (0, 0) rectangle (128, -1); \draw[draw=none,fill=kerria] (0, 0) rectangle (1, -96); \draw[draw=none,fill=brown] (0, -96) -- (1, -95) -- (128, -95) -- (128, -96) --cycle; \draw[draw=none,fill=brown] (128, 0) -- (127, -1) -- (127, -96) -- (128, -96) --cycle; % frame plate \draw[draw=none,fill=goldbrown] (1, -1) rectangle (127, -3); \draw[draw=none,fill=goldbrown] (1, -1) rectangle (3, -95); \draw[draw=none,fill=goldbrown] (125, -1) rectangle (127, -95); \draw[draw=none,fill=goldbrown] (1, -93) rectangle (127, -95); % inner frame \draw[draw=none,fill=brown] (3, -3) rectangle (125, -4); \draw[draw=none,fill=brown] (3, -3) rectangle (4, -93); \draw[draw=none,fill=kerria] (3, -93) -- (4, -92) --(125, -92) -- (125, -93) -- cycle; \draw[draw=none,fill=kerria] (125, -3) -- (124, -4) -- (124, -93) -- (125, -93) -- cycle; % eraser \draw[draw=none,fill=navyblue] (106.5, -91) rectangle (117.5, -93); \draw[draw=none,fill=satsuma] (106, -89.5) rectangle (118, -91); \draw[draw=none,fill=sepia] (111, -91) rectangle (113, -88); \shade[ball color=deepgreen] (107, -90.25) circle (0.4); \shade[ball color=deepgreen] (109.5, -90.25) circle (0.4); \shade[ball color=deepgreen] (112, -90.25) circle (0.4); \shade[ball color=deepgreen] (114.5, -90.25) circle (0.4); \shade[ball color=deepgreen] (117, -90.25) circle (0.4); % chalks \shade[draw=none,bottom color=gray,top color=snow] (70, -91.5) rectangle (80, -93); \shade[draw=none,bottom color=gray,top color=midyellow] (82, -91.5) rectangle (92, -93); \shade[draw=none,bottom color=gray,top color=water] (94, -91.5) rectangle (104, -93); \end{tikzpicture} \end{frame} \end{document} ```

3 回答3

0
一个frame环境是一帧,也就是一页slide。将你的一页演示文稿的内容写的一个frame环境中,就可以了。使用细节,请查阅说明,有人把说明书翻译了,去 [www.latexstudio.net](www.latexstudio.net) 屋里找。
  • 在\begin{frame}[allowframebreaks]环境中,也可以使用\framebreak强制分页。 – registor 2019-09-27 08:12 回复
  • 好像我写的评论变了,删不了呢。frame环境可以有一个[allowframebreaks]参数:\begin{frame}[allowframebreaks] – registor 2019-09-27 08:12 回复
  • 回复 xftwing :没太理解你的问题,不过frame环境可以有一个\begin{frame}[allowframebreaks]参数中:\begin{frame}[allowframebreaks – registor 2019-09-27 08:10 回复
  • 假设一页的内容可以用block 来写。多页的话那些样式语句应该怎么处理,每张frame都复制那些样式语句吗 – xftwing 2019-09-26 18:55 回复
0
`beamercolorthemeBlackboard.sty` 找不到。 你可以提供一下。
0
网站的模板文件要会看, 我发的时候是把`sty` 文件放在其他文件夹的, 要拷贝过去, 或者安装在 TeX 系统里才会好用. 基本的知识要有, 不然遇到各种问题.
  • 假设一页的内容可以用block 来写。多页的话那些样式语句应该怎么处理,每张frame都复制那些样式语句吗 – xftwing 2019-09-26 18:55 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。