von Dimitri » Fr 24. Mai 2013, 14:51
Hallo Ulrike,
Zuerstmal Danke für die Antwort; ich habe echt keine Ahnung, wie ich das machen soll:
Hier ist der Min.code
\documentclass[fontsize=12pt, numbers=noenddot, open=right, twoside, fleqn, paper=a4]{scrreprt}
\usepackage{hyperref}
\usepackage{cite}
\begin{filecontents*}{Literatur1.bib}
@INPROCEEDINGS{Heemels2009,
author = {Heemels, WPMH and Nesic, D and Teel, AR and Van De Wouw, N},
title = {Networked and quantized control systems with communication delays},
booktitle = {Decision and Control, 2009 held jointly with the 2009 28th Chinese
Control Conference. CDC/CCC 2009. Proceedings of the 48th IEEE Conference
on},
year = {2009},
pages = {7929--7935},
organization = {IEEE},
owner = {Dimitri Morgenstern},
timestamp = {2013.03.02},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5400548}
}
@ARTICLE{Fridman2004,
author = {Fridman, Emilia and Seuret, Alexandre and Richard, Jean-Pierre},
title = {Robust sampled-data stabilization of linear systems: an input delay
approach},
journal = {Automatica},
year = {2004},
volume = {40},
pages = {1441--1446},
number = {8},
owner = {Dimitri Morgenstern},
publisher = {Elsevier},
timestamp = {2013.03.01},
url = {http://www.sciencedirect.com/science/article/pii/S0005109804000913}
}
@ARTICLE{Hespanha2007,
author = {Hespanha, Joao P and Naghshtabrizi, Payam and Xu, Yonggang},
title = {A survey of recent results in networked control systems},
journal = {Proceedings of the IEEE},
year = {2007},
volume = {95},
pages = {138--162},
number = {1},
owner = {Dimitri Morgenstern},
publisher = {IEEE},
timestamp = {2013.03.02},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4118465}
}
@ARTICLE{Naghshtabrizi2010,
author = {Naghshtabrizi, Payam and Hespanha, Jo{\~a}o P and Teel, Andrew R},
title = {Stability of delay impulsive systems with application to networked
control systems},
journal = {Transactions of the Institute of Measurement and Control},
year = {2010},
volume = {32},
pages = {511--528},
number = {5},
owner = {Dimitri Morgenstern},
publisher = {SAGE Publications},
timestamp = {2013.03.02},
url = {http://tim.sagepub.com/content/32/5/511.short}
}
\end{filecontents*}
\begin{document}
\nocite{*}
% BIBTEX Literaturverzeichnis
\bibliography{Literatur1}
\bibliographystyle{alphadin}
\cite{Heemels2009} % hier sollte er "[HNTVDW09]" referenzieren
\cite{Hemmels2009,Fridman2004} % hier: "[HNTVDW09]" und "[FSR04]"
\cite{Hemmels2009,Fridman2004,Hespanha2007} % hier: "[HNTVDW09]", "[FSR04]" und "[HNX07]"
\cite{Hemmels2009,Fridman2004,Hespanha2007,Naghshtabrizi2010} % hier: "[HNTVDW09]", "[FSR04]", "[HNX07]" und "[NHT10]"
\end{document}
Ich hätte dazu noch ein paar Fragen:
1.) Warum gibt er die Fehlermeldung mit der Klammer aus "{"?
2.) Warum kann ich die Befehle "\citep", etc. nicht benutzen?
3.) Wie kriege ichs hin, dass er Nummern referenziert?
Einfach Name-->Nummer ändern??? In meiner Arbeit muss ich jedoch Namen benutzen.
LG,
Dimitri
Hallo Ulrike,
Zuerstmal Danke für die Antwort; ich habe echt keine Ahnung, wie ich das machen soll:
Hier ist der Min.code
[code]\documentclass[fontsize=12pt, numbers=noenddot, open=right, twoside, fleqn, paper=a4]{scrreprt}
\usepackage{hyperref}
\usepackage{cite}
\begin{filecontents*}{Literatur1.bib}
@INPROCEEDINGS{Heemels2009,
author = {Heemels, WPMH and Nesic, D and Teel, AR and Van De Wouw, N},
title = {Networked and quantized control systems with communication delays},
booktitle = {Decision and Control, 2009 held jointly with the 2009 28th Chinese
Control Conference. CDC/CCC 2009. Proceedings of the 48th IEEE Conference
on},
year = {2009},
pages = {7929--7935},
organization = {IEEE},
owner = {Dimitri Morgenstern},
timestamp = {2013.03.02},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5400548}
}
@ARTICLE{Fridman2004,
author = {Fridman, Emilia and Seuret, Alexandre and Richard, Jean-Pierre},
title = {Robust sampled-data stabilization of linear systems: an input delay
approach},
journal = {Automatica},
year = {2004},
volume = {40},
pages = {1441--1446},
number = {8},
owner = {Dimitri Morgenstern},
publisher = {Elsevier},
timestamp = {2013.03.01},
url = {http://www.sciencedirect.com/science/article/pii/S0005109804000913}
}
@ARTICLE{Hespanha2007,
author = {Hespanha, Joao P and Naghshtabrizi, Payam and Xu, Yonggang},
title = {A survey of recent results in networked control systems},
journal = {Proceedings of the IEEE},
year = {2007},
volume = {95},
pages = {138--162},
number = {1},
owner = {Dimitri Morgenstern},
publisher = {IEEE},
timestamp = {2013.03.02},
url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4118465}
}
@ARTICLE{Naghshtabrizi2010,
author = {Naghshtabrizi, Payam and Hespanha, Jo{\~a}o P and Teel, Andrew R},
title = {Stability of delay impulsive systems with application to networked
control systems},
journal = {Transactions of the Institute of Measurement and Control},
year = {2010},
volume = {32},
pages = {511--528},
number = {5},
owner = {Dimitri Morgenstern},
publisher = {SAGE Publications},
timestamp = {2013.03.02},
url = {http://tim.sagepub.com/content/32/5/511.short}
}
\end{filecontents*}
\begin{document}
\nocite{*}
% BIBTEX Literaturverzeichnis
\bibliography{Literatur1}
\bibliographystyle{alphadin}
\cite{Heemels2009} % hier sollte er "[HNTVDW09]" referenzieren
\cite{Hemmels2009,Fridman2004} % hier: "[HNTVDW09]" und "[FSR04]"
\cite{Hemmels2009,Fridman2004,Hespanha2007} % hier: "[HNTVDW09]", "[FSR04]" und "[HNX07]"
\cite{Hemmels2009,Fridman2004,Hespanha2007,Naghshtabrizi2010} % hier: "[HNTVDW09]", "[FSR04]", "[HNX07]" und "[NHT10]"
\end{document}[/code]
Ich hätte dazu noch ein paar Fragen:
1.) Warum gibt er die Fehlermeldung mit der Klammer aus "{"?
2.) Warum kann ich die Befehle "\citep", etc. nicht benutzen?
3.) Wie kriege ichs hin, dass er Nummern referenziert?
Einfach Name-->Nummer ändern??? In meiner Arbeit muss ich jedoch Namen benutzen.
LG,
Dimitri