Beamer + a0poster制作poster

1、安装latex包: Install required latex packages

beamer class (all examples with beamer v.3.07 – Note: with beamer 3.10 do NOT use option hyperref={pdfpagelabels=false})
fp package
xkeyval package (in a version supporting choice keys, e.g. v2.5f)
type1cm package for scalable and huge math fonts
paralist package

这些包都可以直接在texlive中安装,或者手动安装。

2、修改吴金闪在Philippe Dreuw and Thomas Deselaers的beamerposter基础上改写的模版(文件中一个用的是UBC模版,一个用的是BNU模版,一定要改成自己的),把内容换成自己的。
点击此处下载模版
Download and adjust the theme (.sty) file, and then edit the template (.tex) file. Those files are originally from beamerposter created by Philippe Dreuw and Thomas Deselaers.

3、编译: Compiling
latex test.tex
latex test.tex
dvipdf test.dvi
完成。

4、有的时候生成的pdf文件不包含字体,因此需要pdfviewer来解释。这时候会出现字体缺失或者错乱的问题。解决方式: Sometimes the generated pdf file does not include the embedded fonts. In this case, there will be problems in displaying some characters and symbols. In order to correctly display all fonts, you can try the following:
latex test.tex
latex test.tex
dvips test.dvi
ps2pdf -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dPDFSETTINGS=/printer test.ps

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注