\cite-Befehl abändern

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

\cite-Befehl abändern

Beitrag von Dimitri »

Hallo,

ich hätte gerne gewusst, ob Mir einer bei meinem "Problem" helfen kann; ich hatte das zwar hier schonmal angesprochen, jedoch gehört hierfür egtl ein neuer Thread aufgemacht:

Ich hätte gerne folgendes:
\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 sitze da schon seit ein paar Tagen dran, was mit Sicherheit auch daran liegt, dass ich Anfänger bin.
Ich habe keine Ahnung, wie ich das mittels Biblatex ändern kann und den cite.pdf habe ich auch schon durchgesehen...
Zumindest den 1. "Wunsch" dürfte für einen "Latex-Kenner" doch nicht so schwer hinzukriegen sein, oder?

Hat da irgendjemand ne Idee dazu???

LG,
Dimitri

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

Beitrag von Dimitri »

Sry, hiernochmals der 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}

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

Beitrag von u_fischer »

Zumindest den 1. "Wunsch" dürfte für einen "Latex-Kenner" doch nicht so schwer hinzukriegen sein, oder?
Das Problem ist nicht der Schwierigkeitsgrad, sondern der nötige Zeitaufwand: Wenn man nicht gerade genau die benötigte Anpassung schon mal woanders gemacht hat, macht auch der LaTeX-Kenner (oder die -Kennerin) sowas nicht in 15 Minuten. Das kann dann schon 1-2 Stunden dauern.
Hat da irgendjemand ne Idee dazu???
Ich würde als Startpunkt den biblatex-Stil alphabetic-verb benutzen und dann ggfs. anpassen.

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

Beitrag von Dimitri »

Oh, danke für deine Antwort.

Hätte echt nicht gedacht, dass das so lange dauern könnte.
Hätte vermutet es wär fürn "profi" in wenigen minuten getan... :oops:

Antworten