As an anthropologist, I rely heavily on interview sources. How to use bibtex for citing:
- Which bibtex format to use for an interview-source?
- Which fields should contain what?
- How to refer to an interview by citing?
Regards
BibTeX, biblatex and biber ⇒ Bibtex, citing and interview sources
NEW: TikZ book now 40% off at Amazon.com for a short time.

- 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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Bibtex, citing and interview sources
Thanks, 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. Of course, it depends all on how you want to publish your information, was just curious how people in general deal with interviews as sources.
Anyway, tnx for the quick response!
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. [...]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10