Re: Conflict reports

2000-07-31 Thread Stephan Lehmke

On Fri, 28 Jul 2000 16:16:42 +0200, Gérard Degrez wrote:
> 
> I want to report a conflict between the colormath option of texpower and
> pdfscreen. It issues an error message at the compilation of the title:
> ! Missing # inserted in alignment preamble.
> 
>\cr
> l.47 \maketitle
> Proceeding with the compilation (pdftex 0.14f) works all right but the
> title is incorrectly typeset (author field typeset justified rather than
> centered). I include a sample (faulty) source below.

Unfortunately, I can't reproduce this error. Your example runs
here without error. I can't remember to have seen this error
message before.

I'm using pdftex 14e-released-2217, pdfscreen v1.5 and
hyperref v6.70o, but I can't really imagine any of them
causing this error, so I suspect something else on your
system is interfering.

Could you add a global option verbose to your \documentclass
command and put \listfiles into the preamble, and send me
the resulting log file?

> I also want to report a conflict with the most recent version (v6.70f) of
> hyperref (even without the colormath option)
> Runaway argument?
> \\{\addButton {\buttonwidth }{\@Panelhomepagename }}\\ \pfill \Acrobatmenu 
\ETC
> .
> ! Paragraph ended before \href@split was complete.
> 
>\par
> l.33 \tableofcontents

Never seen this here. Is this supposed to happen with the
source you have attached?

regards
Stephan

-- 
  Stephan Lehmke [EMAIL PROTECTED]
  Fachbereich Informatik, LS I   Tel. +49 231 755 6434 
  Universitaet Dortmund  FAX  6555
  D-44221 Dortmund, Germany 




Conflict reports

2000-07-28 Thread Gérard Degrez

Hi,

I want to report a conflict between the colormath option of texpower and
pdfscreen. It issues an error message at the compilation of the title:
! Missing # inserted in alignment preamble.

   \cr
l.47 \maketitle
Proceeding with the compilation (pdftex 0.14f) works all right but the
title is incorrectly typeset (author field typeset justified rather than
centered). I include a sample (faulty) source below.

I also want to report a conflict with the most recent version (v6.70f) of
hyperref (even without the colormath option)
Runaway argument?
\\{\addButton {\buttonwidth }{\@Panelhomepagename }}\\ \pfill \Acrobatmenu \ETC
.
! Paragraph ended before \href@split was complete.

   \par
l.33 \tableofcontents

Gérard Degrez

\documentclass[a4paper,12pt,pdftex]{article}
\usepackage{soul}
\usepackage[screen,panelright,sectionbreak]{pdfscreen}
\usepackage[display,coloremph,colorhighlight,darkbackground]{texpower}
\begin{screen}
 \margins{.5in}{.5in}{.5in}{.5in}
 \screensize{6in}{8in}
 \def\pfill{\vskip6pt}
 \setcounter{tocdepth}{2}
 \setcounter{secnumdepth}{3}
\end{screen}
\begin{print}
\notesname{Notes:}
\end{print}

\renewcommand\floatpagefraction{1}
\renewcommand\textfraction{0}
\renewcommand{\familydefault}{\sfdefault}
%
\begin{document}
\title{\Large Numerical simulation of inductively coupled plasma flows and
hypersonic (re-)entry flows}
\author{G.~Degrez, D.~Vanden~Abeele, P.~Barbante\\%
{\small\code{\texttt{[EMAIL PROTECTED]}}}%
}
\date{}
\backgroundcolor{blue}
\maketitle
\tableofcontents
\section{Motivation}\label{intro}
\stepwise{At their entry into a planetary atmosphere, (re-)entry vehicles
experience severe heating \step{
\origmath{\Rightarrow} they are protected by \emph{heat shields}
made of \emph{Thermal protection materials (TPM)}.}}\pause

Prior to use, TPMs must be tested in \emph{ground-testing
facilities} generating thermal loads comparable to flight, i.e.
\emph{plasma generators}. \pause

There exist two main types of such ground-testing facilities:\pause
\liststepwise{%
\begin{description}
\item  [arc-jet wind tunnels] \step{allow to reproduce flight Mach
numbers.}

\step{\item  [ICP wind tunnels, aka Plasmatrons]} \step{produce
plasmas of
high chemical purity.}
\end{description}}
\end{document}