Zitieren mit Jabref

Erstellung eines Literaturverzeichnisses mit BibTeX, Biber, BibLaTeX und Co.


Dimitri
Forum-Guru
Forum-Guru
Beiträge: 418
Registriert: Fr 22. Mär 2013, 16:50

Beitrag von Dimitri »

Jetzt hab ich ein anderes Problem:

Warum macht der die Einträge der Paper 3-7 länger als die eigentliche Spalte???

Und warum zeigt er diese Fehlermeldungen an?
\documentclass[journal]{IEEEtranGerman}


\begin{document}


\nocite{*}

\bibliographystyle{IEEEtran}

\bibliography{Literatur}


\end{document}
Meine Literatur:

http://www.file-upload.net/download-738 ... r.bib.html

Epllus
Forum-Guru
Forum-Guru
Beiträge: 470
Registriert: So 23. Sep 2012, 17:31

Beitrag von Epllus »

Dimitri hat geschrieben:Und warum zeigt er diese Fehlermeldungen an?
Ich nehme an, du meinst die Fehlermeldung

! LaTeX Error: Something's wrong--perhaps a missing \item.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help.... \end{thebibliography}

Hast du schon versucht deine AUX-Dateien zu löschen?

Grüße
Epllus

Dimitri
Forum-Guru
Forum-Guru
Beiträge: 418
Registriert: Fr 22. Mär 2013, 16:50

Beitrag von Dimitri »

Er bringt folgenden Fehler --> snapshot

Dabei zeigt er auf den Text, aber der Fehler MUSS in der Literaturliste liegen...

Außderdem: Warum ordnet er die Literaturangeben in der PDF VERSETZT und nicht gleichmäßig untereinander an???

Bitte um Hilfe -.-

http://www.file-upload.net/download-738 ... r.png.html

Epllus
Forum-Guru
Forum-Guru
Beiträge: 470
Registriert: So 23. Sep 2012, 17:31

Beitrag von Epllus »

Wenn man bei den urls´s bei "_" ein \ vorher einfügt,
funktioniert es.
\RequirePackage{filecontents}
\begin{filecontents*}{HILFE.bib}

@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}
}

@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},
  __markedentry = {[Dimitri Morgenstern:6]},
  owner = {Dimitri Morgenstern},
  timestamp = {2013.03.02},
  url = {http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=5400548}
}

@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}
}

@ARTICLE{Naghshtabrizi2008,
  author = {Naghshtabrizi, Payam and Hespanha, Joao P and Teel, Andrew R},
  title = {Exponential stability of impulsive systems with application to uncertain
	sampled-data systems},
  journal = {Systems \& Control Letters},
  year = {2008},
  volume = {57},
  pages = {378--385},
  number = {5},
  owner = {Dimitri Morgenstern},
  publisher = {Elsevier},
  timestamp = {2013.03.01},
  url = {http://www.sciencedirect.com/science/article/pii/S0167691107001387}
}

@ARTICLE{Walsh2002,
  author = {Walsh, Gregory C and Ye, Hong and Bushnell, Linda G},
  title = {Stability analysis of networked control systems},
  journal = {Control Systems Technology, IEEE Transactions on},
  year = {2002},
  volume = {10},
  pages = {438--446},
  number = {3},
  __markedentry = {[Dimitri Morgenstern:]},
  owner = {Dimitri Morgenstern},
  publisher = {IEEE},
  timestamp = {2013.03.02},
  url = {http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=998034}
}

@ARTICLE{Yu2005,
  author = {Yu, Mei and Wang, Long and Chu, Tianguang and Hao, Fei},
  title = {Stabilization of networked control systems with data packet dropout
	and transmission delays: continuous-time case},
  journal = {European Journal of Control},
  year = {2005},
  volume = {11},
  pages = {40--49},
  number = {1},
  owner = {Dimitri Morgenstern},
  publisher = {Godalming, Surrey, UK: Springer-Verlag London Ltd., c1995-.},
  timestamp = {2013.03.02}
}

\end{filecontents*}
\documentclass[journal]{IEEEtranGerman} 

\begin{document} 

\nocite{*} 

\bibliographystyle{IEEEtran} 

\bibliography{HILFE.bib} 


\end{document}
Hoffe es hilft
Epllus

Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4300
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Beitrag von u_fischer »

Du musst das url-Paket (oder hyperref) laden:

\usepackage{url}

Dimitri
Forum-Guru
Forum-Guru
Beiträge: 418
Registriert: Fr 22. Mär 2013, 16:50

Beitrag von Dimitri »

Super, danke! :-)

Mit dem url-Paket funktionierts einwandfrei!!! :-)

Dimitri
Forum-Guru
Forum-Guru
Beiträge: 418
Registriert: Fr 22. Mär 2013, 16:50

Beitrag von Dimitri »

Danke, damit ist meine Frage beantwortet.

Antworten