[Orgmode] how to input `/' literally ?

2009-09-13 Thread waterloo
I need to input /etc/profile.
How to make `etc' not italic ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to hyperlink a file whose name has `space' ?

2009-08-29 Thread waterloo
`file:' can link a file on disk .

But my file's name has `space' in it .

How to hyperlink that file?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] about table width mark in html export

2009-08-27 Thread waterloo
Thanks

2009/8/28 Nick Dokos 

> Nick Dokos  wrote:
>
> > waterloo  wrote:
> >
> >
> > > when export to html , tabel width <10> appears.
> > >
> > > I think <10> should disappear in html exporting.
> > >
> > > | <10>   | <45>  |
> > > | *LANG* | A catch-all setting which identifies the locale for all
> > > possible features. However, individual topics can be overridden using
> one of
> > > the following variables. |
> > > | *LC_COLLATE* and *LC_CTYPE* | Character handling (which characters
> are
> > > part of the alphabet) and (alphabetical) orderkdf |
> > >
> >
> > I presume you mean that the whole first row should not be present in
> > the exported table.
> >
> > Try changing the table to the following and then exporting:
> >
> > --8<---cut here---start->8---
> > | ! | <10>   | <45>|
> > |   | *LANG* | A catch-all etc.|
> > |   | *LC_COLLATE* and *LC_CTYPE* | Character handling etc. |
> > --8<---cut here---end--->8---
> >
> > See section 3.5.8 "Tables"/"The spreadsheet"/"Advanced features"
> > for details.
> >
>
> ... and if you read that section a bit more carefully than I did,
> you will see that I made a mistake: don't use ! just to inhibit
> exporting, use / instead:
>
> `/'
> Do not export this line.  Useful for lines that contain the
> narrowing `' markers.
>
> Nick
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] about table width mark in html export

2009-08-27 Thread waterloo
when export to html , tabel width <10> appears.

I think <10> should disappear in html exporting.

| <10>   | <45>  |
| *LANG* | A catch-all setting which identifies the locale for all
possible features. However, individual topics can be overridden using one of
the following variables. |
| *LC_COLLATE* and *LC_CTYPE* | Character handling (which characters are
part of the alphabet) and (alphabetical) orderkdf |


I hope my explanation is clear.


Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to make a word as anchor and emph simultaneouly ?

2009-08-25 Thread waterloo
<> make a word as anchor.
/word/ make a word as emph.

How to make a word as anchor and emph simultaneouly ?

I  try <> and /<>/ , but fail.

Aother question : how to make comment in middle of line ?



Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: How to use both _underlined_ and math subcsript of latex ?

2009-08-25 Thread waterloo
Excuse me .
This time is my fault.

I use `_test_is right' . it need a space behide the second `_' .

Thanks

2009/8/26 Matthew Lundin 

> waterloo  writes:
>
> > I use _underlined_ to get a line under `underline' in html.
> > But the character `_' is known as math subscript of latex (just as in \
> > sum_0^100 ).
> >
> > I want to use both underline and math subscript simultaneously.
>
> As Bernt explained in his reply, the exporter should distinguish between
> the two automatically. If you encounter a specific instance in which
> this does not work, then please supply the source file.
>
> Have you read the following sections of the manual?
>
>
> http://orgmode.org/manual/Subscripts-and-superscripts.html#Subscripts-and-superscripts
>
> http://orgmode.org/manual/LaTeX-fragments.html#LaTeX-fragments
>
> If you want to turn off subscript except when you explicitly request it,
> you can find full instructions in this response to one of your previous
> posts:
>
> http://article.gmane.org/gmane.emacs.orgmode/16797
>
> > I find some of you are not familiar to latex syntax .
>
> An inability to decipher cryptic mailing list questions does not
> indicate a lack of comprehension of their purported subject matter.
>
> - Matt
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] About `_' in link address .

2009-08-25 Thread waterloo
Yes, I accept your advice.


2009/8/25 Carsten Dominik 

>
>
> On Aug 23, 2009, at 2:50 PM, waterloo wrote:
>
>  Sorry .
>>
>> When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was
>> transformed to a link.
>> After I export that file to html , I find `sea' in that link is subscript.
>> It should be normal scale.
>>
>> This is because in org `_' was recognized as Latex command.
>>
>> I recommand that in link we should disable the function of `_' .
>>
>
> Hi waterloo,
>
> it has taken 7 emails to extract the above information from
> you.  Each of these messages was read by at least 625 members
> on this mailing list (and probably many others who read the list
> on gmane.org).
>
> Could you please try next time and start with a
> description *as detailed as possible* right away?  That will
> cost 5 or 10 minutes of your time (not more that you have to
> spent anyway buy writing 4 separate messages).  In return,
> it will save an estimated 60 *hours* spent by others, reading
> these mails and trying to figure out what this is all about.
>
> About the issue you report:
>
> I do agree that this is a bug, and I have fixed it.  Thanks
> to Nick and Bastien for their input.
>
> - Carsten
>
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: How to use both _underlined_ and math subcsript of latex ?

