Theses, Books, Title pages ⇒ Surname first, Initial of first name bibliography
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Surname first, Initial of first name bibliography
teamIV
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Surname first, Initial of first name bibliography
This is actually quite easy, just use the apalike bibliography style with:
Code: Select all
\bibliographystyle{apalike}
unsrtnat
style in the template. You can change it at the bottom of main.tex
.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Surname first, Initial of first name bibliography
You saved me from many hours of stress!
teamIV
Re: Surname first, Initial of first name bibliography
