Search found 52 matches

by stinkinrich88
Thu Apr 11, 2013 12:16 pm
Forum: BibTeX, biblatex and biber
Topic: BiBTeX Harvard style?
Replies: 4
Views: 28755

Re: BiBTeX Harvard style?

I've had several requests for the Cardiff University BibTeX style that I created, so I'd like to attach the corresponding file to this post. Feel free to use, improve and re-distribute.
by stinkinrich88
Fri Oct 01, 2010 7:09 pm
Forum: Graphics, Figures & Tables
Topic: Caption in ltablex make table narrow
Replies: 9
Views: 8112

Re: Caption in ltablex make table narrow

Thanks! I'll get in touch and give him/her a link to this thread.
by stinkinrich88
Fri Oct 01, 2010 6:07 pm
Forum: Graphics, Figures & Tables
Topic: Caption in ltablex make table narrow
Replies: 9
Views: 8112

Re: Caption in ltablex make table narrow

Very well.... but as I mentioned in my previous post, I didn't want to mark it as solved as a better solution would be much appreciated. I would prefer not to use fixed width columns in my table, so if anyone knows another way then please let me know!
by stinkinrich88
Fri Oct 01, 2010 11:48 am
Forum: Graphics, Figures & Tables
Topic: Caption in ltablex make table narrow
Replies: 9
Views: 8112

Caption in ltablex make table narrow

I've just realised that if I fix the width of the first column, the problem is solved.

i.e. change the following line in my example:

\begin{tabularx}{\linewidth}{lX}

to this:

\begin{tabularx}{\linewidth}{p{2cm}X}

That's all the experimenting I've done, but that should be enough to help ...
by stinkinrich88
Fri Oct 01, 2010 10:57 am
Forum: Graphics, Figures & Tables
Topic: Caption in ltablex make table narrow
Replies: 9
Views: 8112

Caption in ltablex make table narrow

Sorry, here's a complete version:

\documentclass{article}
\usepackage{ltablex}
\usepackage{caption}

\begin{document}
\begin{tabularx}{\linewidth}{lX}
col1 & col2 \\
Name & %
Really loonggg descrition Really loonggg descrition Really loonggg descrition Really loonggg descrition\\
Name 2 ...
by stinkinrich88
Thu Sep 30, 2010 7:17 pm
Forum: Graphics, Figures & Tables
Topic: Caption in ltablex make table narrow
Replies: 9
Views: 8112

Caption in ltablex make table narrow

Hi.

I need a tabularx table to span across pages, so I'm using the ltablex package. It works fine! Except when I include a caption... When the caption is included, it makes the table narrower. Here is an example:

\begin{tabularx}{\linewidth}{lX}
\toprule
col1 & col2 \\
\midrule
Name ...
by stinkinrich88
Wed Sep 29, 2010 4:16 pm
Forum: Graphics, Figures & Tables
Topic: Resize PGF image (but not text)
Replies: 1
Views: 2712

Resize PGF image (but not text)

Hello,

How can I resize a pgf image, but keep the text in the image the same size?

I can't use \resizebox because this also resizes the text.

I understand that I can use the following in my pgf file:

\begin{tikzpicture}[scale=2]

However, that scales the image, rather than letting me resize it ...
by stinkinrich88
Sat Sep 04, 2010 12:03 am
Forum: Fonts & Character Sets
Topic: Interested in MinionPro installation guide (for WinXP)?
Replies: 11
Views: 7027

Re: Interested in MinionPro installation guide (for WinXP)?

Argh! Your file has expired... Sounds great, though! I'd love to read it!
by stinkinrich88
Fri Sep 03, 2010 6:17 pm
Forum: XeTeX
Topic: Xe(La)TeX + psfrag?
Replies: 4
Views: 6391

Xe(La)TeX + psfrag?

Yes, I have tried and it doesn't work (although the same code works fine in a Latex document).

I've read in a few places that it doesn't work. But I was hoping that they were outdated and improvements have been made... But I don't think they have.

I think psfrag doesn't work with xelatex for the ...
by stinkinrich88
Fri Sep 03, 2010 1:42 pm
Forum: XeTeX
Topic: Xe(La)TeX + psfrag?
Replies: 4
Views: 6391

Xe(La)TeX + psfrag?

Is it possible to get psfrag to work in Xe(La)TeX?

Thanks!