如何使用A4纸与研讨会套餐和PostScript?

发布于 2024-11-24 20:42:12 字数 1062 浏览 2 评论 0 原文

我有很多用研讨会包和 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}

I have a lot of old sizes made with the seminar package and pstricks.

Is it possible to rotate the slide, so it will bit on a A4 paper and still using 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你如我软肋 2024-12-01 20:42:12

你似乎已经找到了一个不错的答案。另一种方法是转换为 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.

冰雪之触 2024-12-01 20:42:12

解决了问题

latex symmetrics.tex
dvips -t landscape symmetrics.dvi
evince symmetrics.ps

Solved the problem with

latex symmetrics.tex
dvips -t landscape symmetrics.dvi
evince symmetrics.ps
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文