Search found 3 matches

by itsmenow
Wed May 28, 2008 2:56 pm
Forum: Document Classes
Topic: Adjust vertical spaces with \lineskip instead of \parskip
Replies: 9
Views: 28913

Re: Adjust vertical spaces with \lineskip instead of \parskip

Already tested that.

Hmm, seems to work when simply using it in a document but not in the class file.

I have another question regarding a problem with different references of figure and figure* environments. Should I post it in another thread?

Regards,
Jan
by itsmenow
Wed May 28, 2008 1:16 pm
Forum: Document Classes
Topic: Adjust vertical spaces with \lineskip instead of \parskip
Replies: 9
Views: 28913

Adjust vertical spaces with \lineskip instead of \parskip

I have already tested \baslineskip and tried the other two but there was no effect in the document.

I had some success using for example
\setlength{\parskip}{1pt plus 1pt minus 1pt}
but I appreciate to use something like
\setlength{\parskip}{1pt plus 1pt minus 0.5pt}
but the use of decimal ...
by itsmenow
Tue May 27, 2008 8:39 am
Forum: Document Classes
Topic: Adjust vertical spaces with \lineskip instead of \parskip
Replies: 9
Views: 28913

Adjust vertical spaces with \lineskip instead of \parskip

Hello everyone and sorry for the complicated title, didn't know how to say it better.

My problem:
I wrote a class file for a scientific journal using a two-column layout. But testing showed that there is a problem with the adjustment of vertical space as the spaces between paragraphs sometimes ...