Hi,My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/7e1515fa-d63d-498a-85a9-f41e0d03596a%40googlegroups.com.
you need to use the cancel package. Which version of MathJax are you using?
On Wed, Jun 3, 2020 at 12:27 PM <rumaisa...@gmail.com> wrote:
Hi,--My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathja...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/7e1515fa-d63d-498a-85a9-f41e0d03596a%40googlegroups.com.
--
------------------------------------------------------
David Starbuck
Programmer/System Analyst
IEEE Publications
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/ef2ac972-540b-48d8-bb4e-f290ad018d40%40googlegroups.com.
you need to use the cancel package. Which version of MathJax are you using?
On Wed, Jun 3, 2020 at 12:27 PM <rumaisa...@gmail.com> wrote:
Hi,--My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathja...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/7e1515fa-d63d-498a-85a9-f41e0d03596a%40googlegroups.com.
--
------------------------------------------------------
David Starbuck
Programmer/System Analyst
IEEE Publications
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/89a86116-ab07-4950-8c4c-d830deff0993%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/ef2ac972-540b-48d8-bb4e-f290ad018d40%40googlegroups.com.
--
------------------------------------------------------
David Starbuck
Programmer/System Analyst
IEEE Publications
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/03e44ea5-5748-4644-b49f-9cbbec03a780%40googlegroups.com.
On Jun 3, 2020, at 12:27 PM, rumaisa...@gmail.com wrote:
Hi,My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/7e1515fa-d63d-498a-85a9-f41e0d03596a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/89a86116-ab07-4950-8c4c-d830deff0993%40googlegroups.com.
--
------------------------------------------------------
David Starbuck
Programmer/System Analyst
IEEE Publications
Try using[latex]\require{cancel} x + \cancel{y} + z[/latex]and see if that works.Davide
On Jun 3, 2020, at 12:27 PM, rumaisa...@gmail.com wrote:
Hi,My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathja...@googlegroups.com.
Try using[latex]\require{cancel} x + \cancel{y} + z[/latex]and see if that works.Davide
On Jun 3, 2020, at 12:27 PM, rumaisa...@gmail.com wrote:
Hi,My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathja...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/bfb129eb-8c4c-4e47-8da7-0088118e3f82%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/bfb129eb-8c4c-4e47-8da7-0088118e3f82%40googlegroups.com.
--
------------------------------------------------------
David Starbuck
Programmer/System Analyst
IEEE Publications
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/31b1e02e-8ae6-4ad3-af3c-38a1c8989d9e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/31b1e02e-8ae6-4ad3-af3c-38a1c8989d9e%40googlegroups.com.
--
------------------------------------------------------
David Starbuck
Programmer/System Analyst
IEEE Publications
Try using[latex]\require{cancel} x + \cancel{y} + z[/latex]and see if that works.Davide
On Jun 3, 2020, at 12:27 PM, rumaisa...@gmail.com wrote:
Hi,My learning management system (LMS) using MAthJax which requires latex-like input.It uses base latex syntax and I am having a lot of problem in creating strikethrough text without using any package and defining new command. Is there any simpler solution?--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathja...@googlegroups.com.