Search found 44 matches

by helllo
Sat Jun 18, 2011 9:32 pm
Forum: BibTeX, biblatex and biber
Topic: Using BibTeX
Replies: 1
Views: 1720

Using BibTeX

Hi guys,
so I'm new at using BibTeX.

I created a file called mybib.bib
Then I "compiled" it then went to the the *.tex file and "*.tex file"-ed it.
What I get is a question mark instead of the number of the reference.
What am I doing wrong ?

Thanks!
Ps. I'm using emacs.
by helllo
Sat Jun 18, 2011 8:57 pm
Forum: Graphics, Figures & Tables
Topic: A too big matrix
Replies: 8
Views: 36873

A too big matrix

Stefan_K wrote:Adjust the value before you start the matrix, such as:

Code: Select all

\[
  \setlength{\arraycolsep}{2pt}
  \renewcommand{\arraystretch}{0.8}
  \begin{pmatrix}
    ...
  \end{pmatrix}
\]
Stefan
this works but it's still not enough.
Is it possible to reduce the font just for the matrix ?
Thanks!
by helllo
Sat Jun 18, 2011 7:51 pm
Forum: Graphics, Figures & Tables
Topic: A too big matrix
Replies: 8
Views: 36873

A too big matrix

\arraystretch can be redefined to be smaller than 1, such as 0.9.

\tabcolsep is a length, so adjust it this way:

\setlength{\tabcolsep}{1pt}

Stefan

Hey, thanks but it still doesn't work.
I think I may be doing something wrong, here is what i write:

\begin{pmatrix}
\setlength{\tabcolsep ...
by helllo
Sat Jun 18, 2011 5:34 pm
Forum: Graphics, Figures & Tables
Topic: A too big matrix
Replies: 8
Views: 36873

A too big matrix

Stefan_K wrote: [*] Make the space between columns and rows smaller, for example by using \arraystretch
How does this work ?
I tried:

Code: Select all

\renewcommand{\tabcolsep}{85mm}
\renewcommand{\arraystretch}{10}
with different numbers but it doesn't change anything.
Any idea?
by helllo
Sat Jun 18, 2011 5:12 pm
Forum: Graphics, Figures & Tables
Topic: A too big matrix
Replies: 8
Views: 36873

Re: A too big matrix

Hey,

thanks for the reply.

The first one doesn't work (\small is still too big, with \tiny it almost works but then it's quite "tiny").

I'm now trying to figure out how to use \arraystretch
by helllo
Sat Jun 18, 2011 4:16 pm
Forum: Graphics, Figures & Tables
Topic: A too big matrix
Replies: 8
Views: 36873

A too big matrix

Hi guys, I was wondering if it is possible to fit a slightly too big matrix using some command ?

Thanks!
by helllo
Wed Jun 01, 2011 12:47 pm
Forum: Text Formatting
Topic: Complement in Latex
Replies: 5
Views: 23504

Re: Complement in Latex

Ok thanks!
by helllo
Mon May 30, 2011 11:09 pm
Forum: Text Formatting
Topic: Complement in Latex
Replies: 5
Views: 23504

Re: Complement in Latex

Hmm ... I'm not sure how to explain it but basically the "c" is closer to the intersection than to the G_i's if that makes sense.
by helllo
Mon May 30, 2011 10:09 pm
Forum: Text Formatting
Topic: Complement in Latex
Replies: 5
Views: 23504

Complement in Latex

Hi guys,

I'm trying to type the intersection of complement of sets (with a "c" on the top right) in latex but it doesn't work well with the following:

Code: Select all

$\cap_{i \in I} ^{c}G_i
any suggestions?

Thanks!
by helllo
Mon May 30, 2011 12:27 pm
Forum: Text Formatting
Topic: Definitions in LaTeX
Replies: 4
Views: 5507

Re: Definitions in LaTeX

Anyone ?