emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] New LaTeX exporter and source code blocks


From: Nicolas Goaziou
Subject: Re: [O] New LaTeX exporter and source code blocks
Date: Sat, 05 May 2012 23:37:28 +0200

address@hidden (Thomas S. Dye) writes:

> Here is a problem with CAPTION and ATTR_LaTeX lines.  Note that the
> \table{} environment wasn't established.
>
> ---- Org-mode ----
> #+CAPTION: Frequency of Special Characters
> #+ATTR_LaTeX: align=|c|c|l|
>
> |---------------------+-------------+-------------------|
> | Non-English or Math | Frequency   | Comments          |
> |---------------------+-------------+-------------------|
> | \O                  | 1 in 1,000  | For Swedish names |
> |---------------------+-------------+-------------------|
> | $\pi$               | 1 in 5      | Common in math    |
> |---------------------+-------------+-------------------|
> | \$                  | 4 in 5      | Used in business  |
> |---------------------+-------------+-------------------|
> | $\Psi^2_1$          | 1 in 40,000 | Unexplained usage |
> |---------------------+-------------+-------------------|
> ------------------

Affiliated keywords (#+name:, #+caption:, #+attr_...) are expected to be
right before their corresponding element. The blank line you introduced
is wrong. Remove and it should export fine.

> When #+CAPTION: is used with figures the \figure{} environment isn't
> established.
>
> ---- Org-mode ----
> #+CAPTION: A sample black and white graphic (.eps format).
>
> [[file:fly.eps]]
> ------------------

Ditto.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]