I was wondering if you could help me trying to delete some punctuation marks.
Here is the code. When compiling the document the system says there are unsolved references. Attached you will find a picture of both references.
Code: Select all
\documentclass[
12pt,%
% draft,%
twoside,%
BCOR10mm,%
% bibtotocnumbered,% <= obsolete
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,ngerman,catalan,spanish]{babel}
\usepackage{natbib}
\usepackage{mystyle}
\begin{document}
1. Example: After (Ed.) there should not be a comma but a full stop.
\cite{Ba1996}
2. Example: Before (Eds.) there should not be a comma but no
punctuation mark at all.
\cite{Brammerts2001}
\bibliographystyle{miapalike}
\ifpdf
\bibliography{mybibliography}
\else
\fi
\end{document}
These are the references in mybibliography:
Code: Select all
@InCollection{Ba1996,
author = {H. Brammerts},
title = {{T{\'a}ndem a trav{\'e}s de Internet y la Red Internacional T{\'a}ndem por correo electr{\'o}nico}},
booktitle = {{Gu{\'i}a para el aprendizaje de lenguas en t{\'a}ndem a trav{\'e}s de Internet}},
OPTcrossref = {},
OPTkey = {},
pages = {3-16},
OPTpublisher = {{Servicio de Publicaciones, Universidad de Oviedo}},
year = {1996},
editor = {{H. Brammerts y D. Little}},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTtype = {},
OPTchapter = {},
address = {Oviedo: Servicio de Publicaciones de la Universidad de Oviedo},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{Brammerts2001,
ALTauthor = {},
editor = {H. Brammerts and K. Kleppin},
title = {{Selbstgesteuertes Sprachenlernen im Tandem. Ein Handbuch}},
publisher = {},
year = {2001},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {T{\"u}bingen{:} Stauffenburg},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
I was wondering if you know how to make the changes.
Many thanks in advance.
Regards,
Marie