Search found 12 matches
- Tue Apr 03, 2007 9:54 pm
- Forum: General
- Topic: layout log
- Replies: 5
- Views: 5148
Re: layout log
My point is not to solve that particular document. I would like to have a way to diagnostic why latex took thoses decisions. is it possible?
- Sat Mar 31, 2007 9:41 pm
- Forum: General
- Topic: Change the space between paragraphs
- Replies: 4
- Views: 11241
Change the space between paragraphs
If I understand your problem correctly, you need to decrease the space between the paragraphs? To do so, use the command:
\addtolength{\parskip}{the_legth_you_want_to_add_here_with_unit}
If you add a negative value, it will decrease the space. Be careful with that because it will problably change ...
\addtolength{\parskip}{the_legth_you_want_to_add_here_with_unit}
If you add a negative value, it will decrease the space. Be careful with that because it will problably change ...
- Sat Mar 31, 2007 9:32 pm
- Forum: General
- Topic: layout log
- Replies: 5
- Views: 5148
Re: layout log
no, it's all one document
- Thu Mar 29, 2007 4:10 pm
- Forum: General
- Topic: layout log
- Replies: 5
- Views: 5148
layout log
Hi all
I have some page breaks that don't make sense to me. One one page, there's only two lines at the top. The rest of the page is empty and on the next page, the beginning of a new section with \section.
I tried the layout commands like \nopagebreak[4] and it didn't change anything.
So now I am ...
I have some page breaks that don't make sense to me. One one page, there's only two lines at the top. The rest of the page is empty and on the next page, the beginning of a new section with \section.
I tried the layout commands like \nopagebreak[4] and it didn't change anything.
So now I am ...
- Thu Mar 29, 2007 4:00 pm
- Forum: General
- Topic: Rotating tables
- Replies: 8
- Views: 104910
Re: Rotating tables
what about the lscape package? Use the "landscape" environment. I don't know if the caption willl rotate with the table, but I belive so.
- Wed Mar 28, 2007 5:00 pm
- Forum: General
- Topic: TeXnicCenter?
- Replies: 1
- Views: 4173
TeXnicCenter?
try this, this from the official website
http://www.toolscenter.org/downloads.html
http://www.toolscenter.org/downloads.html
- Wed Mar 28, 2007 4:58 pm
- Forum: MiKTeX and proTeXt
- Topic: MikTex with TeXnicCenter
- Replies: 6
- Views: 18232
Re: MikTex with TeXnicCenter
If you just want to test latex, you can use the class "article"
- Wed Mar 28, 2007 4:56 pm
- Forum: Document Classes
- Topic: lineno package
- Replies: 11
- Views: 28081
lineno package
This document should help:
http://www.ctan.org/tex-archive/macros/ ... lineno.pdf
http://www.ctan.org/tex-archive/macros/ ... lineno.pdf
- Wed Mar 28, 2007 4:26 am
- Forum: General
- Topic: Question on flush margin footnotes
- Replies: 4
- Views: 4936
Re: Question on flush margin footnotes
maybe you can even add it in the definition of minipage...
- Tue Mar 27, 2007 10:59 pm
- Forum: General
- Topic: Question on flush margin footnotes
- Replies: 4
- Views: 4936
Re: Question on flush margin footnotes
Try this: don't use the option "flushmargin". When in the minipage, use this command:
\setlength{\fotnotemargin}{0pt}
I didn't try it...
\setlength{\fotnotemargin}{0pt}
I didn't try it...