BibTeX, biblatex and biber ⇒ Bibtex, citing and interview sources
Bibtex, citing and interview sources
- Which bibtex format to use for an interview-source?
- Which fields should contain what?
- How to refer to an interview by citing?
Regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Bibtex, citing and interview sources
You can always use the @misc entry type. Perhaps biblatex has something better.Mixhael wrote:[...] Which bibtex format to use for an interview-source? [...]
That depends on the information you want to have in the output.Mixhael wrote:[...] Which fields should contain what? [...]
Just a normal \cite command with the according citation key will do.Mixhael wrote:[...] How to refer to an interview by citing? [...]
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Bibtex, citing and interview sources
Anyway, tnx for the quick response!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Bibtex, citing and interview sources
According to the bibtex manual (Section 3.1 - Entry types, p. 7ff), the @misc entry type has no required field but only optional ones. In opposite to that the @unpublished entry needs author, title and note.Mixhael wrote:[...] I tried misc, however it requires a 'howpublished' field, and in general interviews are not published. So I tried 'unpublished', which seems to work well. [...]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10