Search found 6 matches

by timtico
Fri Dec 03, 2010 4:41 pm
Forum: Graphics, Figures & Tables
Topic: Two basic Graphics Questions: Placement and Matlab
Replies: 2
Views: 2098

Two basic Graphics Questions: Placement and Matlab

Hi, First of all I would stay away from the jpg format when dealing with vector based images, it´s horrible. You better export your images from matlab in tiff or png at a high resolution. Both format are lossless and have basically the same quality, however png files are abit smaller in filesize.

A ...
by timtico
Mon Nov 15, 2010 12:10 am
Forum: XeTeX
Topic: Xelatex, biblatex and polyglossia
Replies: 1
Views: 6300

Xelatex, biblatex and polyglossia

Hi,

I tried to look for a similar problem but could not find any. I hope that anybody with abit more experience can get me abit more insight in how I should be using biblatex with xelatex.

The problem lies somewhere that biblatex does not support UTF-8, a problem that i thought could be ...
by timtico
Fri Oct 29, 2010 4:59 pm
Forum: Graphics, Figures & Tables
Topic: Tabularx and multicolumn problem
Replies: 5
Views: 7408

Tabularx and multicolumn problem

Thanks alot! That was quite silly of me to forget those.

I've been spending some more time working on getting the table perfect, and I'm almost there... I say almost since I think that the spanning column text is not fully centered. Aswell... when i decrease the size for my table to for example 0.5 ...
by timtico
Thu Oct 28, 2010 1:01 pm
Forum: Graphics, Figures & Tables
Topic: Tabularx and multicolumn problem
Replies: 5
Views: 7408

Tabularx and multicolumn problem

Hello people,

I've been spending hours to get this table working, but without luck. Perhaps I don't fully understand the concept of \multicolumn.

I would like to have a 5 column table. The first column contains long text and therefore is set to variable width. The other columns have very short ...
by timtico
Wed Sep 01, 2010 10:49 pm
Forum: Graphics, Figures & Tables
Topic: Booktabs caption alignment problem
Replies: 2
Views: 5547

Booktabs caption alignment problem

Thanks for your fast reply Sommerfee!

After some testing, it still kept centering my caption...
But \captionsetup{singlecheck=false} did the trick!

The following code is working for me.

\documentclass{article}

%some table testing
\usepackage{booktabs}
\usepackage{caption}
\captionsetup ...
by timtico
Wed Sep 01, 2010 7:16 pm
Forum: Graphics, Figures & Tables
Topic: Booktabs caption alignment problem
Replies: 2
Views: 5547

Booktabs caption alignment problem

Hello guys,

Since a few weeks I'm preparing a LaTeX template which I will use to typeset my PhD thesis.. However I've run into a little problem I could use some help with.
My problem is related to this topic: http://www.latex-community.org/forum/viewtopic.php?f=45&t=4450 . But I'm unable to solve ...