unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54877: [PATCH] Added biblatex alias entry types for compability with bibtex, cf. biblatex manual section 2.1.2 Type Aliases
@ 2022-04-12  2:01 Olaf Trygve Berglihn
  2022-04-12 10:21 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Trygve Berglihn @ 2022-04-12  2:01 UTC (permalink / raw)
  To: 54877

---
 lisp/textmodes/bibtex.el | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index ab6a907c52..a3f4e6a633 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -764,6 +764,20 @@ for a new entry."
       ("eprint") ("eprintclass" nil nil 4) ("primaryclass" nil nil -4)
       ("eprinttype" nil nil 5) ("archiveprefix" nil nil -5)
       ("url") ("urldate")))
+    ("Conference" "Article in Conference Proceedings" ; same as InProceedings
+     (("author")
+      ("title" "Title of the article in proceedings (BibTeX converts it to lowercase)"))
+     (("booktitle" "Name of the conference proceedings")
+      ("year"))
+     (("editor")
+      ("volume" "Volume of the conference proceedings in the series")
+      ("number" "Number of the conference proceedings in a small series (overwritten by volume)")
+      ("series" "Series in which the conference proceedings appeared")
+      ("pages" "Pages in the conference proceedings")
+      ("month") ("address")
+      ("organization" "Sponsoring organization of the conference")
+      ("publisher" "Publishing company, its location")
+      ("note")))    
     ("Reference" "Single-Volume Work of Reference" ; same as @collection
      (("editor") ("title") ("date" nil nil 1) ("year" nil nil -1))
      nil
@@ -848,6 +862,15 @@ for a new entry."
      (("type" "Type of the PhD thesis")
       ("address" "Address of the school (if not part of field \"school\") or country")
       ("month") ("note")))
+    ("MastersThesis" "Master's Thesis"
+     (("author")
+      ("title" "Title of the master's thesis (BibTeX converts it to lowercase)")
+      ("school" "School where the master's thesis was written")
+      ("year"))
+     nil
+     (("type" "Type of the master's thesis (if other than \"Master's thesis\")")
+      ("address" "Address of the school (if not part of field \"school\") or country")
+      ("month") ("note")))
     ("TechReport" "Technical Report"
      (("author")
       ("title" "Title of the technical report (BibTeX converts it to lowercase)")
-- 
2.35.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54877: [PATCH] Added biblatex alias entry types for compability with bibtex, cf. biblatex manual section 2.1.2 Type Aliases
  2022-04-12  2:01 bug#54877: [PATCH] Added biblatex alias entry types for compability with bibtex, cf. biblatex manual section 2.1.2 Type Aliases Olaf Trygve Berglihn
@ 2022-04-12 10:21 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-04-12 10:21 UTC (permalink / raw)
  To: Olaf Trygve Berglihn; +Cc: 54877

Olaf Trygve Berglihn <olafb@pvv.org> writes:

> diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
> index ab6a907c52..a3f4e6a633 100644

Thanks; pushed to Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-12 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12  2:01 bug#54877: [PATCH] Added biblatex alias entry types for compability with bibtex, cf. biblatex manual section 2.1.2 Type Aliases Olaf Trygve Berglihn
2022-04-12 10:21 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).