如何使用A4纸与研讨会套餐和PostScript?
我有很多用研讨会包和 pstricks 制作的旧尺寸。
是否可以旋转幻灯片,使其咬住 A4 纸并仍然使用 PostScript?
\documentclass[a4]{seminar}
\usepackage{pstcol,pstricks,pst-text}
\usepackage{fancybox,times,slidesec}
\usepackage{graphicx,amsmath,amsfonts}
\usepackage{semcolor,epsfig,changebar,rotating,multicol}
\newsavebox\headbox
\renewcommand{\makeslideheading}[1]{%
\gdef\theslideheading{#1}%
\begin{lrbox}{\headbox}\large\bfseries#1\end{lrbox}%
\begin{center}\ovalbox{\usebox\headbox}\end{center}}
\newpagestyle{cern}
{{\color{red}\small \textbf{+}\hfil \today \hfil \textbf{+}}}
{{\color{black}\small \textbf{+}\hfil \thepage \hfil \textbf{+}}}
\pagestyle{cern}
\date{\vspace{-0.20 cm}2009}
\title{\bf A}
\author{
me
}
\begin{document}
\slideframe{shadow}
%\slideplacement{here}
\setlength\paperwidth{210mm}
\setlength\paperheight{297mm}
\input{sem-page.sty}
\setlength\slidewidth{208mm}
\setlength\slideheight{160mm}
\renewcommand\slideleftmargin{1.0in}
\renewcommand\sliderightmargin{1.0in}
\begin{slide}
\maketitle
\end{slide}
\end{document}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你似乎已经找到了一个不错的答案。另一种方法是转换为 pdf (
ps2pdf
),然后使用强大的 PDF 工具包 (pdftk
)可在 Ubuntu 存储库中找到。you seem to already have found a decent answer. Another method would be to convert to pdf (
ps2pdf
) then use the powerful PDF toolkit (pdftk
) which is available in the Ubuntu repositories.解决了问题
Solved the problem with