2009-08-25 Thread waterloo
I use _underlined_ to get a line under `underline' in html.
But the character `_' is known as math subscript of latex (just as in
\sum_0^100 ).

I want to use both underline and math subscript simultaneously.

How to do with it ?

I find some of you are not familiar to latex syntax .

Thanks

2009/8/26 Matt Lundin 

> waterloo  writes:
>
> > when I export to html , _underlined_ was known as math subscript of
> > latex.
> >
> > Is it a bug ?  Thanks
>
> _Underlined text_ exports to html just fine here.
>
> You'll need to provide your export settings and a sample file in which
> the behavior occurs if you'd like to receive help from the list.
>
> - Matt
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to use both _underlined_ and math subcsript of latex ?

2009-08-25 Thread waterloo
when I export to html , _underlined_ was known as math subscript of latex.

Is it a bug ?  Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
revise the lisp code of org mode .
I think this should be fixed.

2009/8/24 Nick Dokos 

> waterloo  wrote:
>
> > I just want to disable this function in link address .
> > I think  this is more suitble .
> > How to do it ?
> > Thanks
> >
>
> AFAIK, it's not possible to disable sub/super magic just inside
> links.
>
> Nick
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
I just want to disable this function in link address .
I think  this is more suitble .
How to do it ?
Thanks

2009/8/24 Nick Dokos 

> waterloo  wrote:
>
> > Sorry ,  And Thanks .
> >
> > I will say it more detailedly.
> >
> > Yes ,  copy the link to org file and export to html , the link works( it
> can link to that web page).
> >
> > Please see the link in html .
> >
> > The word `sea' in link is smaller than other characters of links.
> >
> > That is because ` _ '  is used as math subscript ( just like:
> \sum_0^{100} ) .
> >
> > I recommand in link like this `_' does not take effect of math subscript.
> >
>
> You can use
>
> ,
> | #+OPTIONS: ^: nil
> |
> | * http://swift.siphos.be/linux_sea/
> |
> | a_b
> `
>
> to turn off the super/subscript magic in the file (or customize
> org-export-with-sub-superscripts to turn it on/off globally).
>
> If you want to mix and match in the same file, you can use
>
> ,
> | #+OPTIONS: ^:{}
> |
> | * http://swift.siphos.be/linux_sea/
> |
> | a_{b}
> `
>
> Only the a_{b} construct will undergo sub/super magic.
>
> See section 12.3 "Export options" of the Org-mode manual.
>
> HTH,
> Nick
>
>
>
>
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
Sorry .

When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was
transformed to a link.
After I export that file to html , I find `sea' in that link is subscript.
It should be normal scale.

This is because in org `_' was recognized as Latex command.

I recommand that in link we should disable the function of `_' .




2009/8/23 Bastien 

> waterloo  writes:
>
> > I mean when I export to html the `sea' become subscript.
>
> I cannot reproduce this.
>
> Your first email didn't mention that you wanted to export to HTML,
> and it mentioned the LaTeX math mode...
>
> --
>  Bastien
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
I mean when I export to html the `sea' become subscript.

2009/8/23 Bastien 

> waterloo  writes:
>
> > copy below in an org file:
> >  http://swift.siphos.be/linux_sea/
>
> Works fine here.  I get this:
>
>  
> \href{http://swift.siphos.be/linux_sea/}{http://swift.siphos.be/linux<http://swift.siphos.be/linux_sea/%7D%7Bhttp://swift.siphos.be/linux>
> \_sea/}
>
> Please provide more information:
>  http://orgmode.org/org.html#Feedback
>
> --
>  Bastien
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
copy below in an org file:
 http://swift.siphos.be/linux_sea/

