Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7978 - Tetex errors
Summary: Tetex errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Turk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 04:25 UTC by Paul de Vrieze (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze (RETIRED) gentoo-dev 2002-09-16 04:25:30 UTC
The newest tetex is not functional for me. When I use it on my latex document it
fucks up the margins. If I use pdflatex my images even get rotated. For me this
indicated that the newest tetex ebuild uses a broken tetex.
Comment 1 Kai 'Larde' Nielsen 2002-09-16 07:22:05 UTC
I also had to downgrade to tetex-1.0.7-r10.ebuild.
For me documents in LyX using Template "g-brief-de.lyx" would throw latex errors
and not work.
Comment 2 Matthew Turk (RETIRED) gentoo-dev 2002-09-19 02:57:13 UTC
Ok, the language is a bit harsh.  I need more information - which size of 
paper were you using, which templates...  I think that in between the default 
paper size was changed, and so I want to determine what the issue at hand is.  
Also, I need the specific error in LyX. 
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2002-09-19 03:35:46 UTC
The start of my latex file:

\ifx\pdfoutput\undefined
\documentclass[dvips,a4paper,11pt,english]{article}
\else
\documentclass[pdftex,a4paper,11pt,english]{article}
\fi
\usepackage{babel}
\usepackage[hmargin=3cm, top=1.5cm, bottom=1cm,footskip=1.5cm ,head=0.8cm,headse
p=1.2cm]{geometry}
\usepackage{calc}
\usepackage{ifthen}
%\usepackage{color}
\usepackage{url}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{array}
\usepackage{subfigure}
\ifthenelse{\isundefined{\pdfoutput}}{
\usepackage{graphicx}
\DeclareGraphicsExtensions{.eps,.jpg,.mps,.png}
}{
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.jpg,.pdf,.mps,.png}
}

\usepackage{xspace}
\usepackage{varioref}
\usepackage{afterpage}
\usepackage{amsfonts}
\ifthenelse{\isundefined{\pdfoutput}}{}{
\pdfinfo{
/Title (Towards an overview of a user modelling system)
/Creator (LaTeX)
/Author  (P.t. de Vrieze, P. van Bommel, J. Klok and Th.p. van der Weide)
/Subject ()
/Keywords (User profiles, user Modelling, adaptive hypermedia)
}
}

\newcommand{\intObj}{\ensuremath{\mathcal{O}}\xspace}
\newcommand{\behaviour}{\ensuremath{\mathcal{B}}\xspace}
\newcommand{\userModel}{\ensuremath{\mathcal{U}}\xspace}

\begin{document}

<contents of the document>

\end{document}
\usepackage{amsmath}

Comment 4 Matthew Turk (RETIRED) gentoo-dev 2002-10-03 02:16:34 UTC
I'm going to mark this as WONTFIX because the newest tetex ebuild will remain  
masked until it becomes obsolete - i.e., we will be using tetex-1.0.7 for the  
forseeable future, until tetex > 1.0.7 is available, in full-release format.