Search found 5 matches

by MadEgg
Thu Feb 09, 2012 2:13 pm
Forum: Page Layout
Topic: wrapfig, titlesec | Wrapped Figure near Section Heading
Replies: 3
Views: 4454

Re: wrapfig, titlesec | Wrapped Figure near Section Heading

I have the same problem, but this suggestion does not help me. I doesn't matter how many text, sections or subsections I put above the wrapfigure, it still acts like there is a wrapped figure in every paragraph from then on.

Also, I shouldn't change the contents/structure of my document to use a ...
by MadEgg
Sun Jan 29, 2012 10:52 am
Forum: Fonts & Character Sets
Topic: Using custom (ttf) font in pdflatex - change search path?
Replies: 0
Views: 4888

Using custom (ttf) font in pdflatex - change search path?

Hi all!

Because of requirements on my thesis which I'm writing using LaTeX (pdflatex from texlive-latex-base on Ubuntu 11.10), I have to use a specific font, namely, Georgia. Since this is a MS TrueType font, it is not available by default.

Now, I used some guides on the internet to conver the TTF ...
by MadEgg
Wed Feb 04, 2009 5:05 pm
Forum: Math & Science
Topic: Putting headings in matrices
Replies: 2
Views: 6825

Re: Putting headings in matrices

Right, I tried searching but did not find anything. The first link provides an example doing just what I want, although the code is quite long for something not that complex. Let's see if I can store this somewhere where I can find it again when I need it.

Thanks for the help!
by MadEgg
Wed Feb 04, 2009 4:22 pm
Forum: New Members
Topic: Hi all
Replies: 2
Views: 2583

Hi all

Just a short introduction because I'm busy LaTeX-ing. I'm an Artificial Intelligence student and I get to write all sorts of papers, essays reports and the like and I dost most of this stuff in LaTeX. I just bumped into this board looking for a solution to a problem I'm having so I decided to sign ...
by MadEgg
Wed Feb 04, 2009 4:16 pm
Forum: Math & Science
Topic: Putting headings in matrices
Replies: 2
Views: 6825

Putting headings in matrices

Hi all

I want to put a matrix in my LaTeX document, but I want to label each row and each column AND put brackets around the contents of the matrix. Something like this:


col1 col2
row1 / a b \
row2 \ c d /


Here row1, row2, col1 and col2 indicate the titles/captions of each row and column.

I ...