Search found 24 matches

by fja
Sat Jun 18, 2011 6:35 am
Forum: Text Formatting
Topic: how to change space below tables
Replies: 8
Views: 30436

Re: how to change space below tables

Ok, I solved it!!!!

The problem with the \longtable is that it doesn't need the \begin{center} (and of course, the \end{center}) before the \longtable. Without the {center} the spaces under the table are those that I set up.
by fja
Mon May 09, 2011 5:32 am
Forum: Text Formatting
Topic: how to change space below tables
Replies: 8
Views: 30436

Re: how to change space below tables

Ok, I just discovered the following: this only happens on one page with little text and 3, 3-lines, floating tables with the command \begin{table}[h]. Without the [h], the space is normal, but the tables move to another page ('cause they float, jeje). I need the tables where I wrote, so I need the ...
by fja
Fri May 06, 2011 11:50 pm
Forum: Page Layout
Topic: Remove a . after numbering \paragraph or \subparagraph
Replies: 5
Views: 9011

Remove a . after numbering \paragraph or \subparagraph

Stefan_K wrote:Here's a redefinition for \paragraph and \subparagraph with new line:
Stefan
Thanks, Stefan, it works fine!!!!! :D
by fja
Fri May 06, 2011 2:17 am
Forum: Text Formatting
Topic: how to change space below tables
Replies: 8
Views: 30436

how to change space below tables

Well, actually I'm using it:
\usepackage[font=small,format=hang,parskip=1pt]{caption}

But it only works with \figures, but it isn't working with \tables and \longtable.

For tables, there are at least 1 cm between the table and the caption, and between caption and the next paragraph, 1.5cm. And ...
by fja
Fri May 06, 2011 2:04 am
Forum: Page Layout
Topic: Remove a . after numbering \paragraph or \subparagraph
Replies: 5
Views: 9011

Re: Remove a . after numbering \paragraph or \subparagraph

Maybe you're right about the dot. (The thing is that is the format given to my thesis)

But, what about the second issue, I mean, the text of \paragraph or \subparagraph in a new line??

Thanks!!
by fja
Thu May 05, 2011 5:50 am
Forum: Text Formatting
Topic: Bold Caption Numbers and no Chapter Numbers in Caption
Replies: 10
Views: 9113

Bold Caption Numbers and no Chapter Numbers in Caption

Code: Select all

\renewcommand{\thefigure}{\arabic{figure}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I think this may work (for the numbering issue)

FJA
by fja
Thu May 05, 2011 5:41 am
Forum: Page Layout
Topic: Remove a . after numbering \paragraph or \subparagraph
Replies: 5
Views: 9011

Remove a . after numbering \paragraph or \subparagraph

Hi, there!
I have this question: I need to format the \paragraph and \subparagraph like this:
1) First Paragraph
2) 2nd …
a) First subparagraph


I used this code:
\documentclass[letterpaper,12pt,oneside]{book}
\usepackage[spanish,es-lcroman]{babel}
\begin{document}
\setcounter{secnumdepth}{5 ...
by fja
Thu May 05, 2011 5:39 am
Forum: Text Formatting
Topic: how to change space below tables
Replies: 8
Views: 30436

Re: how to change space below tables

But, what if I need the \caption under the table?

The space under tables and figures isn't the same: for tables, it's bigger. And it's also different in longtable.

So, is there a way to normalize this? i.e., all the captions with the same space under the table/fig/longtable, and between them and ...
by fja
Sat Jan 22, 2011 3:43 pm
Forum: Graphics, Figures & Tables
Topic: Caption w/ 2+ paragraphs & Numbering
Replies: 4
Views: 2650

Caption w/ 2+ paragraphs & Numbering

sommerfee wrote: Just redefine \thefigure the same way you have redefined \thesection, i.e.

Code: Select all

\renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thank you, it works!!
by fja
Fri Jan 21, 2011 6:11 pm
Forum: Graphics, Figures & Tables
Topic: Caption w/ 2+ paragraphs & Numbering
Replies: 4
Views: 2650

Caption w/ 2+ paragraphs & Numbering

Ok, I'm answering my self (and that's good, because I'm learning too!!)

So, I added in the preamble ( after the babel package):
\usepackage[parskip=1pt]{caption}
and I could solve the first part of the question. About the numbering, not a clue.

And how to type it? Well, like this: (works for me ...