branch: main commit 17a1072fc48635be8c38c730840ff790ab89faa2 Merge: f340aa54 b37c59a2 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Merge branch 'master' into externals/auctex --- style/jsreport.el | 28 ++++++++++++++++++++++++++++ style/tarticle.el | 28 ++++++++++++++++++++++++++++ style/tbook.el | 28 ++++++++++++++++++++++++++++ style/treport.el | 28 ++++++++++++++++++++++++++++ 4 files changed, 112 insertions(+) diff --git a/style/jsreport.el b/style/jsreport.el index 009a00bf..46036472 100644 --- a/style/jsreport.el +++ b/style/jsreport.el @@ -1,5 +1,33 @@ ;;; jsreport.el - Special code for jsreport class. +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Ikumi Keita <ik...@ikumi.que.jp> +;; Maintainer: auctex-devel@gnu.org +;; Created: 2017-03-23 +;; Keywords: tex + +;; This file is part of AUCTeX. + +;; AUCTeX is free software; you can redistribute it and/or modify it +;; under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. + +;; AUCTeX is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with AUCTeX; see the file COPYING. If not, write to the Free +;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +;; 02110-1301, USA. + +;;; Commentary: + +;; Please write me. + ;;; Code: (defvar LaTeX-jsreport-class-options diff --git a/style/tarticle.el b/style/tarticle.el index c617fa3c..f1bde043 100644 --- a/style/tarticle.el +++ b/style/tarticle.el @@ -1,5 +1,33 @@ ;;; tarticle.el - Special code for tarticle class. +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Ikumi Keita <ik...@ikumi.que.jp> +;; Maintainer: auctex-devel@gnu.org +;; Created: 2017-03-23 +;; Keywords: tex + +;; This file is part of AUCTeX. + +;; AUCTeX is free software; you can redistribute it and/or modify it +;; under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. + +;; AUCTeX is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with AUCTeX; see the file COPYING. If not, write to the Free +;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +;; 02110-1301, USA. + +;;; Commentary: + +;; Please write me. + ;;; Code: (TeX-load-style "jarticle") diff --git a/style/tbook.el b/style/tbook.el index 530633e2..5c4167aa 100644 --- a/style/tbook.el +++ b/style/tbook.el @@ -1,5 +1,33 @@ ;;; tbook.el - Special code for tbook class. +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Ikumi Keita <ik...@ikumi.que.jp> +;; Maintainer: auctex-devel@gnu.org +;; Created: 2017-03-23 +;; Keywords: tex + +;; This file is part of AUCTeX. + +;; AUCTeX is free software; you can redistribute it and/or modify it +;; under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. + +;; AUCTeX is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with AUCTeX; see the file COPYING. If not, write to the Free +;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +;; 02110-1301, USA. + +;;; Commentary: + +;; Please write me. + ;;; Code: (TeX-load-style "jbook") diff --git a/style/treport.el b/style/treport.el index e16f4236..583b01f0 100644 --- a/style/treport.el +++ b/style/treport.el @@ -1,5 +1,33 @@ ;;; treport.el - Special code for treport class. +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Ikumi Keita <ik...@ikumi.que.jp> +;; Maintainer: auctex-devel@gnu.org +;; Created: 2017-03-23 +;; Keywords: tex + +;; This file is part of AUCTeX. + +;; AUCTeX is free software; you can redistribute it and/or modify it +;; under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. + +;; AUCTeX is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with AUCTeX; see the file COPYING. If not, write to the Free +;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +;; 02110-1301, USA. + +;;; Commentary: + +;; Please write me. + ;;; Code: (TeX-load-style "jreport")