Navigation auf uzh.ch

Universitätsbibliothek Zürich

Quicklinks und sprachwechsel, hauptnavigation, zitieren und referenzlisten erstellen in latex.

LaTeX ist ein kostenloses und quelloffenes System zur Erstellung von Texten, das besonders gut für wissenschaftliche Arbeiten geeignet ist.  Damit Sie diesem Tutorial folgen können, sind Grundkenntnisse in LaTeX erforderlich. Falls Ihnen diese fehlen, empfehlen wir die Tutorials auf Overleaf zum Selbststudium oder einen Kurs der Zentralen Informatik der UZH .

Das Wichtigste in Kürze

Für LaTeX gibt es zahlreiche Pakete , die verschiedene Funktionalitäten und Anpassungen ermöglichen. Somit gibt es auch einige verschiedene Möglichkeiten, um Zitationen und Referenzlisten in ein Dokument einzufügen.

Um Referenzlisten in LaTeX einzufügen, benötigen Sie…

  • ein LaTeX-Paket, das die Erstellung von Zitationen und Referenzlisten ermöglicht.
  • eine *.bib-Datei: Das ist eine reine Textdatei, die die Daten zu den Referenzen enthält.
  • einen Zitierstil (oft bereits im Paket enthalten).

LaTeX-Pakete für das Zitieren

Es gibt zwei weit verbreitete Pakete zum Zitieren in LaTeX. 

  • biblatex ist für fast alle Fälle die beste Option, besonders für  Seminararbeiten, Laborberichte, Bachelor-, Master- und Doktorarbeiten.
  • natbib sollten Sie nur verwenden, wenn Sie für eine Zeitschrift schreiben, die explizit die Verwendung von natbib für die Einreichung des Artikels erfordert (z.B. in der REVTex class ).

biblatex / biber

gibt es seit 2006

muss in der Präambel des LaTeX-Dokuments als Paket geladen werden

bietet viele praktische Funktionen zum Zitieren und Erstellen von Bibliographien (z.B. Referenzlisten nach jedem Kapitel).
Volle -Unterstützung für Sonderzeichen und Symbole
Viele verschiedene Zitier- und Bibliographiestile verfügbar, die auch einfach angepasst werden können (Codierung in LaTeX-Notation).
Wird laufend weiterentwickelt und aktualisiert
Nicht kompatibel mit dem Dokumenttyp , der für die Erstellung von Manuskripten für viele Journals immer noch Standard ist.

natbib / bibtex

gibt es seit 1993

ist in den meisten LaTeX-Distributionen bereits enthalten und erscheint somit als «native Zitierfunktion» von LaTeX.

veraltet, wird seit 2009 nicht mehr aktualisiert.
Probleme mit Sonderzeichen (z.B. Umlauten).
Informationen zu natbib und Sonderzeichen finden Sie in folgendem Beitrag:
Anpassung von Zitierstilen ist umständlich (erfordert ).
Einige Journals verlangen, dass LaTeX-Manuskripte im Dokumenttyp eingereicht werden. Dieser Dokumenttyp ist bisher nur mit natbib kompatibel.

Die *.bib-Datei

Ein weiterer Bestandteil beim Zitieren in LaTeX ist eine Textdatei , die die Metadaten aller Referenzen enthält, die Sie in Ihrem Dokument verwenden möchten. Die Datei hat die Endung *.bib und wird in der Regel im gleichen Ordner wie die entsprechende *.tex-Datei gespeichert.

Referenzen in der *.bib-Datei haben eine bestimmte Struktur, welche in der folgenden Abbildung erklärt wird.

dissertation zitieren latex

Achtung: biblatex und bibtex sind nicht identisch. Die exakte Felderstruktur und verfügbaren Dokumenttypen in *.bib-Dateien ist beim bibtex- und biblatex-Format unterschiedlich.

  • *.bib-Beispieldatei im biblatex-Format herunterladen (BIB, 441 bytes) .
  • *.bib-Beispieldatei im bibtex-Format herunterladen. (BIB, 401 bytes) Öffnen Sie *.bib-Dateien zur Anzeige z.B. im Windows Editor oder Mac TextEdit.

Welches der beiden Formate Sie brauchen, hängt vom verwendeten Paket ab. Für das biblatex-Paket benötigen Sie das biblatex-Format, für natbib benötigen Sie bibtex. 

Wie erhalte ich die *.bib-Datei?

Wir empfehlen Ihnen, eine Literaturverwaltungssoftware zu verwenden, um die gewünschten Referenzen als *.bib-Datei zu exportieren. Je nach Programm ist es dabei möglich, beim Export zwischen bibtex- und biblatex-Format zu wählen. Viele Programme erlauben jedoch nur den bibtex-Export. Mit dem kostenlosen Literaturverwaltungsprogramm JabRef können Sie *.bib-Dateien von bibtex zu biblatex konvertieren, und umgekehrt.

*.bib-Files aus Literaturverwaltungsprogramm exportieren

biblatex und bibtex

Referenzen markieren, dann Datei → Exportieren  → Auswählen, ob nur die markierten oder alle Titel im Projekt exportiert werden sollen  → Exportfilter BibTeX oder BibLaTeX auswählen

→ Als Textdatei speichern.

biblatex und bibtex Kein Export nötig, JabRef speichert Referenzen direkt im *.bib-Format. Bietet viele praktische Optionen zum Anpassen und Bereinigen der *.bib-Dateien.
nur bibtex
nur bibtex Format → Export References
Referenzen auswählen, dann unter Export style «BibTeX Export» wählen und auf «Save» klicken.
nur bibtex Referenzen auswählen, dann am unteren Bildschirmrand auf den Button «Export» klicken und «BibTeX» auswählen, dann Datei speichern.
nur bibtex Referenzen auswählen, dann mit der rechten Maustaste eine Referenz anklicken → Export Metadata → As BibTeX
biblatex und bibtex Referenzen auswählen, dann Rechtsklick auf eine Referenz → Exportieren → unter Format BibLaTeX oder BibTex auswählen.

Wie Sie biblatex verwenden

Das Paket biblatex wird in der Präambel des LaTeX-Dokuments geladen. Zusätzlich empfiehlt es sich, die Pakete inputenc mit dem Parameter utf8,  babel  mit der Sprache des Dokuments, sowie csquotes zu laden:

\usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{csquotes} \usepackage{biblatex}

Als nächsten Schritt geben Sie den Pfad zu der .bib-Datei an, die die Referenzen für Ihre Arbeit enthält, wobei Sie "references.bib" durch  den Namen Ihrer Datei ersetzen:

\addbibresource{references.bib}

Zitationen einfügen mit biblatex

An der Stelle in Ihrem Dokument, an der eine einfache Zitation einer Referenz erscheinen soll, setzen Sie den Zitierbefehl \cite{Nobody2023} , wobei Sie «Nobody2023» mit dem Citekey der gewünschten Referenz ersetzen. Es gibt in biblatex noch viele weitere Zitierbefehle, mit denen Sie Ihre Zitationen fast beliebig anpassen können. Weitere Infos dazu finden Sie in Kapitel 3.8 im biblatex-Benutzerhandbuch  sowie auf dem Biblatex Cheat Sheet .  

Literaturverzeichnis erstellen mit biblatex

An der Stelle in Ihrem Dokument, an dem das Literaturverzeichnis erstellt werden soll, setzen Sie den Befehl /printbibliography . Dies funktioniert nur, wenn Sie im Dokument Referenzen zitiert haben. Auch für die Referenzlisten gibt es viele Optionen zur Anpassung, welche Sie in Kapitel 3.7 im biblatex-Benutzerhandbuch finden.

Ein minimales Arbeitsbeispiel für Zitationen und Referenzlisten mit biblatex ist in folgender Abbildung erklärt. Sie können sich dazu auch unsere Beispieldatei herunterladen (ZIP, 725 bytes) . 

