Code: Select all
@book{sanmartiysantacana2005,
title={Els ibers del nord},
author={Sanmartí, Joan y Santacana, Joan},
publisher={Editorial Dalmau},
year={2005}
}
However, in the text it appears as (Sanmartí 2005, 49) and not as it should be(Sanmartí y Santacana,2005, 49), That is, the second author is missing.
I am using the following packages:
Code: Select all
\begin{flushright}
?
\end{flushright}\begin{flushright}
\end{flushright}
Code: Select all
\documentclass[11pt,a4paper,oldfontcommands]{memoir}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[spanish]{babel}
\usepackage{microtype}
\usepackage[dvips]{graphicx}
\usepackage{xcolor}
\usepackage{times}
\usepackage{epigraph}
\usepackage[utf8]{inputenc}
\usepackage[
breaklinks=true,colorlinks=true,
%linkcolor=blue,urlcolor=blue,citecolor=blue,% PDF VIEW
linkcolor=black,urlcolor=black,citecolor=black,% PRINT
bookmarks=true,bookmarksopenlevel=2]{hyperref}
\usepackage{geometry}
% PDF VIEW
% \geometry{total={210mm,297mm},
% left=25mm,right=25mm,%
% bindingoffset=0mm, top=25mm,bottom=25mm}
% PRINT
\geometry{total={210mm,297mm},
left=20mm,right=20mm,
bindingoffset=10mm, top=25mm,bottom=25mm}
\OnehalfSpacing
% \linespread{1.3}\selectfont{}
% \abnormalparskip{10pt}
%\usepackage{parskip}
\setlength{\parskip}{0.1mm plus0.0mm minus0.0mm}
%\linespread{1.3}
%%% CHAPTER'S STYLE
\chapterstyle{hansen}
%\chapterstyle{ger}
%\chapterstyle{madsen}
%\chapterstyle{ell}
%%% STYLE OF SECTIONS, SUBSECTIONS, AND SUBSUBSECTIONS
\setsecheadstyle{\Large\bfseries\sffamily\raggedright}
\setsubsecheadstyle{\large\bfseries\sffamily\raggedright}
\setsubsubsecheadstyle{\bfseries\sffamily\raggedright}
%%% STYLE OF PAGES NUMBERING
%\pagestyle{companion}\nouppercaseheads
%\pagestyle{headings}
%\pagestyle{Ruled}
\pagestyle{plain}
\makepagestyle{plain}
\makeevenfoot{plain}{\thepage}{}{}
\makeoddfoot{plain}{}{}{\thepage}
\makeevenhead{plain}{}{}{}
\makeoddhead{plain}{}{}{}
\maxsecnumdepth{subsection} % chapters, sections, and subsections are numbered
\maxtocdepth{subsection} % chapters, sections, and subsections are in the Table of Contents
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
\raggedbottom
\usepackage[round]{natbib}
\usepackage{cite}
\begin{document}
%\selectlanguage(spanish)
\bibliographystyle{apalike}
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
% TITLEPAGE
%
% due to variety of titlepage schemes it is probably better to make titlepage manually
%
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
\thispagestyle{empty}
\frontmatter
{%%%
\sffamily
\centering
\Large
~\vspace{\fill}
{\huge
Indiketia: evolución política del territorio
}
\vspace{2.5cm}
{\LARGE
Your name
}
\vspace{3.5cm}
A thesis submitted in partial fulfillment for the\\
degree of Doctor of Philosophy\\[1em]
in the\\[1em]
Faculty Name\\
University Name
\vspace{3.5cm}
Supervisor: Joan
\vspace{\fill}
May 2013
%%%
}%%%
\cleardoublepage
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
\tableofcontents*
\clearpage
\listoffigures
\clearpage
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%
\mainmatter
\include{preiberico}
\include{iberos}
\include{Introduction}
%\bibliographystyle{unsrt}
\bibliography{bibliografia}
\end{document}