Your message dated Fri, 14 Jan 2005 12:02:41 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #289848,
regarding seminar should give correct papersize specials to pdftex
to be marked as having been forwarded to the upstream software
author(s) Thomas Esser <[EMAIL PROTECTED]>.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---------------------------------------
Received: (at 289848-forwarded) by bugs.debian.org; 14 Jan 2005 11:08:07 +0000
>From [EMAIL PROTECTED] Fri Jan 14 03:08:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from idmailgate2.unizh.ch [130.60.68.106] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CpPJG-0001de-00; Fri, 14 Jan 2005 03:08:06 -0800
Received: from alhambra.bioz.unibas.ch ([130.60.169.112])
        by idmailgate2.unizh.ch (8.12.10/8.12.10/Debian-2) with ESMTP id 
j0EB83IJ010851;
        Fri, 14 Jan 2005 12:08:03 +0100
Received: from localhost ([127.0.0.1] helo=alhambra.bioz.unibas.ch)
        by alhambra.bioz.unibas.ch with esmtp (Exim 3.35 #1 (Debian))
        id 1CpPE1-0008Kt-00; Fri, 14 Jan 2005 12:02:41 +0100
To: Thomas Esser <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], Vincent Lefevre <[EMAIL PROTECTED]>
Subject: Re: Bug#289848: tetex-bin: pdflatex generates truncated seminar
 slides
X-Attribution: fant
X-Ehrenamt: http://www.langau.de
In-Reply-To: <[EMAIL PROTECTED]> (Vincent Lefevre's
 message of "Wed, 12 Jan 2005 23:25:30 +0100")
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
From: =?iso-8859-1?q?Frank_K=FCster?= <[EMAIL PROTECTED]>
Date: Fri, 14 Jan 2005 12:02:41 +0100
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-new
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Hallo Thomas,

a user of our Debian packages has reported a bug (you might also say
feature request) for the seminar.con file you provide along with the
seminar package. When you process the following small file:

\documentclass[a4]{seminar}

% \input seminar.bug
% \input seminar.bg2

\begin{document}
\begin{slide}
\centerline{Slide Test}
\end{slide}
\end{document}

with latex-dvips-ps2pdf, this gives PDF files in landscape orientation,
because of the following (the only) line in seminar.con:

\renewcommand{\printlandscape}{\special{landscape}}

However, with pdflatex, the slide is typeset in landscape, but the page
is displayed as portrait, and therefore the slide is truncated on the
right.=20

I guess this can be easily corrected like this:

-\renewcommand{\printlandscape}{\special{landscape}}
+\usepackage{ifpdf}
+\renewcommand{\printlandscape}{%
+  \ifpdf
+    some code I don't know
+  \else
+    \special{landscape}%
+  \fi
+}

But I do not know which special commands are needed for PDF. Do you
know, or should I ask Heiko Oberdiek?

Gru=DF, Frank
--=20
Frank K=FCster
Inst. f. Biochemie der Univ. Z=FCrich
Debian Developer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to