von avicii0273 » Mo 18. Aug 2014, 19:09
\documentclass{article}
\usepackage{a4wide}
\usepackage{setspace}
\usepackage{geometry}
\geometry {a4paper, top=30mm, left=38mm, right=40mm, bottom=30mm}
\usepackage[pdftex]{graphicx}
\usepackage{float}
\usepackage{lscape}
\usepackage{subfigure}
\usepackage{rotating}
\usepackage{capt-of}
\usepackage{caption}
\usepackage {multirow}
\usepackage{float}
\usepackage{csquotes}
\usepackage{logreq}
\usepackage[backend=biber, style=authoryear, sorting=nyt]{bilatex}
\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{amsfonts}
\usepackage{scrpage2}
\addbibresource{litcitavi.bib}
\begin{document}
\begin{center}
Text
\printbibliography [heading=bibintoc]
Hier sollte jetzt eigentlich das Literaturverzeichnis aus litcitavi.bib stehen
\end{center}
\end{document}
Das ist mein Quellcode. Hab in Miktex/texworks jetzt biber miteingebracht, aber dort wird mir angezeigt dass mein Literaturverzeichnis nicht gefunden werden kann:
INFO - This is Biber 1.9
INFO - Logfile is 'LaTeX1.blg'
INFO - Reading 'LaTeX1.bcf'
INFO - Found 1 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'litcitavi.bib*' for section 0
ERROR - Cannot find 'litcitavi.bib*'!
INFO - ERRORS: 1
Meine .bib Datei sieht so aus:
->aus Citavi importiert
@article{Eriksen.,
author = {Eriksen, Knut and Fallan, Lars},
title = {Tax knowledge and attitudes towards taxation: A report on a quasi-experiment},
pages = {387--402},
pagination = {page},
volume = {17}
}
@article{Madi.,
author = {Madi, Nero and Kamaluddin, Amrizah and Janggu, Tamoi and {Muliati Binti Aba Ibrahim} and {Aizimah Binti Abu Samah} and Jusoff, Kamanizaman},
title = {Tax Literacy among Employees: Sabah and Sarawaks Perspective},
pages = {218--223},
pagination = {page},
volume = {2},
number = {1}
}
@misc{Mukasa.,
author = {Mukasa, Joseph},
title = {Tax knowledge, perceived tax fairness and tax compliance in Uganda},
institution = {Makere University}
}
@article{Mutascu.,
author = {Mutascu, Mihai and Danuletiu, Dan},
title = {The literacy impact on tax revenues},
url = {\url{http://www.econstor.eu/}},
volume = {63}
}
[code]
\documentclass{article}
\usepackage{a4wide}
\usepackage{setspace}
\usepackage{geometry}
\geometry {a4paper, top=30mm, left=38mm, right=40mm, bottom=30mm}
\usepackage[pdftex]{graphicx}
\usepackage{float}
\usepackage{lscape}
\usepackage{subfigure}
\usepackage{rotating}
\usepackage{capt-of}
\usepackage{caption}
\usepackage {multirow}
\usepackage{float}
\usepackage{csquotes}
\usepackage{logreq}
\usepackage[backend=biber, style=authoryear, sorting=nyt]{bilatex}
\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{amsfonts}
\usepackage{scrpage2}
\addbibresource{litcitavi.bib}
\begin{document}
\begin{center}
Text
\printbibliography [heading=bibintoc]
Hier sollte jetzt eigentlich das Literaturverzeichnis aus litcitavi.bib stehen
\end{center}
\end{document}
[/code]
Das ist mein Quellcode. Hab in Miktex/texworks jetzt biber miteingebracht, aber dort wird mir angezeigt dass mein Literaturverzeichnis nicht gefunden werden kann:
INFO - This is Biber 1.9
INFO - Logfile is 'LaTeX1.blg'
INFO - Reading 'LaTeX1.bcf'
INFO - Found 1 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'litcitavi.bib*' for section 0
ERROR - Cannot find 'litcitavi.bib*'!
INFO - ERRORS: 1
Meine .bib Datei sieht so aus:
->aus Citavi importiert
[code]
@article{Eriksen.,
author = {Eriksen, Knut and Fallan, Lars},
title = {Tax knowledge and attitudes towards taxation: A report on a quasi-experiment},
pages = {387--402},
pagination = {page},
volume = {17}
}
@article{Madi.,
author = {Madi, Nero and Kamaluddin, Amrizah and Janggu, Tamoi and {Muliati Binti Aba Ibrahim} and {Aizimah Binti Abu Samah} and Jusoff, Kamanizaman},
title = {Tax Literacy among Employees: Sabah and Sarawaks Perspective},
pages = {218--223},
pagination = {page},
volume = {2},
number = {1}
}
@misc{Mukasa.,
author = {Mukasa, Joseph},
title = {Tax knowledge, perceived tax fairness and tax compliance in Uganda},
institution = {Makere University}
}
@article{Mutascu.,
author = {Mutascu, Mihai and Danuletiu, Dan},
title = {The literacy impact on tax revenues},
url = {\url{http://www.econstor.eu/}},
volume = {63}
}
[/code]