Search found 4 matches

by skandal
Mon Jun 13, 2011 11:07 pm
Forum: General
Topic: Error with text: -stack
Replies: 6
Views: 3307

Re: Error with text: -stack

Thanks 1000 times. That was the reason! Just replaced that by a "new" - and it worked. I am so happy you could help me.
Have a great evening.
by skandal
Mon Jun 13, 2011 10:46 pm
Forum: General
Topic: Error with text: -stack
Replies: 6
Views: 3307

Re: Error with text: -stack

Sorry yes of course I also included the paralist package for compactitem.
The problem is I need to write the following as a text: "sdcc -c –stack-auto". But it seems because of any of these words it cant compile it. I realized it doesn't matter if I write this in text inside a compactitem or just as ...
by skandal
Mon Jun 13, 2011 2:43 pm
Forum: General
Topic: Error with text: -stack
Replies: 6
Views: 3307

Error with text: -stack

dokumentclass needs to be:

Code: Select all

\documentclass[a4paper, 12pt]{book}
.
Why did you use paralist?
by skandal
Mon Jun 13, 2011 2:13 pm
Forum: General
Topic: Error with text: -stack
Replies: 6
Views: 3307

Error with text: -stack

I want to write an instruction how to set up a program. I have made a list with itemize and I need to write down an command but Latex gives out an error every time:

\begin{compactitem}
\item doing something
\item enter Command: sdcc -c –stack-auto and push okay.
\item something else
\end ...