Search found 15 matches

by Ross Ahmed
Sat Feb 02, 2013 9:33 pm
Forum: General
Topic: Language package
Replies: 4
Views: 3809

Re: Language package

Many thanks.
by Ross Ahmed
Sat Feb 02, 2013 3:39 pm
Forum: Graphics, Figures & Tables
Topic: Arial font in table
Replies: 4
Views: 9400

Re: Arial font in table

Great, many thanks.
by Ross Ahmed
Sat Feb 02, 2013 3:26 pm
Forum: Graphics, Figures & Tables
Topic: Arial font in table
Replies: 4
Views: 9400

Re: Arial font in table

Note that numbers within the table columns are not Arial.
by Ross Ahmed
Sat Feb 02, 2013 2:43 pm
Forum: Graphics, Figures & Tables
Topic: Arial font in table
Replies: 4
Views: 9400

Arial font in table

The code below has set arial font throughout file. However, note the table contents is not arial. How can I make even the table content arial font?

\documentclass[12]{article}

\renewcommand{\rmdefault}{phv}
% Arial font
\renewcommand{\sfdefault}{phv}
% Arial font

\begin{document}

\title{test ...
by Ross Ahmed
Fri Feb 01, 2013 8:33 pm
Forum: General
Topic: Language package
Replies: 4
Views: 3809

Re: Language package

by Ross Ahmed
Fri Feb 01, 2013 7:01 pm
Forum: General
Topic: Language package
Replies: 4
Views: 3809

Language package

I have a .tex file that includes following in preamble:

Code: Select all

\usepackage{language}
If I try to compile a pdf, I get following error message and the PDF is not compiled.

"LaTeX Error: File 'language.sty' not found".

How can I get the PDF to compile?
by Ross Ahmed
Sun Jan 27, 2013 7:27 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex | Issues with Bibliography Formatting
Replies: 1
Views: 3378

biblatex | Issues with Bibliography Formatting

I've got as far as working out that this code is stopping the final author being delimited with '&'. If block of code below is removed, the final authors in bibliography become delimited with '&':

\DeclareFieldFormat[article]{pages}{#1}
\DeclareNameFormat[article,periodical,book,electronic]{author ...
by Ross Ahmed
Sat Jan 26, 2013 9:22 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex | Issues with Bibliography Formatting
Replies: 1
Views: 3378

biblatex | Issues with Bibliography Formatting

More problems have arisen with biblatex . Using the attached .bib file and .tex file, the bibliography is currently printing as in attached screenshot.

I'm aiming for following bibliography:
Andersson, S. 1999. Morphology....
Armenta, J.K., Dunn, P.O. & Whittingham, L.A. 2008. Effects.....

So ...
by Ross Ahmed
Sat Jan 26, 2013 8:19 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex | Bibliography not printing correctly
Replies: 2
Views: 5447

Re: biblatex | Bibliography not printing correctly

Many thanks, problem solved.
by Ross Ahmed
Fri Jan 25, 2013 6:06 pm
Forum: BibTeX, biblatex and biber
Topic: Biblatex et al
Replies: 7
Views: 12380

Re: Biblatex et al

Many thanks for your help. Problem addressed in this thread solved. There are other problem with my code, and having read board rules, I have started a different thread.