\cite-Befehl abändern

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: \cite-Befehl abändern

von Dimitri » Mo 27. Mai 2013, 14:49

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:

von u_fischer » Mo 27. Mai 2013, 14:39

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.

von Dimitri » Mo 27. Mai 2013, 13:58

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}

\cite-Befehl abändern

von Dimitri » Mo 27. Mai 2013, 13:57

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

Nach oben