Search found 3 matches

by afrancese
Sun Jul 01, 2018 6:36 pm
Forum: BibTeX, biblatex and biber
Topic: compiling bibtex file
Replies: 4
Views: 6899

compiling bibtex file

can't believe...
changed the name of the file from
Books and notes.bib
to
Books.bib

it all works now!!!
Should be no space in the name of the bib-file, why??
by afrancese
Sun Jul 01, 2018 6:14 pm
Forum: BibTeX, biblatex and biber
Topic: compiling bibtex file
Replies: 4
Views: 6899

compiling bibtex file

Hello,
thank you for your answer.

Please have a look to the bib file:

%
%Linear Elastic Fracture Mechanics
@book{fischer2007introduction,
title={Introduction to contact mechanics},
author={Fischer-Cripps, Anthony C},
volume={101},
year={2007},
publisher={Springer}
}
%
%Fracture mechanics ...
by afrancese
Sun Jul 01, 2018 5:56 pm
Forum: BibTeX, biblatex and biber
Topic: compiling bibtex file
Replies: 4
Views: 6899

compiling bibtex file

Hello everyone,
compiling bibtex file in TexMaker as:

\documentclass[11pt]{article}
\usepackage{apacite}
\usepackage[margin=1in]{geometry}
\usepackage{natbib}

\title{Literature Review}
\author{A. Francese}
\date{\today}

\begin{document}
\maketitle

Books and Notes, \cite ...