sea is denoted as subscript.


2009/8/23 Bastien 

> waterloo  writes:
>
> >  But when link address includes `_' , `_' is always thought of as a
> > math mode in latex.
>
> I cannot reproduce this - can you give an example?
>
> --
>  Bastien
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] About `_' in link address .

2009-08-22 Thread waterloo
When I copy a link to org file , It is always transformed to a link that can
be point .

 But when link address includes `_' , `_' is always thought of as a math
mode in latex.

When I put `\' before `_' , I can not  point the link.

How to inhibit math mode of `_' in link address ?


Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] I can not understand ‘+strike-throug h+’ .

2009-08-16 Thread waterloo
I see +xxx+ is cross out.
Thanks.

2009/8/17 Nick Dokos 

> waterloo  wrote:
>
> > In subsetction `Emphasis and monospace ' of 12.1 Markup rules of manual ,
> > I can not understand how to use =91+strike-through+=92 ?
> > what does it mean ?
>
> [Much better !-) Thanks for the reference.]
>
> Another expression for it is "crossing out": basically a horizontal line
> drawn through the text at half-height, generally indicating erased text.
>
> Try exporting the following to html (for some reason, the strike-through
> feature did not work for me in the LaTeX exporter) and viewing it in your
> browser:
>
> --8<---cut here---start->8---
>
> * Emphasis and monospace
>
>  - *bold*
>
>  - /italic/
>
>  - _underlined_
>
>  - =code=
>
>  - ~verbatim~
>
>  - +strike-through+
>
>
> --8<---cut here---end--->8---
>
>
> HTH,
> Nick
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] I can not understand ‘+strike-throu gh+’ .

2009-08-16 Thread waterloo
In subsetction `Emphasis and monospace ' of 12.1 Markup rules of manual ,
I can not understand how to use ‘+strike-through+’ ?
what does it mean ?
Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-16 Thread waterloo
Thanks very much.  asymptote's function is very much like tikz . I can use
asymptote.
Besides asymptote, I can use metapost.

2009/8/17 Eric Schulte 

> Sorry,
>
> Please disregard this email, I didn't realize tikz/pgf was a package of
> TeX macros and not an external tool. -- Eric
>
> "Eric Schulte"  writes:
>
> > Hi,
> >
> > Adding support for a new block type is fairly easy for any tool that can
> > be called from the command line.  If you would like to try this please
> > read the documentation of org-exp-blocks on worg [1] and follow the
> > example of the asymptote block type [2].
> >
> > Best -- Eric
> >
> > Footnotes:
> > [1]  http://orgmode.org/worg/org-contrib/org-exp-blocks.php
> >
> > [2]  http://orgmode.org/worg/org-contrib/org-exp-blocks.php#sec-4.1
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to use evince to open a pdf file that is made to link in org file ?

2009-08-16 Thread waterloo
I write a link of `file:df.pdf' in org file .

When I point the link with mouse , It use gv to open pdf .

How to make org use evince to open pdf file ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-15 Thread waterloo
tikz is more power than ditaa and graphviz
.<http://doc.norang.ca/org-mode.html#sec-13.2>
I tikz's exporter will be supported in future version.

Thanks

2009/8/16 Bernt Hansen 

> waterloo  writes:
>
> > can I use #+begin_tikz  and export tikz to html ?
> >
>
> If you (or someone who wants tikz output to work) writes an exporter
> that knows what to do with the tikz block I'm sure that can work.
>
> Right now there is no such exporter available AFAIK.
>
> -Bernt
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-15 Thread waterloo
can I use #+begin_tikz  and export tikz to html ?

Thanks

2009/8/15 Bernt Hansen 

> waterloo  writes:
>
> > How to draw picture for exporting to html ?
> >
>
> I use ditaa and graphviz.  There are examples at
> http://doc.norang.ca/org-mode.html#Publishing
>
> Links to the source for the page is available in the Overview section.
>
> -Bernt
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] what is shy hyphen ?

2009-08-15 Thread waterloo
I can not understant the following para.


Finally, ‘\-’ is treated as a shy hyphen, and ‘--’, ‘---’, and ‘...’ are all
> converted into special commands creating hyphens of different lengths or a
> compact set of dots.


When I input \- in org file and export it to html , I see nothing .

