I have two question, they should normally be separate questions, but I think that the answer for both questions will be similar. I want to make modifications in my citation style.
1) for an article, I don't want "in : publicationtitle" to be printed, I only want "publicationtile", no "in :".
2) after the location, I want a comma, not two dots. Eg. Not "New York : Publisher", but "New York, Publisher.
Thanks in advance for your time and skills!
\documentclass[MA,french,nonatbib,12pt]{ulthese}
\ifxetex\else \usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage[style=verbose-ibid, backend=biber, giveninits=true,
citepages=omit]{biblatex}
\renewcommand*{\newunitpunct}{\addcomma\space}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem\autocite[381]{sigfridsson}
ipsum\autocite[200]{aristotle:physics}
\printbibliography
\end{document}

