From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Latex strikethrough or cancel? Date: Thu, 8 Oct 2015 03:35:43 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3c47cd488a105218f8eac Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zk1zk-0005JO-8D for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 23:35:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zk1ze-0002I6-EQ for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 23:35:52 -0400 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:33406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zk1zd-0002Gh-Bt for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 23:35:45 -0400 Received: by lbos8 with SMTP id s8so32281813lbo.0 for ; Wed, 07 Oct 2015 20:35:44 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist --001a11c3c47cd488a105218f8eac Content-Type: text/plain; charset=UTF-8 I've got a fraction done this way in an org file: \[ \frac{1}{(2^3)(5)} \] and I'd like to strike though or cancel the (5) part. The Latex method I've found says do it this way: ... \usepackage[makeroom]{cancel} ... \[ \frac{1}{(2^3)\cancel{(5)}} \] But it's ignored and comes back verbatim. Of course +(5)+ doesn't work either, again, coming back verbatim with the pluses. How can I do this? LB --001a11c3c47cd488a105218f8eac Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've got a fraction done this way in an org file:
=
\[
=C2=A0\frac{1}{(2^3)(5)}
=C2=A0\= ]

and I'd like to strike though or cance= l the (5) part. The Latex method I've found says do it this way:
<= div>
...
\usepackage[makeroom]{cancel}
...

\[
=C2=A0\frac{1}{(2^3)\cance= l{(5)}}
=C2=A0\]

But it's igno= red and comes back verbatim. Of course +(5)+ doesn't work either, again= , coming back verbatim with the pluses. How can I do this?

LB
--001a11c3c47cd488a105218f8eac--