Search found 6 matches

by Drake
Mon Mar 22, 2010 10:48 pm
Forum: Document Classes
Topic: Listings package: Bash - colour text
Replies: 2
Views: 6249

Listings package: Bash - colour text

Solved!
I had to read more carefully manual of listings package. Sorry for spam :mrgreen:
But maybe for someone who not read carefully like me...

moredelim=[is][\color{Bittersweet}]{+}{+}, %
moredelim=*[is][\color{blue}\bfseries]{&}{&}, %
moredelim=**[is][\color{Plum}]{@}{@}, %
moredelim=***[is ...
by Drake
Sun Mar 21, 2010 4:27 pm
Forum: Document Classes
Topic: Listings package: Bash - colour text
Replies: 2
Views: 6249

Listings package: Bash - colour text

Hi everybody.
I´m looking for any help with little problem with listings package. I tried find some example on google, but no luck.

I have some bash output (response) and I need put them to my project. For this purpose I´m using the listings package (it´s great).
(I´m using listings, color package ...
by Drake
Mon Mar 31, 2008 12:58 pm
Forum: General
Topic: HYPERREF HELP pls
Replies: 6
Views: 6886

Re: HYPERREF HELP pls

Thanks, your solution is very simple and good.
When I removed dvipdfm then everything is ok and works good. :-)

I´m using a school template for project and there is defined only dvipdfm, dvips, pdftex. Usually I used dvipdfm and now I should try another way how compile project because another ...
by Drake
Mon Mar 31, 2008 11:08 am
Forum: General
Topic: HYPERREF HELP pls
Replies: 6
Views: 6886

HYPERREF HELP pls

Oki :-)
I try wrote example what I mean. I hope that is easy for example.
Maybe you should rewrite the preamble because I use \usepackage[cp1250]{inputenc}, \usepackage{czech} (for my language).
This code have 0 errors, 0 warnings and 0 bad boxes. If you compile this code in LaTeX and view it in ...
by Drake
Mon Mar 31, 2008 9:40 am
Forum: General
Topic: HYPERREF HELP pls
Replies: 6
Views: 6886

HYPERREF HELP pls

Hi, thanks a lot for your answer :-)
But I think that my table is the same like yours example that you wrote me. If you can please look at my table how i wrote it.
Here´s the code:

\begin{sidewaystable}[!ht]
\centering
\caption{Shrnutí parametrů výše uvedených armádních systémŠ...
by Drake
Sun Mar 30, 2008 2:40 pm
Forum: General
Topic: HYPERREF HELP pls
Replies: 6
Views: 6886

HYPERREF HELP pls

Hi.
I´m begining with LaTeX and I have a problem.
I need use hyperref inside tabular. I have big tabular rotate 90 degree ( \begin{sidewaystable}[!ht] ...) and in some cells I need write hyperref (citation) on literature(bibliography)
I try:

Poznámka -- zdroj informací & \begin{minipage}{3cm ...