Search found 10 matches

by dannyjor
Tue Sep 22, 2009 3:13 pm
Forum: General
Topic: pppdftex.def not found
Replies: 3
Views: 4503

pppdftex.def not found

Hi all

I have a problem compiling my tex document.
I'm getting three errors all concerning some "pppdftex.def file"
Im not quite sure what that is.

It seems that it is involving some tex package.

TeXnicCenter downloads the file, but won't install it.
It says that I have a "Windows API error 32 ...
by dannyjor
Mon May 11, 2009 10:19 pm
Forum: Graphics, Figures & Tables
Topic: Trouble with table environments
Replies: 5
Views: 3526

Re: Trouble with table environments

Thanks :)

Both hints works smoothly.

/Danny
by dannyjor
Mon May 04, 2009 1:26 pm
Forum: Graphics, Figures & Tables
Topic: Trouble with table environments
Replies: 5
Views: 3526

Trouble with table environments

Well, usually i just code something like:

Code: Select all

\begin{table}[H]
	\centering
		\begin{tabular}{|l|r|r|r|r|l|p{0.4\textwidth}|}
			
		\end{tabular}
	\caption{TESTING}
	\label{tab:TESTING}
\end{table}
Is it perhaps the the capitol letter "H" thats causing the problem?

Cheers
by dannyjor
Mon May 04, 2009 12:13 pm
Forum: Graphics, Figures & Tables
Topic: Trouble with table environments
Replies: 5
Views: 3526

Trouble with table environments

Hi all

I have a problem with the table environment in LaTeX.

If I create a relative large table and then compile the document,
the table exceeds the sides of my paper. The right side of the table is not
visible simply because it is beyond the boundary of the paper.
Why cant TexnicCenter "fit" the ...
by dannyjor
Tue Feb 10, 2009 6:00 pm
Forum: General
Topic: Warning about Destination with the same Identifier
Replies: 2
Views: 19734

Warning about Destination with the same Identifier

I get a warning every time I compile my LaTeX project that says this.
pdfTeX warning (ext4): destination with the same identifier (name{page.})
has been already used, duplicate ignored.
<to be read again>
How do I interpret this warning? Is it because I have a file with the exact same name as ...
by dannyjor
Mon Feb 09, 2009 1:43 am
Forum: General
Topic: Latex warning:
Replies: 6
Views: 9965

Latex warning:

Well, editing the package fixed the problem. I did have to write

Code: Select all

\ProvidesPackage{look/jalchap}
             [2002/16/12 v0.2
                 LaTeX package (Revised chapters)]
do.

But thanks to both of you.. :)
by dannyjor
Mon Feb 09, 2009 12:58 am
Forum: General
Topic: Latex warning:
Replies: 6
Views: 9965

Re: Latex warning:

Hi Phi, thanks for your reply
Maybe its me being a bit slow, :) but what do i physically have to do?
Do i have to create a new folder thats called "style-filer" or "jalchap" and then move the .sty file there?

Or do i have to include the line /ProvidesPackage in my Preamble?
I am rather new to ...
by dannyjor
Sun Feb 08, 2009 11:27 pm
Forum: General
Topic: Latex warning:
Replies: 6
Views: 9965

Latex warning:

Hi Thorsten,

Thanks for the rapid reply.
I will try to be more precise in future posts.
Well, my document class is \documentclass[a4paper,11pt,danish,twoside,openright]{look/05gr551c}

I have attached the package.
I cant seem to find the package using the package browser, maybe that is the problem ...
by dannyjor
Sun Feb 08, 2009 10:32 pm
Forum: General
Topic: Latex warning:
Replies: 6
Views: 9965

Latex warning:

LaTeX Warning: You have requested package 'look/jalchap',
but the package provides 'stile-filer/jalchap'

I get this warning every time i compile my LaTeX project, I can't interpret this warning and therefor I haven't been able to find a solution to it.

Have any of you encountered the same problem ...
by dannyjor
Sun Feb 08, 2009 10:15 pm
Forum: New Members
Topic: Hi to all of you
Replies: 2
Views: 2378

Hi to all of you

Hi, my name is Danny and im a fairly new user of Latex.

I study Mechanical & Manufacturing Engineering at the University of Aalborg in Denmark. My studygroup and I started using Latex last year to write our reports.
At first we used word to compile our documents and reports, but relative quickly ...