Latex Beamer PPT 左边文字右边图片,分栏显示

\begin{frame}{Previous model}{Secert Sharing Scheme}
\begin{columns}
	\column{0.5\textwidth}
	\begin{itemize}
		\item {
			A $(t,n)$ threshold secret sharing scheme allows a dealer to split her secret $s$ into $n$ pieces (also called shares) and distribute them among $n$ parties. 
		}
		\item {
			In a threshold scheme any $t$ or more than $t$ shareholders can reconstruct the secret. 
		}
	\end{itemize}\
	\bigskip
	\bigskip
	\bigskip
	\bigskip
	\bigskip
	\bigskip
	\column{0.5\textwidth}
	\begin{figure}
		\centering
		% Requires \usepackage{graphicx}
		\includegraphics[width=6cm]{academic_presentation_figures/secert_sharing_figures.pdf}
		\caption{secret sharing scheme}
		\label{secert_sharing_figures}
	\end{figure}
\end{columns}
\end{frame}
————————————————
版权声明:本文为优快云博主「worm _catch_rice」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.youkuaiyun.com/qq_39926919/article/details/102996686

https://blog.youkuaiyun.com/qq_39926919/article/details/102996686

### 如何在 LaTeX Beamer 中为幻灯片添加侧边栏注释 在 LaTeX Beamer 中实现幻灯片侧边栏的文字或注释功能,可以通过 `\marginnote` 命令或者自定义列布局来完成。以下是两种常见的方法: #### 方法一:使用 `marginnote` 宏包 通过引入 `marginnote` 宏包,可以在幻灯片的边缘位置放置注释文字。此宏包允许指定注释的位置以及其相对于正内容的距离。 ```latex \documentclass{beamer} \usepackage{marginnote} \begin{document} \begin{frame}{带有侧边注释的幻灯片} 这是一些主要内容。\marginnote{这是侧边栏中的注释}[0.5cm] % 注释距离当前行垂直偏移量可选 可以继续写更多内容而不受干扰。 新的一段内容也可以有自己的注释。\marginnote{另一个注释} \end{frame} \end{document} ``` 上述代码中,`\marginnote` 的参数指定了要显示的注释本[^3]。第二个方括号内的数值表示该注释相对当前位置向上的位移大小(单位为厘米),如果不需要调整高度,则可以省略这一项。 --- #### 方法二:利用多列布局模拟侧边栏效果 另一种方式是借助 Beamer 提供的分栏机制——即通过 `columns` 环境手动划分页面区域为主体区和备注区两部分。 ```latex \documentclass{beamer} \begin{document} \begin{frame}{带侧边栏的手动分区示例} \begin{columns}[T] % 'T' 表示顶部对齐各列的高度 \column{0.7\textwidth} % 主体宽度占总宽的 70% 正常书写您的主要演示材料在这里... \column{0.3\textwidth} % 备注/注释区占据剩余空间 (约 30%) \tiny % 调整字体尺寸以便容纳更多信息 - 关于主体的第一条补充说明\\ - 第二条更详细的解释性描述\\ - 如果需要还可以加入列表项目符号等格式化样式. \end{columns} \end{frame} \end{document} ``` 在此种情况下,左侧较大比例用于展示核心信息,侧较小的比例则用来承载辅助性的提示或是进一步阐述的信息片段[^4]。 --- 以上介绍了两种不同的技术手段达成目标需求,具体选用哪一种取决于实际应用场景和个人偏好。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值