BibTeX, biblatex and biber ⇒ How to reference a patent using bibtex?
How to reference a patent using bibtex?
This is more of an open question than a specific problem so I don't have a MWE to go with this.
I am writting my thesis and I would like to reference a patent application.
I am using a java program called JabRef to organise my Reference.bib file and I'm running bibtex using a chapterbib called via a batch file on all my separate chapter.tex files... but thats all kinda irrelevant. (Just trying to show off)
Anyhoo, my problem is that JabRef doesn't have a patent type entry and I'm not sure what fields I need to include if I create an @patent{} type.
Should I just try to use an @article{} or @book{} type and hope for the best?
Any advice appreciated.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
How to reference a patent using bibtex?
Yes, that would be the first approach (you can also try the @misc{} type).Eenzc wrote:...Should I just try to use an @article{} or @book{} type and hope for the best?...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to reference a patent using bibtex?
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: How to reference a patent using bibtex?
Re: How to reference a patent using bibtex?
Alternatively, you can use the IEEEtran style which includes a @patent entry, or co-opt one of the standard ones such as @misc, @manual, etc.
I've posted a few comparative examples here http://see-out.com/sandramau/bibpat.html (formerly located at see-in.net), and I also provide a tool that converts patents in RIS format (as obtained from PatentLens.org) to biblatex, bibtex misc or bibtex IEEEstyle.