Search found 13 matches

by Nadia
Mon Feb 13, 2017 5:48 pm
Forum: General
Topic: Overleaf
Replies: 4
Views: 3309

Overleaf

Hi Stefan,

Thanks a lot, its very clear now for me.
by Nadia
Mon Feb 13, 2017 5:44 pm
Forum: BibTeX, biblatex and biber
Topic: LaTeX Warning: Citation `' on page 2 undefined on input line 131.
Replies: 4
Views: 40408

LaTeX Warning: Citation `' on page 2 undefined on input line 131.

Thanks a lot Johannes_B for your reply. I did sort it out. There was one bracket } missing. The missed bracket has caused disappearing 5 references.
by Nadia
Mon Feb 13, 2017 2:19 pm
Forum: General
Topic: Overleaf
Replies: 4
Views: 3309

Overleaf

Thank you very much
by Nadia
Mon Feb 13, 2017 10:40 am
Forum: BibTeX, biblatex and biber
Topic: LaTeX Warning: Citation `' on page 2 undefined on input line 131.
Replies: 4
Views: 40408

LaTeX Warning: Citation `' on page 2 undefined on input line 131.

Dear all,

My Latex file was working correctly. Yesterday, when I opened it again to add something I realised that some references are not in the PDF file however they are there in bib file. Could you please help with this.

Best regards,
Nadia
by Nadia
Mon Feb 13, 2017 10:16 am
Forum: General
Topic: Overleaf
Replies: 4
Views: 3309

Overleaf

Dear all,

Could you please clarify that for me, what is the difference between Latex and Overleaf ?

Best regards,
Nadia
by Nadia
Tue Jul 23, 2013 2:44 pm
Forum: Text Formatting
Topic: different font
Replies: 3
Views: 5640

different font

Hi Steven,
many thanks for your quick response. Here is mypreamble.tex file.

% Queen's Thesis Format
% (Borrowed from Dean Jin's BigDis.tex file, then heavily modified :)
% Michelle L. Crane, Queen's University, 2003
%********************************************************
% DOCUMENT STYLE ...
by Nadia
Tue Jul 23, 2013 1:45 pm
Forum: Text Formatting
Topic: different font
Replies: 3
Views: 5640

different font

Dear all,

I just finished writing my thesis in Latex and then I realized that the pdf version of the thesis has two different fonts. How would I sort this out please.

Many thanks and best regards,
Nadia
by Nadia
Fri Apr 19, 2013 10:28 pm
Forum: General
Topic: website citation
Replies: 1
Views: 2487

website citation

Dear all,

I am using WinEdt 7.1 and my question is how do I cite a website please?

Best regards,
Nadia
by Nadia
Thu Jan 17, 2013 10:50 pm
Forum: Text Formatting
Topic: File ended while scanning use of \@citex
Replies: 11
Views: 25471

Re: File ended while scanning use of \@citex

Hi Clemens,

Actually for Elsevier articles, there is heading for references and I think using an asterisk (*) after the section command like (\section*{Introduction}) could fix the problem.
http://www.fauskes.net/nb/latextips/#di ... nnumbering

Many thanks and best regards,
Nadia
by Nadia
Thu Jan 17, 2013 5:10 pm
Forum: Text Formatting
Topic: File ended while scanning use of \@citex
Replies: 11
Views: 25471

File ended while scanning use of \@citex

OK Stefan. This is my Latex file I am currently working on

\documentclass[final,3p,times,twocolumn]{elsarticle}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{pifont}
\usepackage{natbib}
\usepackage{geometry}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage ...