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.
<to be read again>
                   \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.
<to be read again>
                   \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}


Reply via email to