Search found 48 matches

by Eenzc
Mon Sep 28, 2009 9:56 pm
Forum: Text Formatting
Topic: How do I prevent text wrapping?
Replies: 2
Views: 4182

How do I prevent text wrapping?

Hi I'm printing my thesis but there is one page where a reference is text wrapped so it goes

ta - ble 3.

with the "ta" on one page and the "ble 3" on the other.

How do I prevent this?

Thanks.
by Eenzc
Tue Sep 22, 2009 5:59 pm
Forum: Graphics, Figures & Tables
Topic: m{width} does not work?
Replies: 3
Views: 6161

Re: m{width} does not work?

Thanks that works, I don't know how or why... but it works and thats the main thing.
by Eenzc
Mon Sep 21, 2009 5:00 pm
Forum: Graphics, Figures & Tables
Topic: m{width} does not work?
Replies: 3
Views: 6161

m{width} does not work?

Hello,

I've got a very simple table with two collumns.

One has a compound name in the next has a picture of it:

I would like the first collumn middle aligned and centered.


\documentclass[a4paper,oneside,11pt,titlepage]{book}
\usepackage{array} % for m{} in tables
\usepackage[margin=10pt,font ...
by Eenzc
Sun Sep 20, 2009 3:09 am
Forum: BibTeX, biblatex and biber
Topic: How to reference a patent using bibtex?
Replies: 4
Views: 25293

How to reference a patent using bibtex?

Hello,

This is more of an open question than a specific problem so I don't have a MWE to go with this.

I am writting my thesis and I would like to reference a patent application.

I am using a java program called JabRef to organise my Reference.bib file and I'm running bibtex using a chapterbib ...
by Eenzc
Fri Sep 18, 2009 10:58 am
Forum: Graphics, Figures & Tables
Topic: Sidewaystable: need to remove page header
Replies: 5
Views: 5913

Re: Sidewaystable: need to remove page header

Thank you gmedina, thats very helpful.
by Eenzc
Fri Sep 18, 2009 12:05 am
Forum: Graphics, Figures & Tables
Topic: Sidewaystable: need to remove page header
Replies: 5
Views: 5913

Re: Sidewaystable: need to remove page header

Erm, sooooo... I see this:

\iffloatpage{value for float page}{value for other pages}

My question now is what is the value to put in either of these things?

\iffloatpage{\pagestyle{empty}}{\pagestyle{fancy}}

Doesn't help.
by Eenzc
Thu Sep 17, 2009 11:50 pm
Forum: Graphics, Figures & Tables
Topic: Sidewaystable: need to remove page header
Replies: 5
Views: 5913

Sidewaystable: need to remove page header

Hello,

I have a long table that crosses my header. I would therefore like to remove the header on this page but \pagestyle{empty} doesn't work.




\documentclass[a4paper,oneside,11pt,titlepage]{book}

\usepackage{verbatim} % for the inclusion of multi-line comments
\usepackage{sistyle}

%%%% Math ...
by Eenzc
Mon Aug 03, 2009 3:51 pm
Forum: BibTeX, biblatex and biber
Topic: Sort&Compress Doesn't Compress
Replies: 4
Views: 14598

Re: Sort&Compress Doesn't Compress

I realise that the problem is to do with hyperref.

When that package isn't included, it sorts and compresses fine.

Someone suggested using \usepackage{hypernat} to make them compatable.

http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/hypernat.html

However no matter which order I include ...
by Eenzc
Mon Aug 03, 2009 3:10 pm
Forum: BibTeX, biblatex and biber
Topic: Sort&Compress Doesn't Compress
Replies: 4
Views: 14598

Sort&Compress Doesn't Compress

Here is as close to a MWE as you can get without me sending your my .bib file all the rest.



%%%% Citations and Reference packages
\documentclass[a4paper,oneside,11pt,titlepage]{book}

\usepackage[sort&compress]{natbib}
\usepackage{chapterbib}
\usepackage[colorlinks=true,linkcolor=blue,citecolor ...
by Eenzc
Tue Jul 21, 2009 12:57 pm
Forum: BibTeX, biblatex and biber
Topic: Sort&Compress Doesn't Compress
Replies: 4
Views: 14598

Sort&Compress Doesn't Compress

Hello,

I use the following packages:

%%%% Citations and Reference packages
\usepackage[sort&compress]{natbib}
\usepackage{chapterbib}
\usepackage[colorlinks=true,linkcolor=blue,citecolor=green]{hyperref}


And I cite reference using the following:

\citep{ref1, ref2, ref3, ref4, ref5, ref6}


My ...