org-mode/ORGWEBPAGE
Carsten Dominik 45102b68ce Captions and attributes for images and tables during export
Tables, and Hyperlinks that represent inlined images, can now be
equipped with additional information that will be used during
export.  The information will be taken from the following special
lines in the buffer and apply to the first following table or
link.

  - #+CAPTION: :: The caption of the image or table.  This string
       should be processed according to the export backend, but
       this is not yet done.
  - #+LABEL: :: A label to identify the figure/table for cross
       references.  For HTML export, this string will become the
       ID for the `<div class="figure">' element that encapsulates
       the image tag and the caption.  For LaTeX export, this
       string will be used as the argument of a `\label{...}'
       macro.  These lables will be available for internal links
       like `[[label][Table] ]'.
  - #+ATTR_HTML: :: Attributes for HTML export of image, to be
       added as attributes into the `<img...>' tag.  This string
       will not be processed, so it should have immediately the
       right format.
  - #+ATTR_LaTeX: :: Attributes for LaTeX export of images, to
       be inserted into the optional argument of the
       `\includegraphics[...]{file}' command, to specify scaling,
       clipping and other options.  This string will not be
       processed, so it should have immediately the right
       format, like `width=5cm,angle=90'

For LaTeX export, if either a caption or a label is given, the
element will be exported as a float, i.e. wrapped into a figure
or table environment.
2008-12-10 12:50:07 +01:00
..
img Preparing a new release setup. 2008-03-31 12:59:00 +02:00
Changes.org Captions and attributes for images and tables during export 2008-12-10 12:50:07 +01:00
Changes_old.org Update list of user-visible changes. 2008-11-19 17:33:49 +01:00
freeshell2.css Reformatting. 2008-02-29 15:49:39 +00:00
GoogleTech.org Fix Andrew Hyatt's link. 2008-09-14 16:16:25 +02:00
index.org Release 6.14. 2008-12-06 07:34:30 +01:00
org.css Preparing a new release setup. 2008-03-31 12:59:00 +02:00
qanda.org Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
survey.org Fix obvious typos in the user survey from 2007 2008-11-10 13:35:47 -05:00
todo.org rm 2008-11-21 20:16:04 +01:00