Anzeige:
Ergebnis 1 bis 4 von 4

Thema: Qullenangabe bei Zitat

  1. #1
    Registrierter Benutzer
    Registriert seit
    22.04.2008
    Beiträge
    41

    Qullenangabe bei Zitat

    Hallo zusammen ich möchte gerne die Quelle meines Zitates gleich unter dem Zitat und zwar rechtsbündig angeben. Kann mir jemand sagen wie man das machen kann?

    Beispiel:
    Microsoft DNS and DHCP services are deployed by many enterprises. Included with Microsoft Windows server, these critical services are the foundation for network connectivity and applications. All IP devices need addresses, and DHCP is the most efficient way to provide them. And essentially all network applications, from web services to e-mail to Microsoft Active Directory, depend on DNS. But increasingly, the management of these services is a challenge as networks continue to add devices and applications at an unprecedented rate.
    Quelle, xy

    Vielen Dank für eure Hilfe

  2. #2
    Registrierter Benutzer Avatar von mechanicus
    Registriert seit
    10.07.2008
    Ort
    Hamburg
    Beiträge
    3.944
    Hallo,

    hier mal ein kleines Beispiel, ich hoffe es ist das, was du dir vorstellst.

    Code:
    \documentclass[12pt,a4paper]{article}
    
    \usepackage[english]{babel}
    \usepackage{blindtext}
    
    \begin{document}
    \blindtext
    \begin{quote}
    	Microsoft DNS and DHCP services are deployed by many enterprises. Included with Microsoft Windows server, these critical services are the foundation for network connectivity and applications. All IP devices need addresses, and DHCP is the most efficient way to provide them. And essentially all network applications, from web services to e-mail to Microsoft Active Directory, depend on DNS. But increasingly, the management of these services is a challenge as networks continue to add devices and applications at an unprecedented rate. \flushright \cite{bsp}
    \end{quote}
    \blindtext
    \begin{thebibliography}{xxxxxxxxxxxxxxxxxxx}
       \bibitem[BSP, 2008]{bsp} Beispiel in mrunix fuer Latex
    \end{thebibliography}
    
    \end{document}

  3. #3
    Registrierter Benutzer
    Registriert seit
    22.04.2008
    Beiträge
    41
    Danke für deine Antwort. Es hat in etwa geklappt, jedoch ist der Abstand zwischen dem Zitat und der Quelle sehr gross. Wie kann ich diesen Abstand verkleinern?

  4. #4
    Registrierter Benutzer Avatar von mechanicus
    Registriert seit
    10.07.2008
    Ort
    Hamburg
    Beiträge
    3.944
    Hallo,

    ersetze mal:
    Code:
    \flushright \cite{bsp}
    durch
    Code:
    \hfill\cite{bsp}
    Dann ist die Quellenangabe mit in der Letzen Zeile rechts. Alternativ aber ohne Schönheit der Programmierung, ersetze durch
    Code:
    \newline ${}$ \hfill\cite{bsp}
    Gruß

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •