von Epllus » So 15. Sep 2013, 10:09
Ich fürchte, das ist ein Grund, warum ich ungern etwas bei biblatex verändere: ich kann die Auswirkungen nicht gut genug abschätzen.
„ifnames=1“ ist natürlich falsch. Es gehört „names=1“ hin (hoffentlich).
\RequirePackage{filecontents}
\begin{filecontents*}{\jobname2.bib}
@BOOK{Fortuna2007,
author = {Luigi Fortuna and Salvatore Graziani and Alessandro Rizzo and Maria
G. Xibilia},
title = {Soft Sensors for Monitoring and Control of Industrial Processes},
year = {2007},
publisher = {Springer-Verlag London Limited},
owner = {BlackDevil},
timestamp = {2013.09.13}
},
@MASTERSTHESIS{Joppich2007,
author = {Mirko Joppich},
title = {Überwachung funktionskritischer Regelventile mit Hilfe neuronaler
Modellbildung (Monitoring of function-critical control valves with
the aid of modeling)},
year = {2007},
owner = {BlackDevil},
school = {Fachhochschule Wiesbaden},
timestamp = {2013.09.13}
}
@ARTICLE{Dittmar2006,
author = {Rainer Dittmar and Bernd-Markus Pfeiffer},
title = {Industrial Application of Model Predictive Control},
year = {2006},
volume = {54},
pages = {590-301},
journal = {at - Automatisierungstechnik},
owner = {BlackDevil},
timestamp = {2013.09.13}
}
\end{filecontents*}
\documentclass[listof=totocnumbered,bibliography=totoc,twoside,12pt, headsepline, footsepline, cleardoublepage=current]{scrbook}
\usepackage[backend=biber,language=auto,style=alphabetic-verb]{biblatex}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}
\usepackage[american]{babel}
\addbibresource{\jobname2.bib}
\DeclareLabelalphaTemplate{
\labelelement{
\field[final]{shorthand}
\field{label}
\field[strside=left,names=1]{labelname}
}
\labelelement{
\field[strside=right]{year}
}}
\renewcommand*{\labelalphaothers}{~et al.~}
\begin{document}
\cite{Joppich2007}
\cite{Fortuna2007} \cite{Dittmar2006}
\printbibliography
\end{document}
Hoffe es ist richtig.
Ich fürchte, das ist ein Grund, warum ich ungern etwas bei biblatex verändere: ich kann die Auswirkungen nicht gut genug abschätzen.
„ifnames=1“ ist natürlich falsch. Es gehört „names=1“ hin (hoffentlich).
[code]\RequirePackage{filecontents}
\begin{filecontents*}{\jobname2.bib}
@BOOK{Fortuna2007,
author = {Luigi Fortuna and Salvatore Graziani and Alessandro Rizzo and Maria
G. Xibilia},
title = {Soft Sensors for Monitoring and Control of Industrial Processes},
year = {2007},
publisher = {Springer-Verlag London Limited},
owner = {BlackDevil},
timestamp = {2013.09.13}
},
@MASTERSTHESIS{Joppich2007,
author = {Mirko Joppich},
title = {Überwachung funktionskritischer Regelventile mit Hilfe neuronaler
Modellbildung (Monitoring of function-critical control valves with
the aid of modeling)},
year = {2007},
owner = {BlackDevil},
school = {Fachhochschule Wiesbaden},
timestamp = {2013.09.13}
}
@ARTICLE{Dittmar2006,
author = {Rainer Dittmar and Bernd-Markus Pfeiffer},
title = {Industrial Application of Model Predictive Control},
year = {2006},
volume = {54},
pages = {590-301},
journal = {at - Automatisierungstechnik},
owner = {BlackDevil},
timestamp = {2013.09.13}
}
\end{filecontents*}
\documentclass[listof=totocnumbered,bibliography=totoc,twoside,12pt, headsepline, footsepline, cleardoublepage=current]{scrbook}
\usepackage[backend=biber,language=auto,style=alphabetic-verb]{biblatex}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}
\usepackage[american]{babel}
\addbibresource{\jobname2.bib}
\DeclareLabelalphaTemplate{
\labelelement{
\field[final]{shorthand}
\field{label}
\field[strside=left,names=1]{labelname}
}
\labelelement{
\field[strside=right]{year}
}}
\renewcommand*{\labelalphaothers}{~et al.~}
\begin{document}
\cite{Joppich2007}
\cite{Fortuna2007} \cite{Dittmar2006}
\printbibliography
\end{document}
[/code]
Hoffe es ist richtig.