From 583f171439a812d38bc8ff0d95bea9b4dbb50158 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 20 Feb 2024 17:01:54 +0800 Subject: [PATCH] org-latex-preview: Add authors header * lisp/org-latex-preview.el: Mention that Karthik and I authored this file. --- lisp/org-latex-preview.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-latex-preview.el b/lisp/org-latex-preview.el index d83422695..6d19d6c0e 100644 --- a/lisp/org-latex-preview.el +++ b/lisp/org-latex-preview.el @@ -2,6 +2,7 @@ ;; Copyright (C) 2022-2024 Free Software Foundation, Inc. +;; Authors: TEC and Karthik Chikmagalur ;; Keywords: tex, extensions, tools ;; This file is part of GNU Emacs.