What is shy hyphen ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread waterloo
Can I use other like begin_foo ?
Only two begin_src and begin_example?
Thanks

2009/8/15 Bernt Hansen 

> waterloo  writes:
>
> > Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for
> keywords ?
>
> Your questions really don't have enough detail to get good answers.
> What keywords do you know about already?
>
> I use begin_src, begin_example
>
> and yes lowercase works too.
>
> -Bernt
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-15 Thread waterloo
How to draw picture for exporting to html ?

Thanks

2009/8/14 waterloo 

> Yes , I mean preview-latex
>
> 2009/8/14 Nick Dokos 
>
>> waterloo  wrote:
>>
>>
>> > Yes, dvi file can not display tikz picture correctly .
>> >
>> > Why do you use divpng? Auctex can preview tikz , it does not use dvipng.
>> >
>>
>> You mean preview-latex? Not for me: it just leaves the tikzpicture
>> environment
>> alone.
>>
>> Nick
>>
>
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread waterloo
Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for
keywords ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-14 Thread waterloo
Yes , I mean preview-latex

2009/8/14 Nick Dokos 

> waterloo  wrote:
>
> > Yes, dvi file can not display tikz picture correctly .
> >
> > Why do you use divpng? Auctex can preview tikz , it does not use dvipng.
> >
>
> You mean preview-latex? Not for me: it just leaves the tikzpicture
> environment
> alone.
>
> Nick
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-14 Thread waterloo
Yes, dvi file can not display tikz picture correctly .

Why do you use divpng? Auctex can preview tikz , it does not use dvipng.

Thanks


2009/8/14 Nick Dokos 

> Graham Smith  wrote:
>
> > Something I, as a comparative beginner  can answer :-)
> >
> > > how to draw picture in org-mode ? Does it support tikz/pgf ?
> >
> > Yes, I found it worked fine for me. I had a silly problem with page
> > margins (searchng the forum for tikz/pgf will find my recent posts),
> > that was my fault but other than that the flow charts and mindmaps I
> > have done work well.
> >
>
> Let me add a qualifier: if you try to preview the image, then it does
> not seem to work, but that seems to be a characteristic of tikz/pgf,
> rather than org-mode.
>
> Here's the experiment, should somebody care to try it:
>
> o Start with a simple picture - the one waterloo posted earlier in
> the month will do:
>
> ,
> | #+LaTeX_HEADER: \usepackage{tikz}
> |
> | * Draw
> |
> | \begin{tikzpicture}
> | \draw (0,0) -- (10,0);
> | \end{tikzpicture}
> `
>
> o Export it to LaTeX with C-c C-e l.
>
> o Process the latex file with pdflatex and view with xpdf - everything
> is fine.
>
> o Process the latex file with latex, producing a dvi file.  View the dvi
> file with xdvi: the picture is missing (and I get a Ghostscript error.)
>
> o Process the dvi file to PS with dvips and view the resulting PS file:
> the picture is there.
>
> Since (I'm guessing) preview processes the dvi file with dvipng and
> since the dvi file seems to have some kind of problem, preview does not
> work.
>
> HTH,
> Nick
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-14 Thread waterloo
how to draw picture in org-mode ? Does it support tikz/pgf ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] I find org-mode don't support tikz/pgf .

2009-08-11 Thread waterloo
tikz/pgf is a package for drawing picture under latex.

I have add the following in `Org Format Latex Header' .
\usepackage{tikz}
\usetikzlibrary{arrows,backgrounds,decorations.pathmorphing,
calc,fit,positioning,scopes,shapes.geometric,shapes.symbols,
shapes.arrows,shapes.multipart,shapes.misc,shapes.callouts,snakes,through}

But I can not preview or export tikzpicture to html.

\begin{tikzpicture}
\draw (0,0) -- (10,0);
\end{tikzpicture}

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to make firefox to open html automatically ?

2009-08-11 Thread waterloo
When I run C-c C-e b , the html file is open in emacs .

