Search found 9 matches

by couperc
Mon Sep 20, 2010 10:35 pm
Forum: Text Formatting
Topic: Blank page headings not correct
Replies: 1
Views: 1528

Blank page headings not correct

Hi

I currently have the following code:
\documentclass[a4paper, 12pt, twoside, openright]{report}
\usepackage{upgreek}
\usepackage{amsmath}
\usepackage{fancyhdr}


\usepackage{geometry}
\geometry{top=20mm, bottom=20mm, left=35mm, right=20mm}
\linespread{1.5}
%\usepackage{bookmark}

\begin{document ...
by couperc
Mon Jul 05, 2010 3:21 pm
Forum: Text Formatting
Topic: Itemised lists and numbering labels
Replies: 2
Views: 1902

Itemised lists and numbering labels

Just following on from this, I seem to be getting strange behaviour when i use this label in tables. See the example below:
\documentclass[12pt]{report}
\usepackage[footnotesize]{caption}
\usepackage{graphicx}
\usepackage{tabulary}
\usepackage{geometry}
\geometry{top=20mm, bottom=20mm, left=35mm ...
by couperc
Thu Jul 01, 2010 5:12 pm
Forum: Graphics, Figures & Tables
Topic: Label values jumping while using custom label
Replies: 1
Views: 1665

Label values jumping while using custom label

Hi

I'm using a custom label but when i use it within a tabulary environment it seems to jump the label number by hte number of labels within the environment (see below). Anyone any suggestions?

\documentclass[12pt]{report}
\usepackage[footnotesize]{caption}
\usepackage{graphicx}
\usepackage ...
by couperc
Tue Jun 15, 2010 1:30 pm
Forum: Text Formatting
Topic: Itemised lists and numbering labels
Replies: 2
Views: 1902

Itemised lists and numbering labels

Hi

I'm trying to create inline numbered lists but I want the number of the labels to increse. The MWE below contains the current method I'm using.

\documentclass[12pt]{article}
\usepackage{paralist}

\begin{document}

The beans used were \begin{inparaenum} \item \label{b1} haricot and \item ...
by couperc
Wed Jun 02, 2010 11:25 am
Forum: Page Layout
Topic: Header on some pages not correct
Replies: 4
Views: 3571

Header on some pages not correct

Soz for not having a MWE - the code below should show the behaviour I'm getting (I'm using pdflatex to generate a pdf from it). On the pdf that i get, page three shows the header behavious I'm trying to correct.

\documentclass[12pt]{report}
\usepackage{upgreek}
\usepackage[small]{caption ...
by couperc
Tue Jun 01, 2010 8:10 pm
Forum: Page Layout
Topic: Header on some pages not correct
Replies: 4
Views: 3571

Header on some pages not correct

Hi

I am having a slight problem with the header from my List of Figures carrying over into the next chapters. I have tried setting the headers at the start of the chapter but it doesn't have the desired effect. The following is the preamble etc for my doc
\documentclass[12pt]{report}
\usepackage ...
by couperc
Fri Apr 09, 2010 3:40 pm
Forum: Math & Science
Topic: Tau variations
Replies: 3
Views: 10428

Re: Tau variations

Will this affect the whole document?

any way i can use it just for that particular tau?
by couperc
Fri Apr 09, 2010 3:35 pm
Forum: Math & Science
Topic: Tau variations
Replies: 3
Views: 10428

Tau variations

Hi

Trying to get a particular style of tau symbol in latex but have had no luck.

http://www.netsoc.tcd.ie/~couperc/tau.JPG

The tau on the left (Latex) is the one I'm getting but the tau on the right (MS Word) is the one that I want.

Anyone know if there's a particualr font or language that ...