Home > Archive > Tex > June 2005 > prosper problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello -
I have a document that compiles without error on my linux box, but
won't compile on my mac. I get a warning and an error:
================
LaTeX Warning: You have requested document class `seminar',
but the document class provides `fancybox'.
......
! You can't use `the character 2' after \the.
\paperwidth ->2
10mm
l.1705 }
?
================
These problems are similar to those posted in the following thread:
http://groups-beta.google.com/group...38e730b447a175f
Replacing "\def\paperwidth{210mm}" with "\setlength\paperwidth{210mm}
", etc. in sem-a4.sty, as suggested in that thread hasn't fixed the
problem for me.
I'd appreciate any advice anyone might have. The rest of the LaTeX
output is reproduced below.
Thanks very much,
Tim
====== latex output =======
This is TeX, Version 3.14159 (Web2C 7.4.5)
(./slides_061005.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german,
ngerman, n
ohyphenation, loaded.
(/Users/tim/LaTeXFiles/prosper/prosper.cls
Document Class: prosper 2001/01/23, v. 1.1
(c) 2000 Frederic Goualard, CWI, The Netherlands
CVSId: $Id: prosper.cls,v 1.5 2001/01/31 10:20:44 exupery Exp $
(/sw/share/texmf/source/latex/seminar/inputs/seminar.cls
Document Class: seminar 1997/10/13, 1.4
Document Style: `seminar' v1.4 <1997/10/13> (tvz)
(/sw/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/sw/share/texmf/tex/latex/base/leqno.clo)
(/sw/share/texmf/tex/latex/base/size10.clo))
(/sw/share/texmf/source/latex/seminar/inputs/sem-page.sty))
(/sw/share/texmf/source/latex/guide/seminar.con
(/sw/share/texmf/source/latex/seminar/inputs/semcolor.sty
Style Option: `semcolor' for doc style `seminar' 1.0 <93/04/01> (tvz)
(/sw/share/texmf/source/generic/pstricks/generic/pstricks.tex
`PSTricks' v97 patch 14 <1999/12/23> (tvz)
(/sw/share/texmf/source/generic/pstricks/generic/pstricks.con)))
(/sw/share/texmf/source/latex/fancybox/fancybox.sty
LaTeX Warning: You have requested document class `seminar',
but the document class provides `fancybox'.
Document Class: fancybox 2000/09/19 1.3
Style option: `fancybox' v1.3 <2000/09/19> (tvz)
) (/sw/share/texmf/source/latex/seminar/inputs/sem-page.sty)
(/sw/share/texmf/source/latex/seminar/inputs/slidesec.sty
File `slidesec.sty' v0.9 92/05/07 <tvz>
)) (/sw/share/texmf/source/latex/seminar/inputs/semcolor.sty)
(/sw/share/texmf/source/latex/seminar/inputs/semlayer.sty)
(/sw/share/texmf/tex/latex/graphics/graphicx.sty
(/sw/share/texmf/tex/latex/graphics/keyval.sty)
(/sw/share/texmf/tex/latex/graphics/graphics.sty
(/sw/share/texmf/tex/latex/graphics/trig.sty)
(/sw/share/texmf/source/latex/local/graphics.cfg)
(/sw/share/texmf/tex/latex/graphics/dvips.def)))
(/sw/share/texmf/tex/latex/hyperref/hyperref.sty
(/sw/share/texmf/tex/latex/hyperref/pd1enc.def)
! You can't use `the character 2' after \the.
\paperwidth ->2
10mm
l.1705 }
?
| |
| Hendri Adriaens 2005-06-11, 8:58 am |
| > I have a document that compiles without error on my linux box, but
> won't compile on my mac. I get a warning and an error:
[...]
> CVSId: $Id: prosper.cls,v 1.5 2001/01/31 10:20:44 exupery Exp $
Updating your LaTeX installation should help.
-Hendri.
|
|
|
|
|