Mercurial > emacs
annotate oldXMenu/copyright.h @ 87834:b7acc6fad5a9
(org-export-latex-cleaned-string): Fixed.
(org-export-latex-special-chars): Convert "..." in \ldots and skip
tables
(org-export-latex-fontify-headline): Changed parameter name
(org-export-as-latex): Handle export of subtrees
(org-export-latex-make-header): New argument TITLE
(org-export-latex-content): New argument EXCLUDE-LIST
(org-list-parse-list): New name for org-export-latex-parse-list
(org-export-latex-make-header): New name for
org-export-latex-make-preamble
(org-list-to-generic): New name of org-export-list-to-generic
(org-list-to-latex): New name of org-export-list-to-latex
(org-list-item-begin, org-list-end, org-list-insert-radio-list)
(org-list-send-list, org-list-to-texinfo)
(org-list-to-html): New functions
(org-export-latex-tables-column-borders)
(org-export-latex-default-class, org-export-latex-classes)
(org-export-latex-classes-sectioning)
(org-list-radio-list-templates): New options
(org-export-latex-header): New variable
(org-latex-entities): New constant
(org-export-latex-default-sectioning, org-export-latex-preamble)
(org-export-latex-prepare-text-option)
(org-export-latex-get-sectioning): Removed
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 18 Jan 2008 15:15:10 +0000 |
parents | e806467e7c39 |
children | 07774e5c3ff5 dd7c098af727 ef719132ddfa |
rev | line source |
---|---|
25858 | 1 /* |
2 | |
3 Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | |
4 | |
5 Permission to use, copy, modify, and distribute this | |
6 software and its documentation for any purpose and without | |
7 fee is hereby granted, provided that the above copyright | |
8 notice appear in all copies and that both that copyright | |
9 notice and this permission notice appear in supporting | |
10 documentation, and that the name of M.I.T. not be used in | |
11 advertising or publicity pertaining to distribution of the | |
12 software without specific, written prior permission. | |
13 M.I.T. makes no representations about the suitability of | |
14 this software for any purpose. It is provided "as is" | |
15 without express or implied warranty. | |
16 | |
17 */ | |
18 | |
52401 | 19 /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 |
20 (do not change this comment) */ |