Achtung : Dieses Minimalbeispiel soll nur zur Erklärung der Funktionsweise des Pakets biblatex dienen. Die  damit generierten Referenzen sind für die meisten Anwendungen unzureichend formatiert. In den nächsten Schritten des Tutorials lernen Sie, wie Sie Zitierstile anwenden können.

dissertation zitieren latex

Zitier- und Bibliographiestile mit biblatex

Biblatex bietet verschiedene integrierte Stile zur Formatierung von Zitationen und Referenzen. Eine Zusammenstellung der beliebtesten Pakete und Zitierstile gibt es auf der Biblatex-Übersichtsseite.

Um einen Stil anzuwenden, geben Sie ihn beim Laden von biblatex als Parameter (in eckigen Klammern) an, z.B. für den Zitierstil Nature:

\usepackage[backend=biber, style=nature]{biblatex} 

Für einige der bekanntesten Zitierstile finden Sie hier weitere Tipps zur Formatierung.

\usepackage[backend=biber, style=chem-acs, articletitle=true, chaptertitle=true, maxbibnames=4]{biblatex} 

Beim Zitieren den Befehl \supercite verwenden, damit numerische Zitationen hochgestellt erscheinen.

\usepackage[backend=biber, style=chem-angew]{biblatex}
\usepackage[backend=biber, style=apa]{biblatex}

