PPower4 是一个用 LaTeX 创建动态页面的后处理程序
PPower4 体统了一个很小的 LaTeX
包(pause.sty),它可以在背景保持不变的情况下插入一个着色的区域,在后处理的过程中,PPower4
将这个区域块放在新的页面,并重设页码,使得看上去仿佛是一个页面逐渐显示。另外还提供了用来设置北京颜色的
background.sty包和换页效果包pagetrans.tex -- 这实际上上hyperref.sty的一个特点。
一个用来做Slide的Latex扩展,其特点是保留Latex的\section等层次结构,能够自动生成框架索引,在beamer的安装包中还包括了一些模拟其它TeX扩展的例子。
LaTeX, pgf(
LaTeX Portable
Graphics Format)
- CTAN上分别下载beamer,pgf,xcolor,也可以到ftp://dsec.pku.edu.cn:27/linuxsoft/pub/TextGraph/TeX/Slides/beamer/beamer.rar下载三 个软件包的压缩文件;
- 把解压后的beamer,pgf,xcolor这三个目录拷贝到 texmf/tex/latex/ 下面(具体目 录可能根据
LaTeX的安装不同而改变);- 如果是Linux系统运行texhash或mktexlsr命令,安装即完成,如果是windows转步4;
- 在winedit里菜单项"Accessories"里点击 "MiKTex Options"项,点击其中的 "Refresh Now",完成。
- 具体的用法参看 beamer/doc/beameruserguide.pdf 以及 pgf/pgfuserguide.pdf.
- 编译时直接点击
PdfLatex. 编译两次可以生成pdf中的书签。- beamer/examples 下有好几个例子,包括如何使用中文(beamerexample4.tex),不 过那个例子不能编译成功,应该将其中的
\begin{CJK}{GB}{kai} ...... \end{CJK}改为\begin{CJK*}{GBK}{kai} ...... \end{CJK*}
Prosper is a LaTeX class for writing transparencies. It is written on top of the seminar class by Timothy Van Zandt. It aims at offering an environment for easily creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and such.
Prosper是一个制作透明胶片的 LaTeX 类,它基于Timothy Van Zandt的sminar类。
Prosper制作的幻灯可以实现动画效果、逐级显示等等特殊效果。 Here is a good
web that
introduces how to use Prosper for making LaTeX/PDF slides shows.
LaTeX, graphicx.sty, seminar.sty,
hyperref.sty, PSTricks, AMSLaTeX (amssymb), Ghostscript (version >= 6.0) to
produce PDF
- HA-Prosper Proper的一个扩展,支持从TeX论文中直接拷贝公式.
- Prosper-make 使得你能轻松的用几乎同样的格式来生成Slide.
- ppr-prv 表示Prosper Preview, 这个包的目标是使用Prosper制作的Slide产生可 打印版本,没页打印俩个Slide.
- DTU-style 使prosper方便使用DTU (Department of Mechanical Engineering, Technical university of Denmark) Powerpoint 样式.
相关文档
Prosper user's
manual (PDF, Frédéric Goualard)
The Prosper
package for LaTeX (PDF, Georg
Drenkhahn)
A small tour
of Prosper facilities (PDF document,
Frédéric Goualard)
使用Prosper制作幻灯片(中文PDF)
Active-DVI is a Unix-platform DVI previewer and a programmable presenter for slides written in LaTeX.
The Active-DVI user's manual
pdfscreen包能够帮助你在保持pdf文件方便打印的同时,方便在显示器上阅读。
LaTeX, hyperref.sty, pdfTeX, latex2html
for HTML output.
foiltex是一个TeX的文档类,它可以用来制作TeX幻灯片. foiltex可以通过选项来设置页眉和页脚规则以及页面内容等。宏
\MyLogo 可以用来将图片作为标识加到每一页中(放在每一页页脚的左边)
用 LaTex
命令处理foiltex源文件会得到DVI输出,用pdftex处理得到高质量的PDF文件,还可以用latex2html和foilHTML包(可以从CTAN下载)处理从而得到HTML文件输出。
LaTeX, pdfTeX, latex2html
and FoilHTML