[texhax] compliation errors - setspace related

M.N.Smadi smadim2 at grads.ece.mcmaster.ca
Wed Oct 4 07:28:46 CEST 2006


Hi there;

had a charming system, and it seems somehow the latex package got 
updated and now nothing makes.  I had to replace the doublespace package 
with the setspace. But now I get these errors:
============- This is a 12 point document
) (/usr/share/texmf/tex/latex/setspace/setspace.sty
Package: `setspace' 6.7 <2000/12/01>
) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/dvips.def)))
(/usr/share/texmf/tex/latex/tools/longtable.sty)
(/usr/share/texmf/tex/latex/subfigure/subfigure.sty
****************************************
* Local config file subfigure.cfg used *
****************************************
(/usr/share/texmf/tex/latex/subfigure/subfigure.cfg)) (./moe_jnl_v5.aux)
! Undefined control sequence.
<argument> \xiipt

l.103 \begin{document}
======================
                    

my tex code at the beining of the document looks like this:
=============
\documentclass[12pt]{IEEEtrans}
\usepackage{setspace}
%\doublespacing
\usepackage{graphicx}
%\usepackage{doublespace}
\usepackage{longtable}

\usepackage[hang,up,bf]{subfigure}
\renewcommand{\subfigtopskip}{2pt}
\renewcommand{\subfigbottomskip}{4pt}
\renewcommand{\subfigcapskip}{0pt}
\renewcommand{\subfigcapmargin}{0pt}

\usepackage{latexsym}


\oddsidemargin 0in
\evensidemargin 0in
\textwidth 6.5in
\textheight 9in
\stepcounter{footnote}

\pagestyle{plain} % just the page numbers at bottom
%\pagestyle{empty} % NO page numbers at bottom


\begin{document}
\thispagestyle{empty}
\bibliographystyle{unsrt}

\begin{singlespace}
                                       
\date{}
\maketitle
\thispagestyle{empty}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
\end{abstract}
\end{singlespace}


More information about the texhax mailing list