comparison lisp/org/org-export-latex.el @ 94676:ba3167bc4143

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 07:25:26 +0000
parents d86cb59eea9f
children c1ef445563bb
comparison
equal deleted inserted replaced
94675:949bd6ad1ba4 94676:ba3167bc4143
1 ;;; org-export-latex.el --- LaTeX exporter for org-mode 1 ;;; org-export-latex.el --- LaTeX exporter for org-mode
2 ;; 2 ;;
3 ;; Copyright (c) 2007, 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
4 ;; 4 ;;
5 ;; Emacs Lisp Archive Entry 5 ;; Emacs Lisp Archive Entry
6 ;; Filename: org-export-latex.el 6 ;; Filename: org-export-latex.el
7 ;; Version: 6.02b 7 ;; Version: 6.02b
8 ;; Author: Bastien Guerry <bzg AT altern DOT org> 8 ;; Author: Bastien Guerry <bzg AT altern DOT org>
9 ;; Maintainer: Bastien Guerry <bzg AT altern DOT org> 9 ;; Maintainer: Bastien Guerry <bzg AT altern DOT org>
10 ;; Keywords: org, wp, tex 10 ;; Keywords: org, wp, tex
11 ;; Description: Converts an org-mode buffer into LaTeX 11 ;; Description: Converts an org-mode buffer into LaTeX
12 ;; URL: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el 12 ;; URL: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el
13 ;; 13
14 ;; This file is part of GNU Emacs. 14 ;; This file is part of GNU Emacs.
15 ;; 15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify it 16 ;; GNU Emacs is free software: you can redistribute it and/or modify
17 ;; under the terms of the GNU General Public License as published by the 17 ;; it under the terms of the GNU General Public License as published by
18 ;; Free Software Foundation; either version 3, or (at your option) any 18 ;; the Free Software Foundation, either version 3 of the License, or
19 ;; later version. 19 ;; (at your option) any later version.
20 ;; 20
21 ;; GNU Emacs is distributed in the hope that it will be useful, but 21 ;; GNU Emacs is distributed in the hope that it will be useful,
22 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; General Public License for more details. 24 ;; GNU General Public License for more details.
25 ;; 25
26 ;; You should have received a copy of the GNU General Public License 26 ;; You should have received a copy of the GNU General Public License
27 ;; along with GNU Emacs; see the file COPYING. If not, write to the Free 27 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 28
29 ;; MA 02110-1301, USA.
30 ;;
31 ;;; Commentary: 29 ;;; Commentary:
32 ;; 30 ;;
33 ;; This library implements a LaTeX exporter for org-mode. 31 ;; This library implements a LaTeX exporter for org-mode.
34 ;; 32 ;;
35 ;; Put this file into your load-path and the following into your ~/.emacs: 33 ;; Put this file into your load-path and the following into your ~/.emacs: