Search found 3 matches

by miss_sarinha
Thu Apr 18, 2019 4:01 pm
Forum: BibTeX, biblatex and biber
Topic: references do not align
Replies: 4
Views: 10201

references do not align

No, I'm printing references as you recommended:

% References

\newpage
\printbibliography

\end{document}

However, I solved the problem deactivating the ulem package:

https://cdn1.imggmi.com/uploads/2019/4/18/af921240ff3943bd60effcb0c90ab1e1-full.png

Sorry, I didn't know that this package ...
by miss_sarinha
Thu Apr 18, 2019 3:36 pm
Forum: BibTeX, biblatex and biber
Topic: references do not align
Replies: 4
Views: 10201

references do not align

Actually, I'm not underlining manually my references. It is somehow automatic and I also do not understand why.

Yes! I'm using the soul package to underline and highlight some things in my main text and it's working perfectly.
by miss_sarinha
Thu Apr 18, 2019 3:13 pm
Forum: BibTeX, biblatex and biber
Topic: references do not align
Replies: 4
Views: 10201

references do not align

Hello everyone!

I'm working on Overleaf and with the biblatex package.

I defined this configuration to my references:

\usepackage[
backend=biber,
style=numeric,
sorting=none
]{biblatex}
\bibliography{refs.bib}

And my references are appearing with the wrong alignment (red line - all my text ...