* Quoting latex code
@ 2009-12-15 12:07 andrea
2009-12-15 12:29 ` Nicolas Girard
0 siblings, 1 reply; 5+ messages in thread
From: andrea @ 2009-12-15 12:07 UTC (permalink / raw)
To: emacs-orgmode
I want to do something which I think should be really simple.
I'm writing a small guide of latex for org-users, useful for people
working with me that don't know latex but must insert some symbols in
org-files.
So I want to create simple tables where I insert the symbol and the
output.
But however I insert \phi|\pi|whatever it gets always transformed into
the symbol when exporting to pdf.
(also \mbox doesn't work)
How could I do to get something like this:
literal(\phi) -> \phi
Without possibly having to write some
#+BEGIN...
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Quoting latex code
2009-12-15 12:07 Quoting latex code andrea
@ 2009-12-15 12:29 ` Nicolas Girard
2009-12-15 12:49 ` andrea
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Girard @ 2009-12-15 12:29 UTC (permalink / raw)
To: emacs-orgmode
2009/12/15 andrea <andrea.crotti.0@gmail.com>:
>
> I want to do something which I think should be really simple.
> I'm writing a small guide of latex for org-users, useful for people
> working with me that don't know latex but must insert some symbols in
> org-files.
>
> So I want to create simple tables where I insert the symbol and the
> output.
> But however I insert \phi|\pi|whatever it gets always transformed into
> the symbol when exporting to pdf.
>
> (also \mbox doesn't work)
> How could I do to get something like this:
>
> literal(\phi) -> \phi
>
> Without possibly having to write some
> #+BEGIN...
> Thanks
>
Hi Andrea,
what about =\phi= ?
--
Nicolas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Quoting latex code
2009-12-15 12:29 ` Nicolas Girard
@ 2009-12-15 12:49 ` andrea
2009-12-15 13:44 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: andrea @ 2009-12-15 12:49 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Girard <nicolas.girard@nerim.net> writes:
> Hi Andrea,
> what about =\phi= ?
Nice thanks, I didn't see it in the doc..
Anyway in the table I still have troubles, when I write this
--8<---------------cut here---------------start------------->8---
| \pi | #ERROR |
| | |
#+TBLFM: $2=\pi=
--8<---------------cut here---------------end--------------->8---
So writing =\something= is interpreted as the formula for that cell,
should I maybe just not use a table?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Quoting latex code
2009-12-15 12:49 ` andrea
@ 2009-12-15 13:44 ` Carsten Dominik
2009-12-16 12:21 ` andrea
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-12-15 13:44 UTC (permalink / raw)
To: andrea; +Cc: emacs-orgmode
On Dec 15, 2009, at 1:49 PM, andrea wrote:
> Nicolas Girard <nicolas.girard@nerim.net> writes:
>
>> Hi Andrea,
>> what about =\phi= ?
>
> Nice thanks, I didn't see it in the doc..
> Anyway in the table I still have troubles, when I write this
>
> --8<---------------cut here---------------start------------->8---
> | \pi | #ERROR |
> | | |
> #+TBLFM: $2=\pi=
> --8<---------------cut here---------------end--------------->8---
>
> So writing =\something= is interpreted as the formula for that cell,
> should I maybe just not use a table?
You can also write ~\pi~
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-12-16 12:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 12:07 Quoting latex code andrea
2009-12-15 12:29 ` Nicolas Girard
2009-12-15 12:49 ` andrea
2009-12-15 13:44 ` Carsten Dominik
2009-12-16 12:21 ` andrea
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).