von jo » Di 14. Feb 2017, 09:27
Hallo
Ich bin blutiger Anfänger und hatte mir eigentlich erhofft mit der Verwendung von Texstudio ein paar Problemen (wie sie bei Word öfter vorkommen) aus dem Weg zu gehen. Jedoch kommen immer wieder Dinge auf mich zu, die ich leider nicht alleine lösen kann..
Ich würde gerne mein Literaturverzeichnis nicht nummerieren, sondern zB mit dem style humannat (sprich (authourJahreszahl)) kompilieren. Das funktioniert nur leider nicht. Hier das Minibeispiel:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\bibliographystyle{humannat}
\begin{document}
.. the viral spreading \cite{Weinberg1996}
\bibliography{bib}
\end{document}
die lib.bib datei:
@article{Weinberg1996,
abstract = {A variety of laboratory and clinical investigations during the past 15 years have observed that one of the dangers of excessive iron is its ability to favor animal viral infections. The metal is essential for host cell synthesis of virions and can also impair defense cell function and increase oxidative stress. In both animal models and humans, viral infections cause upregulation of the iron withholding defense system. Factors that suppress the system enhance viral progression; factors that strengthen the system augment host defense. Procedures designed to reinforce the system are being developed and tested; some of these may become useful adjuncts in prevention and management of viral diseases.},
author = {Sciences, Medical},
file = {:Users/imac/Library/Application Support/Mendeley Desktop/Downloaded/Weinberg - 1990 - MINI-REVIEW Iron withholding a defense against viral infections.pdf:pdf},
journal = {BioMetal.s},
keywords = {iron,iron withholding defense,viral infections},
pages = {393--399},
title = {{MINI-REVIEW Iron withholding : a defense against viral infections}},
volume = {9},
year = {1996}
}
Folgende Fehlermeldungen erscheinen:
Package natbib Error: Bibliography not compatible with author-year citations. ...and\NAT@force@numbers{}\NAT@force@numbers
Package inputenc Error: Unicode char ′ (U+2032)(inputenc) not set up for use with LaTeX. \newblock {Copper (II) and 2,2′
Vorab: Vielen lieben Dank für die Hilfe!! (Kann einen ja doch in den Wahnsinn treiben )
Hallo
Ich bin blutiger Anfänger und hatte mir eigentlich erhofft mit der Verwendung von Texstudio ein paar Problemen (wie sie bei Word öfter vorkommen) aus dem Weg zu gehen. Jedoch kommen immer wieder Dinge auf mich zu, die ich leider nicht alleine lösen kann..
Ich würde gerne mein Literaturverzeichnis nicht nummerieren, sondern zB mit dem style humannat (sprich (authourJahreszahl)) kompilieren. Das funktioniert nur leider nicht. Hier das Minibeispiel:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\bibliographystyle{humannat}
\begin{document}
.. the viral spreading \cite{Weinberg1996}
\bibliography{bib}
\end{document}
die lib.bib datei:
@article{Weinberg1996,
abstract = {A variety of laboratory and clinical investigations during the past 15 years have observed that one of the dangers of excessive iron is its ability to favor animal viral infections. The metal is essential for host cell synthesis of virions and can also impair defense cell function and increase oxidative stress. In both animal models and humans, viral infections cause upregulation of the iron withholding defense system. Factors that suppress the system enhance viral progression; factors that strengthen the system augment host defense. Procedures designed to reinforce the system are being developed and tested; some of these may become useful adjuncts in prevention and management of viral diseases.},
author = {Sciences, Medical},
file = {:Users/imac/Library/Application Support/Mendeley Desktop/Downloaded/Weinberg - 1990 - MINI-REVIEW Iron withholding a defense against viral infections.pdf:pdf},
journal = {BioMetal.s},
keywords = {iron,iron withholding defense,viral infections},
pages = {393--399},
title = {{MINI-REVIEW Iron withholding : a defense against viral infections}},
volume = {9},
year = {1996}
}
Folgende Fehlermeldungen erscheinen:
Package natbib Error: Bibliography not compatible with author-year citations. ...and\NAT@force@numbers{}\NAT@force@numbers
Package inputenc Error: Unicode char ′ (U+2032)(inputenc) not set up for use with LaTeX. \newblock {Copper (II) and 2,2′
Vorab: Vielen lieben Dank für die Hilfe!! (Kann einen ja doch in den Wahnsinn treiben )