emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to use both _underlined_ and math subcsript of latex ?
@ 2009-08-25 15:24 waterloo
  2009-08-25 17:13 ` Matt Lundin
  0 siblings, 1 reply; 6+ messages in thread
From: waterloo @ 2009-08-25 15:24 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 98 bytes --]

when I export to html , _underlined_ was known as math subscript of latex.

Is it a bug ?  Thanks

[-- Attachment #1.2: Type: text/html, Size: 110 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to use both _underlined_ and math subcsript of latex ?
  2009-08-25 15:24 How to use both _underlined_ and math subcsript of latex ? waterloo
@ 2009-08-25 17:13 ` Matt Lundin
  2009-08-25 17:22   ` waterloo
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Lundin @ 2009-08-25 17:13 UTC (permalink / raw)
  To: waterloo; +Cc: emacs-orgmode

waterloo <waterloo2005@gmail.com> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to use both _underlined_ and math subcsript of latex ?
  2009-08-25 17:13 ` Matt Lundin
@ 2009-08-25 17:22   ` waterloo
  2009-08-25 17:46     ` Bernt Hansen
  2009-08-25 18:19     ` Matthew Lundin
  0 siblings, 2 replies; 6+ messages in thread
From: waterloo @ 2009-08-25 17:22 UTC (permalink / raw)
  To: Matt Lundin; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 704 bytes --]

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 <mdl@imapmail.org>

> waterloo <waterloo2005@gmail.com> 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
>

[-- Attachment #1.2: Type: text/html, Size: 1183 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to use both _underlined_ and math subcsript of latex ?
  2009-08-25 17:22   ` waterloo
@ 2009-08-25 17:46     ` Bernt Hansen
  2009-08-25 18:19     ` Matthew Lundin
  1 sibling, 0 replies; 6+ messages in thread
From: Bernt Hansen @ 2009-08-25 17:46 UTC (permalink / raw)
  To: waterloo; +Cc: Matt Lundin, emacs-orgmode

The following file works just fine for me.

,----
| #+TITLE:     x.org
| #+AUTHOR:    Bernt Hansen
| #+EMAIL:     bernt@norang.ca
| #+DATE:      2009-08-25 Tue
| #+DESCRIPTION: 
| #+KEYWORDS: 
| #+LANGUAGE:  en
| #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
| #+OPTIONS:   TeX:t LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc
| #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
| #+EXPORT_SELECT_TAGS: export
| #+EXPORT_EXCLUDE_TAGS: noexport
| #+LINK_UP:   
| #+LINK_HOME: 
| 
| * Level 1
| 
| This is _underlined_ and this is sub_script
`----

Exporting to HTML and Latex both work.  The exporter converts
appropriately.  C-c C-e b and C-c C-e d displays the underline and
subscript for me.

-Bernt


waterloo <waterloo2005@gmail.com> 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.
>
> How to do with it ?
>
> I find some of you are not familiar to latex syntax .
>
> Thanks
>
> 2009/8/26 Matt Lundin <mdl@imapmail.org>
>
>     waterloo <waterloo2005@gmail.com> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to use both _underlined_ and math subcsript of latex ?
  2009-08-25 17:22   ` waterloo
  2009-08-25 17:46     ` Bernt Hansen
@ 2009-08-25 18:19     ` Matthew Lundin
  2009-08-25 18:33       ` waterloo
  1 sibling, 1 reply; 6+ messages in thread
From: Matthew Lundin @ 2009-08-25 18:19 UTC (permalink / raw)
  To: waterloo; +Cc: Matt Lundin, emacs-orgmode

waterloo <waterloo2005@gmail.com> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How to use both _underlined_ and math subcsript of latex ?
  2009-08-25 18:19     ` Matthew Lundin
@ 2009-08-25 18:33       ` waterloo
  0 siblings, 0 replies; 6+ messages in thread
From: waterloo @ 2009-08-25 18:33 UTC (permalink / raw)
  To: Matthew Lundin; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1279 bytes --]

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 <mdl@imapmail.org>

> waterloo <waterloo2005@gmail.com> 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
>

[-- Attachment #1.2: Type: text/html, Size: 2119 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-25 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-25 15:24 How to use both _underlined_ and math subcsript of latex ? waterloo
2009-08-25 17:13 ` Matt Lundin
2009-08-25 17:22   ` waterloo
2009-08-25 17:46     ` Bernt Hansen
2009-08-25 18:19     ` Matthew Lundin
2009-08-25 18:33       ` waterloo

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).