Search found 10 matches

by bramp
Mon Sep 29, 2008 4:41 pm
Forum: General
Topic: When using colortbl \multicolumn redefines the colour
Replies: 3
Views: 12341

Re: When using colortbl \multicolumn redefines the colour

That is awesome. It works for me for the moment.

Originally I was using the xcolor package, which allows me to define alternating row columns at the very top of the time (using the \rowcolors command). Trying to adapt this solution to xcolor didn't work, as I couldn't figure out the correct ...
by bramp
Mon Sep 29, 2008 12:15 am
Forum: General
Topic: Strip of subfigures: difficult to have?
Replies: 9
Views: 10583

Re: Strip of subfigures: difficult to have?

This is a very useful feature, and one I wanted very recently. In the end I solved it in the by varying the height until it looked good.

Perhaps one day this thread will be updated with a package which solves this :)
by bramp
Sun Sep 28, 2008 11:18 pm
Forum: General
Topic: When using colortbl \multicolumn redefines the colour
Replies: 3
Views: 12341

When using colortbl \multicolumn redefines the colour

Ok, it appears no one has been able to answer my question, so in lieu of a solution I was wondering if anyone could suggest a hack.

I was thinking of doing this:

\newcommand{\row}{
% set a variable to the row colour << This is the bit I don't know how to do
\rowcolor[rgb]{1,0,0}
}
\newcommand ...
by bramp
Sat Sep 27, 2008 3:45 pm
Forum: General
Topic: Descript List Indenting
Replies: 3
Views: 5633

Re: Descript List Indenting

ah thankyou!

I tired a bunch of different things from emumitem, but not leftmargin. I assumed that would be the margin for the whole list, but changing it seems to only effect the 2nd line.

thanks
Andrew
by bramp
Sat Sep 27, 2008 2:56 pm
Forum: General
Topic: Descript List Indenting
Replies: 3
Views: 5633

Descript List Indenting

I'm having problems customising the apperance of my lists. Take for example:
\begin{description}
\item[Item 1] A big long bit of text describing item one, which goes on and on and on, hopefully on to another line

\item[Item 2] A big long bit of text describing item one, which goes on and on and ...
by bramp
Sat Sep 27, 2008 12:38 pm
Forum: XeTeX
Topic: ** WARNING ** Failed to convert input string to UTF16...
Replies: 5
Views: 14725

** WARNING ** Failed to convert input string to UTF16...

Hi,

I've recently switched from pdflatex to xelatex for compiling my thesis. Now when I switched my large document worked pretty much fine, and then I could start using the nice font features of xelatex.

However, one thing that keeps appearing in the log output of xelatex is:

** WARNING ...
by bramp
Sat Sep 27, 2008 1:40 am
Forum: General
Topic: When using colortbl \multicolumn redefines the colour
Replies: 3
Views: 12341

When using colortbl \multicolumn redefines the colour

Hi,
So I have the following code:

\documentclass{article}

\usepackage{array}
\usepackage{colortbl}

\begin{document}

\begin{table}
\begin{tabular}{ccc}
\rowcolor[rgb]{1,0,0}
Hello & \multicolumn{2}{c}{Goodbye}
\end{tabular}
\end{table}

\end{document}


I was hoping that would print a row ...
by bramp
Fri Sep 26, 2008 7:27 pm
Forum: General
Topic: Large output file - PDF
Replies: 6
Views: 4001

Re: Large output file - PDF

How big are all the PNG files? If it is only 1MB then I don't think that would be causing a 10MB file.

But anyway, I am using Visio for my figures. However, I am either using Adobe Acrobat to save my Visio diagrams as PDFs, or using Visio 2007 which has a export to PDF feature.

Perhaps look at ...
by bramp
Wed Aug 27, 2008 11:36 pm
Forum: General
Topic: Order bibliography by date
Replies: 2
Views: 9273

Order bibliography by date

That is a awesome tip!

It has worked like a treat.

I was able to shorten it by combining the nocite commands to this:

\nocite{brampton2007cui,brampton2008cew,macquire2008acf}
\bibliographystyle{unsrt}
\bibliography{related}

I should have mentioned I wasn't actually citing my publications, I ...
by bramp
Mon Aug 25, 2008 5:35 pm
Forum: General
Topic: Order bibliography by date
Replies: 2
Views: 9273

Order bibliography by date

Hi,
I'm looking for a style which will order my bibliography by date. I'm writing my thesis, and at the beginning I have a list of papers I've written. I'm using \bibliography{blah} to list them, but I would prefer a way to list them in date order. If this is not possible, then is there a style ...