From: "Johan Ekh" <ekh.johan@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Suport for pictures?
Date: Wed, 8 Aug 2007 13:11:25 +0200 [thread overview]
Message-ID: <417457b50708080411q31dddf7fyafdad49052ce0f5b@mail.gmail.com> (raw)
In-Reply-To: <87tzras67o.fsf@bzg.ath.cx>
[-- Attachment #1.1: Type: text/plain, Size: 1694 bytes --]
Thanks for your answers Bastien!
Sorry for being ignorant, but how do I use the "LaTeX exporter"? I did not
know about it.
Can't find it in my version of the documentation.
One more question, can I use Pstricks with the latex exporter?
Best regards,
Johan
2007/8/8, Bastien <bzg@altern.org>:
>
> Hi Johan,
>
> "Johan Ekh" <ekh.johan@gmail.com> writes:
>
> > I wonder if it is possible to include graphics within LaTeX fragments?
>
> Have a look here:
> http://staff.science.uva.nl/~dominik/Tools/org/org.html#LaTeX-fragments
>
> For HTML export, the \includegraphics{...} won't produce anything.
>
> If you embed it in a \begin{figure} environment, this environment will
> be parsed by the dvipng utility, but AFAIK this program is not able to
> produce png files from images.
>
> For LaTeX export (and i guess you mostly need eps images for this),
> there are three options:
>
> 1. A simple image link [[file:image.eps]] will be converted as:
> \includegraphics[width=10em]{images.eps}
>
> 2. Simple LaTeX insertion:
> #+LaTeX: \includegraphics[width=5em]{~/images/image.eps}
>
> 3. More complex LaTeX insertion:
> #+BEGIN_LaTeX
> \begin{figure}
> \includegraphics[width=5em]{~/images/image.eps}
> \caption{Some descriptive text here}
> \end{figure}
> #+END_LaTeX
>
> PS: the LaTeX exporter still doesn't recognize \begin{...} environments
> when they are not specified by #+BEGIN_LaTeX and #+END_LaTeX delimiters.
> This will be fixed in the next release.
>
> Hope this helps,
>
> --
> Bastien
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
[-- Attachment #1.2: Type: text/html, Size: 2415 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2007-08-08 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-08 8:57 Suport for pictures? Johan Ekh
2007-08-08 9:53 ` Bastien
2007-08-08 11:11 ` Johan Ekh [this message]
2007-08-08 16:58 ` Bastien
2007-08-14 9:40 ` Johan Ekh
2007-08-14 10:08 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=417457b50708080411q31dddf7fyafdad49052ce0f5b@mail.gmail.com \
--to=ekh.johan@gmail.com \
--cc=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).