Search found 13 matches

by bulbanos
Tue Jun 02, 2009 7:12 am
Forum: Graphics, Figures & Tables
Topic: subfloats split over 2 pages
Replies: 1
Views: 1974

subfloats split over 2 pages

hey

I'm using a subfloat construction like this:
subfloat
subfloat \\
subfloat
subfloat

How can I tell latex to split the figure on the \\ if necessary for a better layout? now it's being placed in a strange way around my text.
by bulbanos
Fri May 29, 2009 1:23 pm
Forum: Graphics, Figures & Tables
Topic: diagonal split of top left cell
Replies: 1
Views: 6027

diagonal split of top left cell

can anyone tell me how to split the top left cell of a table diagonally?
by bulbanos
Thu May 28, 2009 6:14 pm
Forum: Page Layout
Topic: flush figures
Replies: 2
Views: 26055

flush figures

hey,

I want to display figures from a previous section before starting a new section. The only command I know comes close is \clearpage but I don't want a new page at all. Just flush all figures and start the section right behind them.
by bulbanos
Wed May 27, 2009 10:32 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography sort on appearance
Replies: 2
Views: 23892

Bibliography sort on appearance

Hey,

I'm using

Code: Select all

\bibliographystyle{unsrt}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
but I want my items to be sorted on their appearance in the text. Now it's displayed in the order it appears in my .bib file where I enter it manually. Is there a trick for that?
by bulbanos
Wed May 27, 2009 10:26 am
Forum: Document Classes
Topic: Nomenclature in table of contents?
Replies: 4
Views: 16400

Nomenclature in table of contents?

thanks

I still have a problem however. I'll try to explain. I have my main .tex file attached because it's quite large.
As you can see I have used
\usepackage[intoc]{nomencl}
and then lower into the file I have placed the
\printnomenclature[2.5cm]
where I want it to be.
It prints correctly in ...
by bulbanos
Fri May 08, 2009 12:00 pm
Forum: Graphics, Figures & Tables
Topic: alignment of subfigures
Replies: 1
Views: 2990

alignment of subfigures

hey I'm using a very basic code for subfigures but since the images aren't of the same size, the result looks like on the attached screenshot. I would like to have the right image aligned to the top rather than the bottom. Is there any command for that?

\usepackage{subfig}
\begin{figure ...
by bulbanos
Mon May 04, 2009 10:06 am
Forum: Text Formatting
Topic: formatting footnote
Replies: 6
Views: 4058

Re: formatting footnote

Allow me to hijack the thread with my question. One who knows the answer to the above can certainly answer me as well.

I'm using some math in my text and I don't want my footnotes to appear as a single number 2 but rather as (2) so that it can't be confused with a power.
How do I do that?
by bulbanos
Mon Apr 27, 2009 3:21 pm
Forum: Graphics, Figures & Tables
Topic: footnotes in tables
Replies: 7
Views: 8235

Re: footnotes in tables

I'm not completely through the documentation but it looks to me as if it's only of use when you want to add footnotes in captions. Correct me if I'm wrong.
by bulbanos
Mon Apr 27, 2009 11:01 am
Forum: Graphics, Figures & Tables
Topic: footnotes in tables
Replies: 7
Views: 8235

footnotes in tables

hey

I'm aware of the issue that that footnotes declared in a tabular environment are not displayed at the bottom of the page. I did not find any clear solution for that.
I don't want my footnote right beneath the table so a minipage is not right. I want the footnote counter to be increased ...
by bulbanos
Sat Apr 25, 2009 1:04 pm
Forum: Graphics, Figures & Tables
Topic: Table tweaking (wrap text, ...)
Replies: 3
Views: 6322

Table tweaking (wrap text, ...)

What's the difference between the specified column types? The readme states
If this is negative, any number of decimal places can be used in the
column
And I guess a multicolumn of 1 is a trick there...