Search found 6 matches

by rms502
Mon Feb 20, 2012 7:37 pm
Forum: Math & Science
Topic: beamerposter | Bold Math Typeface
Replies: 1
Views: 2013

beamerposter | Bold Math Typeface

Hi all,

I wondered whether you can help me. I decided to try beamerposter for the first time and have come across the following problem: I am unable to get the \mathbf command to work without the error that it only works in math mode. My starting code is:
\documentclass[final]{beamer}
\usetheme ...
by rms502
Fri Aug 27, 2010 11:33 pm
Forum: BibTeX, biblatex and biber
Topic: Capital letters
Replies: 2
Views: 1957

Re: Capital letters

Thanks :D
by rms502
Fri Aug 27, 2010 11:06 pm
Forum: BibTeX, biblatex and biber
Topic: Capital letters
Replies: 2
Views: 1957

Capital letters

Hi,
Sorry to keep asking questions, I'm having issues with BiBteX again :(
I just wondered if anyone could help. I have a bibliography using the plain bibliography style. The titles of articles do not have capital letters in the final document except the first letter of each. This is good in the ...
by rms502
Fri Aug 27, 2010 6:05 pm
Forum: BibTeX, biblatex and biber
Topic: Referencing websites
Replies: 2
Views: 1686

Re: Referencing websites

Hey, thanks thats great :D
by rms502
Fri Aug 27, 2010 5:06 pm
Forum: BibTeX, biblatex and biber
Topic: Referencing websites
Replies: 2
Views: 1686

Referencing websites

Hi,
I'm trying to refernce a website and wondered if anyone could help. The website I want is: http://www.biology-online.org/4/2_water_homeostasis.htm and I'm using bibtex with a misc entry so:

@Misc{negativefeedback,
OPTkey = {},
OPTauthor = {},
title = {http://www.biology-online.org/4/2_water ...
by rms502
Thu Aug 26, 2010 7:57 pm
Forum: Graphics, Figures & Tables
Topic: longtable- extra page
Replies: 0
Views: 1000

longtable- extra page

Hey,
I'm trying to make a table which is quite wide and long. I think it would look best in landscape so I used:
\begin{landscape}
\begin{longtable}{ |l| l| l| l| l|l|p{2.7cm}|p{2.7cm}|p{3cm}|p{2.7cm}|p{2.7cm}|}

content

\caption{blah blah}
\end{longtable}
\end{lanscape}
The table itself looks ok ...