all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexis <flexibeast@gmail.com>
To: shannleon@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to use \subsetneqq in Org-mode?
Date: Sat, 02 Dec 2017 13:54:58 +1100	[thread overview]
Message-ID: <87y3mlj0u5.fsf@gmail.com> (raw)
In-Reply-To: <b6c1589c-4559-4913-bee1-e61cf6a95fb2@googlegroups.com>


shannleon@gmail.com writes:

> How to use \subsetneqq command in Org-mode and make it be 
> rendered
> correctly when export to HTML?
>
> LaTeX export just fine. But Html output says "Undefined control
> sequence \subsetneqq"

\subsetneqq is a TeX command, not something that's part of Org. To 
add
that symbol, which i believe is Unicode SUBSET OF ABOVE NOT EQUAL 
TO,
you can either enter it directly into a buffer by typing:

    C-x 8 RET SUBSET OF ABOVE NOT EQUAL TO

or by typing:

    &#x2ACB;

which is an HTML character entity referring to that character.


Alexis.



  reply	other threads:[~2017-12-02  2:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-02  2:28 How to use \subsetneqq in Org-mode? shannleon
2017-12-02  2:54 ` Alexis [this message]
2017-12-02  3:49   ` Kaushal Modi
2017-12-02 22:43     ` 杨劲松
2017-12-03  0:44       ` Alexis
2017-12-03  1:04         ` 杨劲松
2017-12-03  1:30           ` Alexis
2017-12-03  1:40             ` 杨劲松
2017-12-05  3:29               ` 杨劲松
2017-12-05 17:35                 ` Kaushal Modi
2017-12-05 22:45                   ` 杨劲松
2017-12-06  3:28                 ` Alexis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y3mlj0u5.fsf@gmail.com \
    --to=flexibeast@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=shannleon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.