5 Jan 13:41
LaTeX Export
From: Rasmus Pank Roulund <rasmus.pank <at> gmail.com>
Subject: LaTeX Export
Newsgroups: gmane.emacs.orgmode
Date: 2009-01-05 12:42:39 GMT
Subject: LaTeX Export
Newsgroups: gmane.emacs.orgmode
Date: 2009-01-05 12:42:39 GMT
Hello,
I have got two questions.
I am using Org-mode v. 3.16c. I usually use LaTeX but Org has been
really nice. However, I want to export to LaTeX.
Two features are bugging me though.
1. Timestambs are really nice, but I don't want them in my final
print (the LaTeX output). Is there an easy way to remove these?
2. The interpretation of $ is probably nice for American but for me
it creates a lot of undesirable results, since a lot of math is
not recognized as math for unknown reasons. It would be nice to
be able to turn the $-feature off [1]. When I need a $-sign I
would much rather use \$. Maybe the universal currency-symbol ¤
could be used as a replacement, if the user desire.
If either of these are already possible I appoligize. I was not able
to find an answear to my questions in the manual.
[1] "To avoid conflicts with currency specifications, single '$'
characters are only recognized as math delimiters if the enclosed
text contains at most two line breaks, is directly attached to
the '$' characters with no whitespace in between, and if the
closing '$' is followed by whitespace or punctuation".
--From the Org manual.
Thanks,
Rasmus
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
(Continue reading)
(Thanks Matthew!)
I believe it is the version bundled with the latest Emacsw32 from
ourcomments.org. I am using a Emacsw32 from December 2008.
Since I use win32 I am not able to use the provided update-script.
Is is okay to overwrite the el files in the Emacs folder and recompile
them?
> Second, you could help with an example which demonstrates the problem.
Sorry. I should have included examples in the first post.
Here is an example from the notes I am working on.
The LaTeX output is:
\begin{itemize}
\item Indtegnes i et $x_1/x_2$-diagram, evt. med indifferentkurver.
\item Kurve, der sammensætte alle de bedste løsninger \$(x_1^{*},
x_2^{*})$ ved varierende indkomst $m$.
\end{itemize}
Notice the \$ in the second item. Since I rarely use $ as a symbol but
use it all the time as math delimiter it would be more efficient to use
\$ when I actually need a $-sign.
Here is the corresponding Org code:
- Indtegnes i et $x_1/x_2$-diagram, evt. med indifferentkurver.
- Kurve, der sammensætte alle de bedste løsninger $(x_1^{*},
x_2^{*})$ ved varierende indkomst $m$.
as stated in the maual:
11.3 LaTeX fragments
====================
Text within the usual LaTeX math delimiters. To avoid conflicts
with currency specifications, single `$' characters are only
recognized as math delimiters
if the enclosed text contains at most two line breaks,
is directly attached to the `$' characters
with no whitespace in between,
and if the closing `$' is followed
by whitespace, punctuation or a dash. For the other delimiters,
there is no such restriction, so when in doubt, use `\(...\)' as
inline math delimiters.
RSS Feed