\cite-Befehl in runde Klammern setzen, oder \parencite verwenden.
Falls es gewünscht ist, dass Titel kapitalisiert werden, in der Präambel nach dem Laden von biblatex folgenden Befehl einfügen: \DeclareFieldFormat{apacase}{#1}
 

\usepackage[backend=biber, style=phys, maxbibnames=10]{biblatex} 

Falls es gewünscht ist, dass Titel kapitalisiert werden, in der Präambel nach dem Laden von biblatex folgenden Befehl einfügen: \DeclareFieldFormat{titlecase}{#1}

Siehe Dokumentation von oder  

\usepackage[backend=biber, style=ieee]{biblatex}

Falls es gewünscht ist, dass Titel kapitalisiert werden,  in der Präambel nach dem Laden von biblatex folgenden Befehl einfügen: \DeclareFieldFormat{sentencecase}{#1}

Siehe Dokumentation von  

\usepackage[backend=biber, style=nature]{biblatex}

Befehl \supercite verwenden, damit numerische Zitationen hochgestellt erscheinen.

Weiterführende Informationen

Anna Véron , Dr. sc. nat.

[email protected]

  • Liaison Librarian buchen

 alt=

Banner

Overleaf for Scholarly Writing & Publication: LaTeX Theses and Dissertations

  • Reference Managers and Overleaf
  • Adding Graphs, Tables, and Images
  • Using Templates on Overleaf
  • LaTeX Theses and Dissertations

LaTeX Theses and Dissertatons

Tips and tools for writing your LaTeX thesis or dissertation in  Overleaf, including templates, managing references , and getting started guides.

Managing References

BibTeX  is a file format used for lists of references for  LaTeX  documents. Many citation management tools support the ability to export and import lists of references in .bib format. Some reference management tools can generate  BibTeX  files of your library or folders for use in your  LaTeX  documents.

LaTeX on Wikibooks   has a  Bibliography Management  page.

Find list of BibTeX styles available on Overleaf   here

View a video tutorial on how to include a bibliography using BibTeX  here

Collaborate with Overleaf

Collaboration tools

Every project you create has a secret link. Just send it to your co-authors, and they can review, comment and edit. Overleaf synchronizes changes from all authors, so everyone always has the latest version. More advanced tools include protected projects and integration with Git.

Collaborate online and offline with Overleaf and Git

Protected projects with Overleaf Pro

Getting Started with Your Thesis or Dissertation

How to get started writing your thesis in LaTeX

Writing a thesis or dissertation in LaTeX can be challenging, but the end result is well worth it - nothing looks as good as a LaTeX-produced pdf, and for large documents it's a lot easier than fighting with formatting and cross-referencing in MS Word. Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the  Overleaf Gallery .

You can  upload your own thesis template to the Overleaf Gallery   if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

This video assumes you've used LaTeX before and are familiar with the standard commands (see our other  tutorial videos   if not), and focuses on how to work with a large project split over multiple files.

How to Write your Thesis/Dissertation in LaTeX: A Five-Part Guide

Five-Part LaTeX Thesis/Dissertation  Writing Guide

Part 1: Basic Structure   corresponding  video

Part 2: Page Layout   corresponding  video

Part 3: Figures, Subfigures and Tables   corresponding  video

Part 4: Bibliographies with Biblatex  corresponding  video

Part 5: Customizing Your Title Page and Abstract   corresponding  video

Link Your ORCID

Link yo ur  ORCiD  account  to your  Overleaf account  via the  ORCID @ CMU Portal

Open Knowledge Librarian

Profile Photo

  • << Previous: Using Templates on Overleaf
  • Last Updated: Oct 4, 2023 9:31 AM
  • URL: https://guides.library.cmu.edu/overleaf

Keine Suchergebnisse

Using bibliographies on Overleaf

  • 1 Introduction
  • 2 Creating your bibliography database
  • 3 Uploading your bibliography database
  • 4 Using a template
  • 5 Supported bibliography packages

Introduction

It's possible to include references in Overleaf using all of L a T e X 's major bibliography management programs: biblatex, natbib and bibtex. This article explains how to:

  • manually create a new .bib file for storing your bibliography database
  • upload an existing .bib file into your Overleaf project
  • create a .bib file starting from an Overleaf template.

Note : If you have a paid Overleaf account, the article How to link your Overleaf account to Mendeley and Zotero shows how to create a .bib file by importing references from Mendeley or Zotero.

Creating your bibliography database

To create a new bibliography file in your Overleaf project, in the editor, click New File icon:

Biblio1OLV2.png

An input box will appear for you to set the name of the new file. The file should have the .bib extension, in this example it is called mybibliography.bib . Now click on Create .

Biblio2OLV2.png

Now you can import this .bib file in the main .tex file. See the next example.

Biblio4OLV2.png

The command \addbibresource{mybibliography.bib} adds the created bibliography file to the document so you can use those references. See Bibliography management in LaTeX for more information about bibliography management.

Uploading your bibliography database

If you already have a bibliography file that you need to use in a Overleaf project, you can upload it. Click the Upload icon located on top of the left panel.

Biblio6OLV2.png

A dialog box will appear, you can either drag and drop the .bib file(s), or choose select from your computer to upload file(s) from your device.

Biblio7OLV2.png

Once the upload process is finished you can include the .bib file in your main .tex document.

Using a template

The Overleaf Gallery provides a large collection of templates, including several bibliography-related templates:

Biblio8OLV2.png

For example, a Gallery search lists the entry Multiple bibliographies with bibunits which shows how to create multiple bibliographies/reference lists in the same document:

Biblio9OLV2.png

If you select "Open as Template" Overleaf will create a new project which you can modify and use as a basis for your work:

Biblio10OLV2.png

Supported bibliography packages

For more information about bibliography management in L a T e X see.

  • Bibliography management in LaTeX (using biblatex)
  • Bibliography management with natbib
  • Bibliography management with bibtex
  • Documentation Home
  • Learn LaTeX in 30 minutes

Overleaf guides

  • Creating a document in Overleaf
  • Uploading a project
  • Copying a project
  • Creating a project from a template
  • Using the Overleaf project menu
  • Including images in Overleaf
  • Exporting your work from Overleaf
  • Working offline in Overleaf
  • Using Track Changes in Overleaf
  • Using bibliographies in Overleaf
  • Sharing your work with others
  • Using the History feature
  • Debugging Compilation timeout errors
  • How-to guides
  • Guide to Overleaf’s premium features

LaTeX Basics

  • Creating your first LaTeX document
  • Choosing a LaTeX Compiler
  • Paragraphs and new lines
  • Bold, italics and underlining

Mathematics

  • Mathematical expressions
  • Subscripts and superscripts
  • Brackets and Parentheses
  • Fractions and Binomials
  • Aligning equations
  • Spacing in math mode
  • Integrals, sums and limits
  • Display style in math mode
  • List of Greek letters and math symbols
  • Mathematical fonts
  • Using the Symbol Palette in Overleaf

Figures and tables

  • Inserting Images
  • Positioning Images and Tables
  • Lists of Tables and Figures
  • Drawing Diagrams Directly in LaTeX
  • TikZ package

References and Citations

  • Bibliography management with biblatex
  • Bibtex bibliography styles
  • Natbib bibliography styles
  • Natbib citation styles
  • Biblatex bibliography styles
  • Biblatex citation styles
  • Multilingual typesetting on Overleaf using polyglossia and fontspec
  • Multilingual typesetting on Overleaf using babel and fontspec
  • International language support
  • Quotations and quotation marks

Document structure

  • Sections and chapters
  • Table of contents
  • Cross referencing sections, equations and floats
  • Nomenclatures
  • Management in a large project
  • Multi-file LaTeX projects
  • Lengths in L a T e X
  • Headers and footers
  • Page numbering
  • Paragraph formatting
  • Line breaks and blank spaces
  • Text alignment
  • Page size and margins
  • Single sided and double sided documents
  • Multiple columns
  • Code listing
  • Code Highlighting with minted
  • Using colours in LaTeX
  • Margin notes
  • Font sizes, families, and styles
  • Font typefaces
  • Supporting modern fonts with X Ǝ L a T e X

Presentations

  • Environments

Field specific

  • Theorems and proofs
  • Chemistry formulae
  • Feynman diagrams
  • Molecular orbital diagrams
  • Chess notation
  • Knitting patterns
  • CircuiTikz package
  • Pgfplots package
  • Typesetting exams in LaTeX
  • Attribute Value Matrices

Class files

  • Understanding packages and class files
  • List of packages and class files
  • Writing your own package
  • Writing your own class

Advanced TeX/LaTeX

  • In-depth technical articles on TeX/LaTeX

Kontaktiere uns

Hast du dir schon Wissensdatenbank angeschaut?

Anforderung gesendet, danke.

Email: 

Get the Reddit app

How to cite a published phd dissertation in bibtex using @phdthesis.

I have the following entry. But when I cite it in my paper, I keep getting "Unpublished doctoral dissertation" showing up in the entry. As far as I can tell there's no field to specify publishing information, so how do I get rid of this message?

By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy .

Enter the 6-digit code from your authenticator app

You’ve set up two-factor authentication for this account.

Enter a 6-digit backup code

Create your username and password.

Reddit is anonymous, so your username is what you’ll go by here. Choose wisely—because once you get a name, you can’t change it.

Reset your password

Enter your email address or username and we’ll send you a link to reset your password

Check your inbox

An email with a link to reset your password was sent to the email address associated with your account

Choose a Reddit account to continue

  • University of Wisconsin–Madison
  • University of Wisconsin-Madison
  • Research Guides
  • LaTeX Guide
  • Citing with BibTeX

LaTeX Guide : Citing with BibTeX

  • Introduction
  • Getting Started
  • UW-Madison Templates

LaTeX uses the BibTeX (.bib) file format to manage and process lists of references in order to produce in-text citations and formatted bibliographies. It is possible to create a BibTeX file from scratch using a text editor, but many literature databases and most modern citation managers can export directly to this format.

  • Bibliography management with BibTeX An introduction to using BibTeX and .bib files for bibliography management, including solutions to common problems. From Overleaf.
  • BibTeX Basic introduction to the BibTeX file format and how to use it with LaTeX.
  • Choosing a BibTeX style Guide from Reed College on various citation styles and how to use them with BibTeX and LaTeX.

Citation Managers and LaTeX/BibTeX

Jabref is a free reference manager with native BibTeX and BibLaTeX support—it's designed for use with systems like LaTeX and includes cite-while-you-write functionality for LaTeX editors like Kile, LyX, and TeXstudio.

  • JabRef Free citation manager with BibTeX support. Made by researchers for researchers.

Zotero is a free, open source citation manager. To create a BibTeX file with Zotero:

  • Save all your references into a single collection folder
  • Right click that collection in Zotero ( Ctrl + click for Mac OS)
  • Choose Export Collection...
  • Change the format from RIS to BibTeX

This will create a .bib file for you. Because Zotero is open source, there are a number of third-party plugins you can get to add or improve functionality. Better BibTeX for Zotero is highly recommended if you will be using Zotero for citation management for a LaTeX project.

  • Better BibTeX for Zotero A plugin for Zotero that makes it easier for LaTeX users to manage bibliographic data.
  • How to link your Overleaf account to Mendeley and Zotero For users with premium subscriptions only.

EndNote is a powerful citation manager, but the full version cannot be used without the purchase of a software license. The paid version of EndNote can produce a BibTeX file for your references, with some limitations. To do this:

  • Save all your references into a single EndNote group
  • Select the references in EndNote (use Ctrl +A for Windows or Cmd + A for Mac OS to select all)
  • From the main menu choose File > Export...
  • Choose BibTeX Export as the file output style (this may require installing the BibTeX Export style from the Style Manager)
  • Save the file
  • EndNote creates a plain text (.txt) file with BibTeX formatting inside; you will need to manually change it to .bib

Note: these instructions were created using EndNote 20. The process may not be exactly the same for other versions of EndNote.

  • Can I use Overleaf with EndNote? Instructions for using EndNote to manage references for an Overleaf LaTeX project.

Mendeley is a free citation manager. Follow the directions below to create a BibTeX file containing the references from a Mendeley collection.

  • Save all your references into a single folder
  • Navigate to that folder in Mendeley Reference Manager
  • Choose File > Export All from the main menu
  • Choose BibTeX (*.bib) and save your file

Note: the steps may vary depending on the version of Mendeley being used.

  • Exporting references from Mendeley Instructions for exporting your Mendeley reference library to a variety of formats. Note that this creates a static file.
  • << Previous: Getting Started
  • Next: UW-Madison Templates >>
  • Last Updated: May 29, 2024 3:50 PM
  • URL: https://researchguides.library.wisc.edu/latex

Banner

Overleaf for LaTeX Theses & Dissertations: Home

  • Using Templates on Overleaf
  • Reference Managers and Overleaf
  • Adding Tables, Images, and Graphs

Tips and tools for writing your LaTeX thesis or dissertation in Overleaf, including templates, managing references , and getting started guides.

Managing References

BibTeX is a file format used for lists of references for LaTeX documents. Many citation management tools support the ability to export and import lists of references in .bib format. Some reference management tools can generate BibTeX files of your library or folders for use in your LaTeX documents.

LaTeX on Wikibooks has a Bibliography Management page.

Find list of BibTeX styles available on Overleaf here

View a video tutorial on how to include a bibliography using BibTeX  here

Collaborate with Overleaf

Collaboration tools

  • One version of your project accessible to collaborators via a shared link or email invitation
  • Easily select the level of access for collaborators (view, edit, or owner access)
  • Real-time commenting speeds up the review process
  • Tracked changes and full history view help to see contributions from collaborators
  • Labels help to organize and compare different versions
  • Chat in real time with collaborators right within the project

How to get started writing your thesis in LaTeX

Writing a thesis or dissertation in LaTeX can be challenging, but the end result is well worth it - nothing looks as good as a LaTeX-produced pdf, and for large documents it's a lot easier than fighting with formatting and cross-referencing in MS Word. Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the Overleaf Gallery .

You can upload your own thesis template to the Overleaf Gallery if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

This video assumes you've used LaTeX before and are familiar with the standard commands (see our other tutorial videos  if not), and focuses on how to work with a large project split over multiple files.

Add Institutional Library contact info here.

Contact Overleaf   or email [email protected]

5-part Guide on How to Write a Thesis in LaTeX

5-part LaTeX Thesis Writing Guide

Part 1: Basic Structure corresponding  video

Part 2: Page Layout corresponding  video

Part 3: Figures, Subfigures and Tables   corresponding video

Part 4: Bibliographies with Biblatex corresponding video

Part 5: Customizing Your Title Page and Abstract corresponding video

ShareLaTeX Joins Overleaf!

Read more about Overleaf and ShareLaTeX joining forces here

Link your ORCiD ID

Link your ORCiD account to your Overleaf account.

See Overleaf news   on  our blog.

  • Next: Using Templates on Overleaf >>
  • Last Updated: May 18, 2021 1:57 PM
  • URL: https://overleaf.libguides.com/Thesis

Dissertation Template

Dissertation Template

Get in touch

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

  • Benutzerkonto erstellen
  • Diskussionsseite

LaTeX-Kompendium: Zitieren mit BibTeX

{\displaystyle {\mathrm {B{\scriptstyle {IB}}\!T\!_{\displaystyle E}\!X} }}

Für dieses Beispiel müsste im gleichen Verzeichnis eine Datei lit.bib mit dem Eintrag meier99 vorhanden sein, siehe dazu unten

Später wird ein Paket namens biblatex bearbeitet, das weitere Funktionen bietet. Diese kann auch mit einem Hilfsprogramm namens Biber statt mit BibTeX arbeiten. Im Folgenden wird erstmal ausschließlich BibTeX ohne das Paket biblatex verwendet. Die Quellen werden in einem bestimmten Format in eine (oder auch mehrere) Dateien gespeichert, wobei es auch Programme gibt, welche dies erledigen. Jede Quelle hat einen eindeutigen Schlüssel (den BibTeX-Key), welcher für das Zitat verwendet wird. Im obigen Beispiel ist "meier99" ein solcher Schlüssel.

Der \cite-Befehl, von dem es weitere Abwandlungen, vor allem mit natbib gibt, zitiert an der entsprechenden Stelle, das Zitat wird bei der Ausgabe je nach Stil ausgegeben. Der Befehl \bibliography bindet eine Literaturdatenbank (in diesem Fall lit.bib) ein, und erstellt das Literaturverzeichnis. Direkt danach muss noch der Stil dieses Verzeichnisses durch \bibliographystyle{<Stil>} definiert werden. Das Verzeichnis wird je nach Dokumentenklasse als section oder chapter eingefügt (und zwar mit Stern, d.h. das Literaturverzeichnis wird normalerweise nicht in das Inhaltsverzeichnis aufgenommen und nicht mitnummeriert).

BibTeX-Literaturdatenbank

Literaturtypen (entry types).

Für jeden Typ von BibTeX-Eintrag gibt es Pflichteinträge und zusätzliche Attribute. Ohne die notwendigen Pflichteinträge wird die Bibliografie nicht fehlerfrei kompiliert.

Verpflichtend ist die Referenz für den Eintrag, die beliebig - aber möglichst eindeutig - gewählt werden kann. Ein Beispiel:

Auf diese Referenz kann dann im Text mit

verwiesen werden. Seitenzahlen werden in eckige Klammern gesetzt und so ausgegeben wie eingetragen:

Will man ein "f." oder ein "ff." mit angeben um eine bzw. mehrere folgende Seiten zu kennzeichnen, geschieht dies mit \psq, bzw. \psqq:

Referenzart: book Notwendige Felder: author oder editor, title, publisher, year Optionale Felder: volume oder number, series, address, edition, month, note, isbn

Konferenzbände und Sammelwerke

Referenzart: proceedings Notwendige Felder: title, year Optionale Felder: editor, volume oder number, series, address, month, organization, publisher, note

Das Hauptwerk wird zu einem Eintrag:

Die Einträge bekommen zusätzlich jeder für sich einen Bib-Eintrag. Diese sollten - bei getrennten Bib-Files pro Werk - ebenfalls in der Datei des Hauptwerkes verzeichnet sein.

Referenzart: inproceedings Notwendige Felder: author, title, booktitle, year Optionale Felder: editor, volume oder number, series, pages, address, month, organization, publisher, note

Referenzart: misc Notwendige Felder: keine Optionale Felder: author, title, howpublished, month, year, note

Referenzart notwendige Felder optionale Felder
article author, title, journal, year volume, number, pages, month, note
book author oder editor, title, publisher, year volume oder number, series, address, edition, month, note, isbn
booklet title author, howpublished, address, month, year, note
conference author, title, booktitle, year editor, volume oder number, series, pages, address, month, organization, publisher, note
inbook author oder editor, title, booktitle, chapter und/oder pages, publisher, year volume oder number, series, type, address, edition, month, note
incollection author, title, booktitle, publisher, year editor, volume oder number, series, type, chapter, pages, address, edition, month, note
inproceedings author, title, booktitle, year editor, volume oder number, series, pages, address, month, organization, publisher, note
manual title author, organization, address, edition, month, year, note
mastersthesis author, title, school, year type, address, month, note
thesis author, title, school, year type, address, month, note
misc - author, title, howpublished, month, year, note
phdthesis author, title, school, year type, address, month, note
proceedings title, year editor, volume oder number, series, address, month, organization, publisher, note
techreport author, title, institution, year type, number, address, month, note
unpublished author, title, note month, year

Trotz vielfältiger Gestaltungsmöglichkeiten, unter anderem mit dem Befehl custombib, der die Festlegung einzelner Merkmale eines eigenen Bibliographiestils ermöglicht, gibt es verständlicherweise nicht für jede Anforderung einen vordefinierten Bibliographiestil. Wenngleich viele Stile Optionen zur Anpassung an die eigenen Bedürfnisse bieten, kommt man in manchen Situationen nicht um das Erstellen eigener Styles herum. Das Erlernen der postfix-Notation, in der Bibtex-Stile programmiert werden, gilt jedoch als sehr schwierig, selbst das Verändern bereits bestehender Stile ist nicht ohne weiteres möglich.

Eine Lösung für dieses Dilemma bietet BibLaTeX. Bibliographie-Stile für BibLaTeX werden in LaTeX programmiert, was die Erstellung eigener und Veränderung bestehender Stile für LaTeX-Könner deutlich vereinfacht.

Wenn man mit BibLaTeX arbeitet, bietet es sich an, auf das neuere Hilfsprogramm Biber umzusteigen. Hier ist die Syntax etwas anders:

  • Der Zitierstil wird in Biber statt mit \bibliographystyle über die Paketoption style=... von biblatex definiert.
  • Es gibt in Biber wesentlich mehr Feldeinträge (entries) und Sortieroptionen.
  • Man muss Biber auf der TeX-Datei ausführen statt BibTeX.

Unten finden sich Beispiele, wie ein annähernd gleiches Ergebnis mit BibLaTeX sowie mit Biber erzeugt wird.

Häufige Probleme

BibTeX passt je nach eingestelltem Stil das Format an. Meistens ist dies ganz praktisch, in seltenen Fällen treten aber Missverständnisse auf und nicht das gewünschte Ergebnis entsteht.

  • Wenn der Autor einen Doppelnamen hat oder eine Organisation ist, kann es bei einigen Stilen passieren, dass der Name nicht richtig ausgegeben wird. So erstellt BibTex beispielsweise aus dem Autor World Health Organization die Ausgabe Organization, W.H. Dieses Problem kann gelöst werden, indem der Name in geschweifte Klammern geschrieben wird: {World Health Organization} . Im Quellcode werden doppelte Klammern verwendet: AUTHOR = {{World Health Organization}}
  • Wenn der Titel aus mehreren Wörtern besteht, und BibTeX diese nicht korrekt erkennt, kann es vorkommen, dass Wörter, die eigentlich großgeschrieben sein sollten, im Literaturverzeichnis kleingeschrieben sind. Dies lässt sich auch mit geschweiften Klammern lösen. Auch hier werden wieder doppelte geschweifte Klammern verwendet: TITLE = {{Dieser Titel soll Großbuchstaben und kleinbuchstaben enthalten}} . Alternativ kann auch der Stil gerplain (d.h. \bibliographystyle{gerplain} ) oder dinat verwendet werden. Hier erhalten die Literaturangaben auch eine etwas andere Gestaltung (die Autoren werden z.B. in Kapitälchen, der Titel kursiv gesetzt).
  • Damit das Literatur-Verzeichnis und etwaige Verweise darauf beim Betrachten der DVI-Datei korrekt angezeigt werden, muss die LaTeX-Quelle (und zwar das TeX-Dokument, in das die Literaturdatenbank eingebunden wird, nicht die Bib-Datei selbst!) mehrfach kompiliert werden: Erst mit Hilfe des Latex-Compilers, dann mit dem BibTex-Compiler, anschließend muss zweimal der LaTeX-Compiler angewandt werden, siehe auch Ende des Artikels.

Weitere mögliche Fehlerquellen

  • Biber- / BibTeX-Ausgabe angucken. Häufig steht hier bereits eine Fehlermeldung (Error -- ...)
  • Schuld bei solchen Fehlermeldungen sind häufig fehlende Kommata, falsche Entries oder die Entries existieren im Typ nicht.
  • Wenn scheinbar alles gut läuft, aber die Bibliografie leer bleibt / unvollständig ist, sind entweder die Hilfsdateien Schuld (. bcf etc. löschen) oder die Quele wurde einfach noch nicht zitiert. (Zur Anzeige solcher \nocite{*} vor \printbibliography{} ergänzen} Oder man hat die Aufrufreihenfolge oben nicht korrekt beachtet.
  • Es kann helfen, die Hilfsdateien (.bcf etc.) zu löschen.
  • Es kann auch sein, dass man TeXWorks benutzt hat und versehentlich BibTeX (voreingestellt) statt Biber aufgerufen hat.

BibTeX-Stil

Die Darstellung der Zitate und des Literaturverzeichnisses wird über eine Datei mit der Endung .sty definiert. Es gibt eine Vielzahl von vorgefertigten Formaten, von denen viele auch in den gängigen LaTeX-Distributionen enthalten sind ( Beispiel-Styles ). Speziell für den deutschen Sprachraum und Zitate nach der Norm DIN 1505 gibt es ein eigenes Paket mit einem passenden Stil ( natdin ), welches eingebunden werden kann, und zusätzlich weitere Beispiele, wie zum Beispiel das Paket jurabib und weitere.

Bestimmt wird der Stil über den Befehl \bibliographystyle{<Stil>} direkt nach dem \bibliography -Befehl.

Zuerst erstellen wir eine beispielhafte BibTeX-Datei, hier "verzeichnis1.bib":

sowie die dazugehörige LaTeX-Datei "bibspiel1.tex":

und Kompilieren mit:

das Ergebnis "bibspiel1.dvi" kann jetzt mit einem DVI-Betrachter angezeigt werden.

dissertation zitieren latex

Zuerst erstellen wir eine beispielhafte Biber-Datei, hier "verzeichnis2.bib":

sowie die dazugehörige LaTeX-Datei "bibspiel2.tex":

das Ergebnis "bibspiel2.dvi" kann jetzt mit einem DVI-Betrachter angezeigt werden.

Onlinegenerierung von BibTeX-Einträgen

Für wissenschaftliche Arbeiten bieten sich die folgenden zwei Internetseiten bevorzugt bei online verfügbaren Quellen an.

Liegen Einträge im Format RIS vor, können sie nach *.bib umgewandelt werden mit:

https://www.bruot.org/ris2bib

Wenn die DOI vorliegt, kann ebenso doi2bib verwendet werden.

https://www.doi2bib.org

dissertation zitieren latex

Der Literaturgenerator macht es möglich, schnell und einfach BibTeX-Einträge zu erstellen. Es reicht, den Titel des Buches in das Suchfeld einzutragen.

http://www.literatur-generator.de

Mit dem Literaturverwaltungsprogramm zotero lassen sich auch bibtex-Dateien exportieren.

http://www.zotero.org

Mendeley ist ebenfalls ein sehr umfangreiches Literaturverwaltungsprogramm (als Desktop- oder Webversion), mit Hilfe dessen man auch bibtex-Dateien generieren kann:

http://www.mendeley.com

Zur Suche von fertigen BibTeX Einträgen bietet sich Google Scholar an:

http://scholar.google.de

Die meisten Bibliothekskataloge können mittlerweile BibTeX exportieren (ggf. nach Citavi ). Hiermit können komplette Datensätze in die BibTeX-Datenbank übernommen werden. Mit dem Webtool Lead2Amazon ist es möglich, BibTeX-Einträge für Bücher, die bei Amazon erhältlich sind, automatisch zu generieren. In das Suchfeld muss dabei lediglich die ISBN eingetragen werden.

http://lead.to/amazon/en/?op=bt

Das in den Naturwissenschaften genutzte Preprint-Archiv ArXiv bietet häufig ebenfalls BibTeX-Export an. (rechts unter Export BibTeX Citation) Im Folgenden ist ein Beispiel-Paper verlinkt, das die Exportmöglichkeit anbietet.

https://arxiv.org/abs/2203.00085

Fachliteratur

Bibliografien mit LaTeX http://www.dante.de/index/Literatur/Bibliografie.html

dissertation zitieren latex

  • Umschalten der eingeschränkten Breite des Inhalts

Guide to BibTeX Type PhdThesis

BibTeX is a reference management tool that is commonly used in LaTeX documents. The “phdthesis” BibTeX type is used for PhD dissertations or theses. In this guide, we will explain the required and optional fields for the “phdthesis” BibTeX type.

Need a simple solution for managing your BibTeX entries? Explore CiteDrive!

  • Web-based, modern reference management
  • Collaborate and share with fellow researchers
  • Integration with Overleaf
  • Comprehensive BibTeX/BibLaTeX support
  • Save articles and websites directly from your browser
  • Search for new articles from a database of tens of millions of references

Required Fields

The “phdthesis” BibTeX type requires the following fields:

  • author : The author of the thesis.
  • title : The title of the thesis.
  • school : The name of the institution that awarded the degree.
  • year : The year the degree was awarded.

Optional Fields

In addition to the required fields, the “phdthesis” BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:

  • type : The type of the thesis, such as “PhD thesis” or “Master’s thesis”.
  • address : The location of the institution.
  • month : The month the thesis was submitted.
  • note : Any additional information about the thesis.

Here is an example of how to use the “phdthesis” BibTeX type:

In this example, the BibTeX entry defines a PhD thesis authored by John Smith titled “An Analysis of Example”. The degree was awarded in 2022 by the University of Example, and the thesis was submitted in June in Example City, CA. The type of the thesis is specified as “PhD thesis”, and a note is included that provides a URL for the thesis.

Was ist dein Score?

Plagiatsprüfung

  • Wissensdatenbank
  • Richtig zitieren
  • Dissertation zitieren – Voraussetzungen und Anleitung

Dissertation zitieren - Voraussetzungen und Anleitung

Veröffentlicht am 29. Juli 2019 von Mandy Theel . Aktualisiert am 25. Januar 2024.

Gib beim Zitieren von Dissertationen die Art der Arbeit und das Studienfach an. Falls die Arbeit nicht publiziert wurde, füge den Zusatz ,unveröffentlicht‘ und die Universität hinzu.

Zitiere eine Dissertation nur, wenn

  • es sich um Forschungsergebnisse oder Erkenntnisse des Autors selbst handelt,
  • die Ergebnisse Mehrwert für deine Arbeit bieten und
  • die Arbeit öffentlich zugänglich ist.

Scribbrs kostenlose Rechtschreibprüfung

Fehler kostenlos beheben

Inhaltsverzeichnis

Wissenschaftliche arbeiten als quelle nutzen, dissertation im text zitieren, dissertation im literaturverzeichnis.

Wissenschaftliche Arbeiten von anderen Studierenden können als Quelle für die eigene Arbeit dienen.

Beispiele für die Nutzung einer wissenschaftlichen Arbeit:

  • als Inspirationsquelle für die eigene Thematik in der Einleitung ,
  • im theoretischen Rahmen oder in der Methodik  als Ausgangspunkt für die eigene Forschung,
  • in deinem Fazit als Beispiel für weiterführende Forschung.

Dissertationen zitieren

Generell empfiehlt es sich, nur Dissertationen oder Doktorarbeiten zu zitieren.

In Deutschland und der Schweiz besteht die Veröffentlichungspflicht von Dissertationen. Das bedeutet, dass alle Dissertationen zitierwürdig in einem Verlag oder einer elektronischen Datenbank publiziert werden müssen.

Dadurch werden die Dissertationen für eine große Leserschaft öffentlich zugänglich und auch als Quelle in deiner Arbeit für deine Leserschaft einsehbar.

Bachelorarbeit oder Masterarbeit zitieren

Bachelorarbeiten oder Masterarbeiten sind in der Regel nicht veröffentlicht, das heißt, sie sind  nicht in z. B. einem Verlag oder einer öffentlichen Datenbank publiziert.

Möchtest du z. B. aus einer Bachelorarbeit zitieren, musst du daher den Zusatz unveröffentlicht in der Quellenangabe angeben.

Wenn eine Bachelorarbeit oder Masterarbeit öffentlich zugänglich ist, z. B. mit einer URL oder in einer Bibliothek, ist es möglich, diese zu zitieren. Sie ist dadurch zwar nicht im wissenschaftlichen Sinne veröffentlicht bzw. publiziert, jedoch für deine Leserschaft nachvollziehbar.

Da die Bewertungskriterien für diese Arbeiten jedoch meist unbekannt und die Inhalte nicht vertrauenswürdig genug sind, raten wir davon ab.

Möchtest du eine fehlerfreie Arbeit abgeben?

Mit einem Lektorat helfen wir dir, deine Abschlussarbeit zu perfektionieren.

Neugierig? Bewege den Regler von links nach rechts!

dissertation zitieren latex

Zu deiner Korrektur

Füge an der Stelle im Fließtext, an der du aus der Dissertation zitierst oder paraphrasierst , einen kurzen Verweis ein.

Je nach Zitierweise kann sich der Verweis direkt im Fließtext ( APA , MLA und Harvard-Zitierweise ) oder in der Fußnote ( Deutsche Zitierweise ) befinden.

Die Quellenangabe einer Dissertation im Literaturverzeichnis ist fast wie die Quellenangabe eines Buches aufgebaut.

Die Quellenangabe enthält:

  • Titel der Dissertation
  • Art der Dissertation
  • Studienfach
  • Verlag oder Hochschule und Erscheinungsort

Du findest alle Informationen auf dem Titel der Dissertation.

Akademische Grade wie Doktortitel (Dr.) können in der Quellenangabe weggelassen werden.

Verwende diese nur, wenn du selbst nicht auf die Originalquelle zugreifen kannst.

Art der Dissertation und Studienfach

Übernimm für die Art der Dissertation und das Studienfach immer den genauen Wortlaut, der auf der Titelseite selbst verwendet wird.

Verlag oder Universität und Erscheinungsort

Wurde die Dissertation bei einem Verlag veröffentlicht, solltest du diesen in deiner Quellenangabe nennen.

Falls die Dissertation über die Hochschule veröffentlicht wurde, musst du den vollständigen Namen und den Ort der Hochschule angeben.

Dissertationen sind häufig über Open-Access-Veröffentlichungen zugänglich. Füge in diesem Fall die URL deiner Quellenangabe hinzu.

Zu den Scribbr-Generatoren

Diesen Scribbr-Artikel zitieren

Wenn du diese Quelle zitieren möchtest, kannst du die Quellenangabe kopieren und einfügen oder auf die Schaltfläche „Diesen Artikel zitieren“ klicken, um die Quellenangabe automatisch zu unserem kostenlosen Zitier-Generator hinzuzufügen.

Theel, M. (2024, 25. Januar). Dissertation zitieren - Voraussetzungen und Anleitung. Scribbr. Abgerufen am 9. August 2024, von https://www.scribbr.de/richtig-zitieren/dissertation-zitieren/

Blogverzeichnis - Bloggerei.de

War dieser Artikel hilfreich?

Mandy Theel

Mandy Theel

Das hat anderen studierenden noch gefallen, übersicht zur richtigen quellenangabe, internetquellen zitieren, artikel aus einer wissenschaftlichen zeitschrift zitieren, aus versehen plagiiert finde kostenlos heraus.

Dissertation zitieren

Wissenschaftliche dissertation als quelle nutzen, unveröffentlichte dissertation.

Meier, Wolf: Korrektes Zitieren in Abschlussarbeiten. Zitierweisen für akademische Arbeiten, unv. Diss., Fachhochschule XXX, 2021.

Gedruckte Dissertation

Meier, Wolf: Korrektes Zitieren in Abschlussarbeiten. Zitierweisen für akademische Arbeiten. Fachhochschulstudien XVII, Stuttgart, 2021.

Zitierwürdigkeit einer Dissertation

Dissertation im text zitieren , dissertation im literaturverzeichnis .

  • Autor mit Nach- und Vornamen
  • Titel und Untertitel der Dissertation
  • Art der Dissertation und Studienfach
  • Verlag oder Hochschule, Erscheinungsjahr und Erscheinungsort

Dissertation im Literaturverzeichnis richtig angeben

Häufig gestellte fragen, kann ich für meine facharbeit auch aus einer dissertation zitieren, was mache ich, wenn ich wichtige informationen aus einer unveröffentlichten doktorarbeit verwenden will, müssen dissertationen grundsätzlich gedruckt werden.

author image

Name Quelle Beschreibung

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

How can I use BibTeX to cite a web page?

I'm looking to cite a number of web pages using bibtex and I was wondering if there was a specific template of the form @<template name here> for doing that. If you could use the following website as an example that would be great

http://web.archive.org/web/20080207010024/http://www.808multimedia.com/winnt/kernel.htm

  • 2 As an extra thing here - I just found that if you are want to attribute the site name as author (for example if I wanted to say that the author of this page was 'Stack Overflow' it's best to put 'Stack Overflow' as the `key' field, rather than the 'author' field. Because then latex formats as 'Stack Overflow' and not 'S. Overflow'. (might only apply with Harvard style) –  Joe Commented Oct 7, 2012 at 12:19
  • 2 a nice resource covering, inter alia , natbib and biblatex (with screenshot-snippets of the PDF) is here: nschloe.blogspot.de/2009/06/bibtex-how-to-cite-website_21.html –  nutty about natty Commented May 1, 2013 at 8:17
  • 1 Re @Joe's comment: You can force BibTeX to treat the author name as something that cannot be abbreviated, by enclosing it in an extra pair of curly braces: author = {{Jemison Laboratory}}, . Works for natbib, at least. –  Mars Commented May 18, 2016 at 16:50
  • The most convenient way is to use cite maker website, take for example, bibme . It will be most preferred one also for you I guess. –  Nihad Huseynov Commented Apr 19, 2022 at 13:48

8 Answers 8

A simple way of doing it in BibTeX is with a @misc entry:

You should also perhaps include an author if you know it. And remember to load a package such as hyperref or url .

If you are using BibLaTeX there is an @online entry type:

Juan A. Navarro's user avatar

  • 31 +1 for the way to include the access date (very important!). There's an alternative way that uses howpublished to include the \url{} and [Acccessed: 30 September 2009] , but that might not be style-independent. It's a little frustrating that BibTeX didn't officially keep up with web pages as an entry. –  Fuhrmanator Commented Aug 27, 2012 at 15:35
  • 15 There is a urldate field for biblatex, that acts as an accessed date field. –  naught101 Commented Oct 15, 2012 at 2:22
  • 2 Not sure if it's related to my specific configuration, but Biber kept complaining about the urldate field until I changed it to {2010-09-30} . –  Pieter Commented Mar 26, 2013 at 14:28
  • 5 Thanks! For web sites that are dated, I prefer to use the month and year fields, but for sites that are undated, putting the date of access in the note field is a good way to go. –  Nagel Commented Oct 30, 2014 at 13:15
  • 3 Great answer, @misc entry and howpublished with \url{} field seems the way to go. Check out the website bibtex.online to convert BibTeX to other formats such as APA, MLA or Chicago –  David Commented Oct 9, 2019 at 17:45

I always use the defaults suggested by Wikipedia (see "BibTeX entry" at the bottom), available if you click on "cite this page".

MaxSem's user avatar

  • 7 Neat trick. I had to change url to howpublished to make it work. How do I get that view for other wikipedia pages? –  krupan Commented Jan 8, 2013 at 19:08
  • 1 @krupan I have no idea what you mean by "other wikipedia pages". What pages do you want to cite? –  Habi Commented Jan 10, 2013 at 12:07
  • 3 @krupan in the left of every page you can found a link Cite this page , it complete the link that @habi provides with the current wikipedia page. –  Arturo Volpe Commented Jan 22, 2015 at 19:55
  • @krupan Did Arturo answer your question? It might be of use to our other "TeXers" –  Nathan majicvr.com Commented Nov 2, 2019 at 4:58
  • 1 I see it now, thank you. It's not there on mobile (even when I request the desktop site). –  krupan Commented Nov 5, 2019 at 20:37

The JabRef reference manager suggests to use the "electronic" type. So I do it like this:

In the BibTeX export of Citavi there is als the type "www". Depending on your editor you have to define the styles "electronic" and "www", so "misc" seems to be probably the safest.

But then you should use \bibliographystyle{alphadin} and do it like this:

Amir Pourmand's user avatar

  • Nice! "@electronic" made the URL visible when using the CSL file at zotero.org/styles/ieee . –  Robert Pollak Commented Jun 18, 2018 at 11:16
  • if I use alphadin then there is no bib key in references. strange –  Nils Zenker Commented Jun 7, 2019 at 12:20
  • Should urldate be the current dat? or can I obtain its original created date from the url? @Benny Neugebauer –  alper Commented Oct 29, 2019 at 13:08
  • I'm lazy. Does JabRef have a tool that will automatically generate a citation when pointed at a StackExchange post like this one? Citing SE posts can be burdensome because of the often large number of contributors. –  Shawn Eary Commented Oct 22, 2021 at 15:56

I found a very good tutorial on http://www.polymtl.ca/biblio/utiliser/guide_bibtex.pdf (French; the link is now dead, available at the Wayback Machine )

With this, i have modified the ieeetr.bst file to integrate the ignored tags url and urldate to all the types of entries (style was imposed for the report at the end of study).

The file was renamed ( mystyle ) and placed in the same local folder as the ref.bib file. Called with

(1) add the new entries :

(2) add this function

(3) for all types, call the function with format.url "" output ! Example for @incollection :

I hope it can help you

Neinstein's user avatar

  • 1 Hi madit, just added some code tags for ya :) –  Scott H. Commented Nov 6, 2012 at 22:19
  • Yes, even in sentences, it is better indeed. Thank you. –  madit Commented Nov 6, 2012 at 22:26
  • The link to the tutorial is dead –  Hugal31 Commented Nov 24, 2017 at 17:25

Hm, it would seem that it isn't possible to cite webpages directly, but there does seem to be a workaround using the general purpose @misc field.

https://texfaq.org/FAQ-citeURL

David Carlisle's user avatar

If you are creating your own bst file and you want it to incorporate web references, I use this function:

This with bib file entries like

I get this result:

enter image description here

Try this, please:

The output:

Screenshot of the output of the above code.

Thanks from me, I could use this Question thread to solve my problems with URL citations. I think, my solution adds a bit flexibility.

This part extends the answer from @madit:

For online publications there is not only an URL, but also a DOI (See Wiki: https://en.wikipedia.org/wiki/Digital_object_identifier , example: https://doi.org/10.1002/andp.19163540702 ) for a specific source, for example in journals (i.e. Nature, Science, ...) and also academic eBooks.

So it is often desired to cite with a DOI instead of an URL with a date of access.

So in the same folder as main.tex are the style file bibstyle.bst and the bibliography source file myRefs.bib .

In main.tex , the bibliography is created by:

In bibstyle.bst multiple adjustments need to be made:

  • At the beginning, new possible entries ( doi , url , urldate ) need to be created:
  • Then, a new function needs to be created, that formats the new entries into a part of the final citation. Here, I worked from the code of @madit, but I included the preferred option for the DOI and I changed the return for no URL or DOI from { "" } to 'skip$ . Unless the last adjustment is made, it may throw an error along the lines of ---the literal stack isn't empty for entry MyCitation . The reason is basically because LaTeX may not handle an emtpy string well instead of no return, when building the citation text. Additionally for the DOI output, I linked it via the official doi website ( https://doi.org/ ) to guarantee that the link works and that it is displayed correctly via \detokenize even with characters like _ or \ in \texttt mode. So this results in:
  • The last step is to include

in all different source type functions, for example:

The advantage using this solution is: The bibliography handles URLs and DOIs automatically without using url = {\url{...}}, or url = {\href{...}{...}}, . I hope this helps.

Note: To adjust the link-colors, I used in main.tex :

fagr's user avatar

  • Welcome to TeX.SE! –  Mensch Commented Feb 29 at 17:35

You must log in to answer this question.

  • The Overflow Blog
  • Unpacking the 2024 Developer Survey results
  • Featured on Meta
  • We've made changes to our Terms of Service & Privacy Policy - July 2024
  • Introducing an accessibility dashboard and some upcoming changes to display...

Hot Network Questions

  • Double accentuation (Homeric Greek)
  • Does wisdom come with age?
  • Why do commercial airliners go around on hard touchdown?
  • Netgate 6100 Will Not Acknowledge Lastest Versions of pfSense (When Checking For Updates)
  • Mathematical Theory of Monotone Transforms
  • Significance of negative work done
  • Who‘s to say that beliefs held because of rational reasons are indeed more justified than beliefs held because of emotional ones
  • Reduce spacing between letters in equations
  • Conservation of energy in a mechanical system with a discontinuous potential function
  • What equipment would be needed for a top of the line hacking group?
  • In Norway, when number ranges are listed 3 times on a sign, what do they mean?
  • Should I include MA theses in my phd literature review?
  • Is an infinite composition of bijections always a bijection? Also, a function iteration notation question.
  • She's a black belt in judo
  • What are those small notes below other ones?
  • Why do most published papers hit the maximum page limit exactly?
  • Solving the "reverse" Assignment Problem?
  • Is there such a thing as icing in the propeller?
  • How would a creature adverse to solar energy (ie, a wraith) get energy and what would it do with it?
  • Combinatorial type construction of the Free Operad
  • Is Marisa Tomei in the film the Toxic Avenger?
  • High-precision solution for the area of a region
  • TV movie, amputations to build a super athlete
  • Design patterns - benefits of using with Apex code

dissertation zitieren latex

IMAGES

  1. Various Citation Styles in LaTeX (LaTeX Advanced Tutorial-25)

    dissertation zitieren latex

  2. Authoren In Bib Datei Richtig

    dissertation zitieren latex

  3. Typesetting my Master’s Thesis in LaTeX

    dissertation zitieren latex

  4. SOLUTION: Writing your thesis dissertation with latex

    dissertation zitieren latex

  5. dissertation latex vorlage

    dissertation zitieren latex

  6. SOLUTION: Writing your thesis dissertation with latex

    dissertation zitieren latex

COMMENTS

  1. Make PhD citations say "dissertation" rather than thesis

    Save this in the same folder as your document, or put it in your local texmf folder in texmf/bibtex/bst/. Edit the file and search for "thesis". You will find the following function: FUNCTION {phdthesis} { output.bibitem. format.authors "author" output.check. new.block. format.btitle "title" output.check. new.block.

  2. Cite Master's Thesis using natbib

    1. I'm currently writing my Bachelor's thesis and I want to cite a Master's thesis. I have some issues and I'm really new to Latex why I do not know how to help myself. As you always want a code example, here you go: \usepackage{natbib} \bibliographystyle{unsrt}

  3. How to cite a diploma thesis with biblatex/biber?

    Define a new bibstring diplomathesis and give it a useful replacement text. diplomathesis = {diploma thesis}, author = {Dagobert Duck}, title = {Seashells as Currency after the Brexit}, type = {diplomathesis}, % mathesis and phdthesis work here. institution = {University of Ducktown}, year = {2019}, The known strings are.

  4. Zitieren und Referenzlisten erstellen in LaTeX

    bietet viele praktische Funktionen zum Zitieren und Erstellen von Bibliographien (z.B. Referenzlisten nach jedem Kapitel). Volle Unicode/UTF-8 -Unterstützung für Sonderzeichen und Symbole. Viele verschiedene Zitier- und Bibliographiestile verfügbar, die auch einfach angepasst werden können (Codierung in LaTeX-Notation).

  5. Biblatex citation styles

    Citation styles. Standard citation styles include: numeric Implements a numeric citation scheme intended for in-text citations. Should be employed in conjunction with the numeric bibliography style. numeric-comp Compact variant of the numeric mode. Citations like [1, 2, 3] are replaced by [1-3]. numeric-verb Verbose variant of the numeric style ...

  6. LaTeX Theses and Dissertations

    Tips and tools for writing your LaTeX thesis or dissertation in Overleaf, including templates, managing references, and getting started guides. Managing References. BibTeX is a file format used for lists of references for LaTeX documents. Many citation management tools support the ability to export and import lists of references in .bib format.

  7. How to Write a Thesis in LaTeX (Part 4): Bibliographies with ...

    All of the information about the recognised source types and all the keywords you can use can be found in the biblatex documentation.. Now let's return to the main .tex file. To set it up for a bibliography we need to load up the biblatex package using the \usepackage command. Also in the preamble we need to specify which .bib files we want to use by calling the \addbibresource command and ...

  8. Template for a Masters or Doctoral Thesis

    This LaTeX template is used by many universities as the basis for thesis and dissertation submissions, and is a great way to get started if you haven't been provided with a specific version from your department. This version of the template is provided by Vel at LaTeXTemplates.com, and is already loaded in Overleaf so you can start writing ...

  9. Using bibliographies on Overleaf

    To create a new bibliography file in your Overleaf project, in the editor, click New Fileicon: An input box will appear for you to set the name of the new file. The file should have the .bibextension, in this example it is called mybibliography.bib. Now click on Create. A new file will be listed in the left panel, click it to edit its contents.

  10. r/LaTeX on Reddit: How to cite a published PhD dissertation in BibTex

    How to cite a published PhD dissertation in BibTex using @phdthesis? author = {Person Name}, title = {Dissertation Title}, school = {University of Somewhere}, year = 2014, I have the following entry. But when I cite it in my paper, I keep getting "Unpublished doctoral dissertation" showing up in the entry.

  11. Referencing a Bachelor's Thesis

    Copy the code of the entire function (ca. 16 lines) and paste the copy below the existing function. Change the new function's name from mastersthesis to bachelorsthesis. Change the string "Master's thesis" to "Bachelor's thesis". Save the new .bst file either in the same directory as your main .tex file or somewhere in your TeX distribution's ...

  12. Bibliography management in LaTeX

    Introduction. When it comes to bibliography-management packages, there are three main options in LaTeX: bibtex, natbib and biblatex. This article explains how to use the biblatex package, to manage and format the bibliography in a LaTeX document.biblatex is a modern option for processing bibliography information, provides an easier and more flexible interface and a better language localization ...

  13. Research Guides: LaTeX Guide: Citing with BibTeX

    LaTeX uses the BibTeX (.bib) file format to manage and process lists of references in order to produce in-text citations and formatted bibliographies. It is possible to create a BibTeX file from scratch using a text editor, but many literature databases and most modern citation managers can export directly to this format.

  14. PDF Bibliographien mit LaTeX

    Zitate und Bibliographien in LaTeX mit BibTeX ... Hell1994}, einer Dissertation \cite{Schaffer2001a} und einem Buch \cite{BornWolf1999}. \bibliography{Literatur}%Endung.bib \bibliography{WeitereLiteratur} \end{document} LaTeX und BibTeX Dokumente resultierendes PDF-Dokument

  15. LibGuides: Overleaf for LaTeX Theses & Dissertations: Home

    Writing a thesis or dissertation in LaTeX can be challenging, but the end result is well worth it - nothing looks as good as a LaTeX-produced pdf, and for large documents it's a lot easier than fighting with formatting and cross-referencing in MS Word. Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a ...

  16. Dissertation Template

    An online LaTeX editor that's easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more. ... {Firstname M. Lastname}, % Enter your name here. pdftitle={The Dissertation Title}, % Enter your title here. pdfsubject={Research Area}, % Enter your research area here. pdfkeywords={up, to, six ...

  17. bibliographies

    It's not the whole point. Another important function of references is to distinguish own contributions from prior art, and to acknowledge it. Apart from that, every claim requires a source, whether the reader can personally check it or not. "personal communication" is in fact a valid reference (although certainly not as valuable as a published, peer-reviewed paper, and there seems to be ...

  18. LaTeX-Kompendium: Zitieren mit BibTeX

    LaTeX-Kompendium: Zitieren mit BibTeX. Gute Möglichkeiten, Zitate einzufügen und zu formatieren, bieten die Programme BibTeX ( ) und Biber. Diese erlauben es, aus einer Datenbank an Einträgen (entries) verschiedener Typen (Entry types, z. B. Artikel, Bücher, Konferenzbände) die für den aktuellen Text benötigten herauszusuchen (indem man ...

  19. Guide to BibTeX Type PhdThesis

    Required Fields. The "phdthesis" BibTeX type requires the following fields: author: The author of the thesis.; title: The title of the thesis.; school: The name of the institution that awarded the degree.; year: The year the degree was awarded.; Optional Fields. In addition to the required fields, the "phdthesis" BibTeX type also has a number of optional fields that can be used to ...

  20. Dissertation zitieren

    Dissertation im Text zitieren. Füge an der Stelle im Fließtext, an der du aus der Dissertation zitierst oder paraphrasierst, einen kurzen Verweis ein.. Je nach Zitierweise kann sich der Verweis direkt im Fließtext (APA, MLA und Harvard-Zitierweise) oder in der Fußnote (Deutsche Zitierweise) befinden.Dissertation im Literaturverzeichnis

  21. How do I use APA-style citations with BibTeX?

    doc.pdf : doc.tex doc.bbl latex doc pdflatex doc doc.bbl : doc.tex doc.aux mybib.bib bibtex doc doc.aux : doc.tex latex doc The output of the bibliography looks like this: [1] Bob Smith. The book of bob, 2011. But I need it in APA format, which I think should be something like this:

  22. Dissertation zitieren: Doktorarbeiten richtig zitieren!

    Dissertation zitieren. Eine Dissertation, wie eine Doktorarbeit auch bezeichnet wird, kannst du für deine Haus - oder Abschlussarbeiten durchaus nutzen und in Bachelorarbeit und Masterarbeit zitieren - sofern die Inhalte und Ergebnisse für dich und dein Thema relevant sind und einen Mehrwert bieten. Es gibt jedoch im Gegensatz zu ...

  23. How can I use BibTeX to cite a web page?

    As an extra thing here - I just found that if you are want to attribute the site name as author (for example if I wanted to say that the author of this page was 'Stack Overflow' it's best to put 'Stack Overflow' as the `key' field, rather than the 'author' field. Because then latex formats as 'Stack Overflow' and not 'S. Overflow'.