How to make firefox to open html exported automatically ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
The manual says math environment need not be in \[ \].
\[
\begin{matrix}
1&d\\
d&d\\
\end{matrix}
\]
When I put mouse point on `begin' , I can get preview image through C-c C-x
C-l.
When I put mouse point on `matrix' , I get two identical matrix with a
square between them.
When I put mouse point on `1&d' , I get a square and \[ at above \] at below
.

Thanks



2009/8/11 Carsten Dominik 

>
> On Aug 11, 2009, at 3:41 PM, Nick Dokos wrote:
>
>  waterloo  wrote:
>>
>>  Excuse me .
>>> I put the following latex code in an org file , and put point in it ,C-c
>>> C-x  C-l.  It don't produce the correct image. There is only an square
>>> appearing . The latex environment is include in amsmath package, which is
>>> include in Org Format Latex Header defautly.
>>>
>>>
>>> \begin{matrix}
>>> 1&d\\
>>> d&d\\
>>> \end{matrix}
>>>
>>>
>> I cannot be sure whether "waterloo" sees the same problem (from his
>> description, it seems that he gets just an empty square which indicates
>> additional/different problems - maybe missing the dvipng program?),
>>
>
> Yes, this seems to be a different problem.  Maybe the problem is thatthe
> matrix environment must be inside a math environment?
>
>
>  but
>> I do see a problem.  Here is the org file:
>>
>> ,
>> | #+LaTeX_HEADER: \usepackage{amsmath}
>>
>
> This is actually not necessary, I was mistaken here.
>
>  |
>> | * foo
>> |
>> | \[
>> | \begin{matrix}
>> | 1&d\\
>> | d&d\\
>> | \end{matrix}
>> | \]
>> |
>> `
>>
>> I can export this to LaTeX just fine (and I need the additional header,
>> at least in that case - I have not tried without it). But when I try the
>> preview C-c C-x C-l on the fragment, I get the preview of the matrix
>> twice with an empty square separating the two instances.  I attach a PNG
>> image of the result. I checked the image that is produced in the ltxpng
>> subdirectory: it's just the image of the matrix, no problem there.
>>
>
> Hmm, another fun and interesting bug!
>
> Fixed now.  Thanks.
>
> - Carsten
>
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
Excuse me .
I put the following latex code in an org file , and put point in it ,C-c
C-x  C-l.  It don't produce the correct image. There is only an square
appearing . The latex environment is include in amsmath package, which is
include in Org Format Latex Header defautly.


\begin{matrix}
1&d\\
d&d\\
\end{matrix}


Another question, I cannot understand the sentence.
`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. '

Thanks

2009/8/11 Carsten Dominik 

> So then, what do you mean by
>
>  "org-mode can not precess some LATEX environment"
>
> Please, if you want us to spend the time giving you the
> answer, put in the time to explain yourself clearly, if
> possible already in the initial post and not after two
> mails back and forth.  This will allow the experts in the
> group to spend their time efficiently, and it will also
> create better records in the mailing list archives.
>
> - Carsten
>
>
> On Aug 11, 2009, at 10:48 AM, waterloo wrote:
>
>  It is `amsmath' , not `amslatex' .
>> Org include amsmath defaultly .
>>
>>
>> 2009/8/11 Carsten Dominik 
>>
>> On Aug 11, 2009, at 10:37 AM, waterloo wrote:
>>
>> org-mode can not precess some LATEX environment .
>> Such as :
>> \begin{matrix}
>> \end{matrix}
>>
>> which is in amslatex.
>>
>> Org-mode will handle these environments, but you must require the package
>> in the header:
>>
>>
>> #+LaTeX_HEADER: \usepackage{amslatex}
>>
>> Or add to org-export-latex-package-alist
>>
>> - Carsten
>>
>>
>>
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
It is `amsmath' , not `amslatex' .
Org include amsmath defaultly .


2009/8/11 Carsten Dominik 

>
> On Aug 11, 2009, at 10:37 AM, waterloo wrote:
>
>  org-mode can not precess some LATEX environment .
>> Such as :
>> \begin{matrix}
>> \end{matrix}
>>
>> which is in amslatex.
>>
>
> Org-mode will handle these environments, but you must require the package
> in the header:
>
>
> #+LaTeX_HEADER: \usepackage{amslatex}
>
> Or add to org-export-latex-package-alist
>
> - Carsten
>
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
org-mode can not precess some LATEX environment .
Such as :
\begin{matrix}
\end{matrix}

which is in amslatex.

How to do with it ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] If org-mode can be used with auctex ?

2009-08-09 Thread waterloo
If org-mode can be used with auctex ?

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] I can not modify org-format-latex-header in customizer .

2009-08-09 Thread waterloo
I can not modify org-format-latex-header in customizer .

Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode