"Daniel Clemente" <[EMAIL PROTECTED]> writes:

>    Bastien suggested in other thread adding ~ to get a „protected
> space" in LaTeX, and now I discover that a \nbsp is also to get a
> protected space in HTML.  So why can't we use the same syntax for
> LaTeX and HTML?

>    Some other similar signs:
> \-   : breaking allowed
> ~  : protected space
> --   : hyphen
> Also -  ,  ---

What about this:

| Org    | HTML   | LaTeX |
|--------+--------+-------|
| \-     | &shy;  | \-    |
| ~ or   | &nbsp; | ~     |
| --     | -      | --    |
| ---    | --     | ---   |

I'm not sure about the the last two columns.  Maybe it's simpler to
let -- and --- be -- and --- in HTML output as well.

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

Reply via email to