Search found 3 matches

by agiz
Thu Feb 09, 2017 1:18 pm
Forum: Theses, Books, Title pages
Topic: How to change the Bibliography style?
Replies: 10
Views: 20885

How to change the Bibliography style?

actually, i want to use a din1505 style
so how can I import it to use the style with biblatex ? or is it possible to change from biblatex to BibTeX simply use \usepackage[backend=bibtex,style=authoryear,natbib=true]{bibtex} ??

Sorry, i am really new to this and spend 2 days on styling this template ...
by agiz
Thu Feb 09, 2017 12:33 pm
Forum: Theses, Books, Title pages
Topic: How to change the Bibliography style?
Replies: 10
Views: 20885

How to change the Bibliography style?

Hi Stefan !

Thanks for trying to help :)

TeXStudio gives me this error
Package biblatex Error: Style 'alpha' not found. \RequireBibliographyStyle{\blx@bbxfile}

and i just changed \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} to \usepackage[backend=bibtex,style=alpha,natbib ...
by agiz
Thu Feb 09, 2017 11:41 am
Forum: Theses, Books, Title pages
Topic: How to change the Bibliography style?
Replies: 10
Views: 20885

How to change the Bibliography style?

Hey,

Sure, it's quite easy! Find the line: \bibliographystyle{unsrtnat} in main.tex and replace it with: \bibliographystyle{apalike} .

Cheers,
Vel

i have searched.. but there ist no \bibliographystyle . i guess i have the newest version and i have something like this \usepackage[backend=bibtex ...