Search found 6 matches

by xlynx3
Mon Feb 16, 2009 5:22 am
Forum: General
Topic: PDF output quality is very poor
Replies: 6
Views: 6664

Re: PDF output quality is very poor

thanks for your replies. I think this was a weird problem but the latex-community is perfect too :)
"lmodern" package solved the issue. Thanks again ;)
by xlynx3
Sun Feb 15, 2009 10:54 pm
Forum: General
Topic: PDF output quality is very poor
Replies: 6
Views: 6664

PDF output quality is very poor

i have figure out that the problem is caused by the additional language packages.

if i use like this, text quality become good.

\documentclass[11pt]{article}
\usepackage{fullpage}
\usepackage{caption}

but if i use the code below, it becomes very poor.

\documentclass[11pt]{article}
\usepackage ...
by xlynx3
Sun Feb 15, 2009 10:44 pm
Forum: General
Topic: PDF output quality is very poor
Replies: 6
Views: 6664

PDF output quality is very poor

Hi all,
I'm using WinEdt and integrated PdfLatex for creating pdf files.
I was using Acrobat Reader 6 and everything was perfectly good. I upgraded it to Acrobat Reader 9 then the pdf documents quality become very poor. They're too faded/worn. Has anyone experienced a problem like this before?
by xlynx3
Fri Jan 30, 2009 6:03 pm
Forum: General
Topic: ruled float style inside listings
Replies: 4
Views: 4431

Re: ruled float style inside listings

marvellous!! this is what i really want!!
I'm diving into the manuals now for other issues!! :P There is too much stuff that i have to read & learn 8-) Thanks one more time ;)

ps. thanks for warning me about the versions.. I have got an incomplete manual about captions. I just found a ...
by xlynx3
Fri Jan 30, 2009 4:25 pm
Forum: General
Topic: ruled float style inside listings
Replies: 4
Views: 4431

Re: ruled float style inside listings

thanks for your answer. It works perfectly well for now.
I'm also reading manuals of packages, but I have been using LaTeX for 2 days so it's very hard to come up with a clever solution. ;)

\noindent\hrulefill
If i need a second algorithm box in a page, I should place the above line. I think, I ...
by xlynx3
Fri Jan 30, 2009 2:19 pm
Forum: General
Topic: ruled float style inside listings
Replies: 4
Views: 4431

ruled float style inside listings

Hi, I'm new at latex,
I'm using listings package and writing algorithm. I want to want to put
ruled style captions(or ruled style floats) inside listings but i can
not do it. I'm putting the desired style below. Algorithm package create
captions in this style but i cannot figure it out how to create ...