Ergebnis für URL: http://www.mathjax.org/
   #[1]MathJax Atom feed

     * [2]Services
     * [3]Features
     * [4]Getting Started
     * [5]Documentation
     * [6]Sponsors
     * [7]About Us
     * [8]News

MathJax

Beautiful and accessible math in all browsers

   A JavaScript display engine for mathematics that works in all browsers.
   No more setup for readers. It just works.

Services

Content Transformation

   Stylized Epub logo MathJax provides tools to transform your content from
   traditional print sources into modern, accessible web content and ePubs.
   [9]Accessible Web and EPubs

Training and Teaching

   Stylized mortarboard The MathJax team is available to train your staff in using
   our resources for preparing online teaching material and creating accessible STEM
   content.
   [10]Learn more

Consultancy

   Stylized keyboard MathJax is highly flexible and can be tailored to the needs of
   your institution by creating customized configurations and specialized software
   workflows.
   [11]Contact us

Content Transformation

   MathJax can help you with the conversion of math documents from legacy sources
   and print content as well as with the generation of novel content that is online
   ready and fully accessible for readers with special needs. The MathJax team is
   available to consult on putting the necessary workflows in place in your
   institution.

EPubs and Offline Content

   MathJax can also be employed in server-side workflows to prepare content that can
   be viewed offline or generate documents that are compatible with modern ePub
   readers. Accessibility can be ensured by including alternative textual
   descriptions or more fine-grained speech annotations and Braille.

   For further information on content-transformation services please [12]contact us.

Training and Teaching

   The members of the [13]MathJax team are professors in their own institutions with
   a long and successful track record in teaching and research. We regularly give
   presentations and workshops on the use of MathJax and its accessibility features
   for online teaching at international events.

Support for Online Teaching

   MathJax is compatible with most Learning Management systems. We can help you to
   transfer your mathematical teaching materials to the web, allowing your faculty
   to teach mathematics online in an inclusive and accessible manner.

Support for Online Examinations

   Remote online examinations are increasingly important. MathJax can help in
   preparing exam materials that are not only visually of the highest quality but
   also ensures that they are accessible for all students regardless of their
   individual needs.

Staff Training

   We train teachers, faculty, and staff on how to prepare fully accessible math
   course materials. Training programs can be tailored to your specific requirements
   and those of your audience. We cover a variety of topics including:
     * porting math documents from sources like LaTeX, Word, and PDF to web formats
       containing SVG and MathJax,
     * generating mathematical material that is both web-ready and ePub compatible,
     * web accessibility and WCAG guidelines for teaching material in mathematics,
       and
     * an introduction to assistive technologies for STEM subjects.

   Please [14]contact us for more information on how to get your teaching online and
   the training programs we can provide.

Consultancy

   MathJax is a highly modular and flexible system that can be adapted to fit the
   needs of any application and any content: from static website to highly dynamic
   environments; from simple teaching handouts to highly sophisticated typesetting
   in scientific publishing. We can help you create the right configurations for you
   environments and adapt MathJax for the needs of your organization.

Upgrades

   With the release of version 3.0, MathJax has moved to a modern [15]TypeScript
   implementation. If you need advice on upgrading your local installation, or your
   content to use MathJax v3, please contact us.

Fonts

   We support a variety of fonts and employ techniques to adapt rendering of
   formulas to fit visually to their surrounding text. Should you need a specialised
   font or rendering support, it can be incorporated into our production pipeline to
   be available as an extension for your organization or in the core system.

Conversion Workflows

   MathJax is an essential tool in converting traditional print sources to
   accessible, web-ready content. We can advise you on what tool chain is best for
   your needs, assemble installations, and provide you with bespoke MathJax
   customizations.

Accessibility

   We provide consultancy on how to adapt your existing web-content, software
   solutions, and workflows to make them fully accessible for users with visual and
   print impairments. We will work with your own personnel to ensure that your
   material is fully accessible.

   If you have any particular needs for making MathJax working in your organization,
   please [16]contact us regarding our consultancy services.

Features and Benefits

High-quality typography

   MathJax uses CSS with web fonts or SVG, instead of bitmap images or Flash, so
   equations scale with surrounding text at all zoom levels.
   [17]View Samples

Modular Input & Output

   MathJax is highly modular on input and output. Use MathML, TeX, and ASCIImath as
   input and produce HTML+CSS, SVG, or MathML as output.
   [18]Try a live demo

Accessible & reusable

   MathJax works with screenreaders & provides expression zoom and interactive
   exploration. You also can copy equations into Office, LaTeX, wikis, and other
   software.
   [19]Learn more

Samples

   Our homepage is configured to use MathJax's CommonHTML mode with web fonts to
   display the equations, which produces uniform layout and typesetting across
   browsers. But MathJax can also be configured to use HTML-CSS (for legacy
   browsers), SVG, and native MathML rendering when available in a browser. You can
   try the various output modes using the MathJax context Menu (which you access by
   ctrl+clicking / alt-clicking / right-clicking an equation) or the menu below.

   Select the rendering mode:   [CommonHTML]

The Quadratic Formula

   \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}\]

Cauchy's Integral Formula

   \[f(a) = \frac{1}{2\pi i} \oint\frac{f(z)}{z-a}dz\]

Angle Sum Formula for Cosines

   \[ \cos(\theta+\phi)=\cos(\theta)\cos(\phi)-\sin(\theta)\sin(\phi) \]

Gauss' Divergence Theorem

   \[ \int_D ({\nabla\cdot} F)dV=\int_{\partial D} F\cdot ndS \]

Curl of a Vector Field

   \[ \vec{\nabla} \times \vec{F} = \left( \frac{\partial F_z}{\partial y} -
   \frac{\partial F_y}{\partial z} \right) \mathbf{i} + \left( \frac{\partial
   F_x}{\partial z} - \frac{\partial F_z}{\partial x} \right) \mathbf{j} + \left(
   \frac{\partial F_y}{\partial x} - \frac{\partial F_x}{\partial y} \right)
   \mathbf{k} \]

Standard Deviation

   \[\sigma = \sqrt{ \frac{1}{N} \sum_{i=1}^N (x_i -\mu)^2} \]

Definition of Christoffel Symbols

   \[(\nabla_X Y)^k = X^i (\nabla_i Y)^k = X^i \left( \frac{\partial Y^k}{\partial
   x^i} + \Gamma_{im}^k Y^m \right)\]

Live Demo

   Type text in the box below. Include some math: enter MathML as MathML tags, and
   wrap TeX in $...$ or $$...$$ delimiters (or \(...\) and \[...\]), and AsciiMath
   in `...` delimiters. The text you enter is actually HTML, so you can include tags
   if you want; but this also means you have to be careful how you use less-than
   signs, ampersands, and other HTML special characters within your math
   (surrounding them by spaces should be sufficient).

   When $a \ne 0$, there are two solutions to \(ax^2 + bx + c =
   $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$___________________
   ____________________________________________________________
   ____________________________________________________________
   ____________________________________________________________
   ____________________________________________________________
   ____________________________________________________________
   ____________________________________________________________
   ____________________________________________________________
   ____________________________________________________________
   [BUTTON Input] (not implemented)___________
   Preview is shown here:

Accessibility and reuse.

Accessibility

   MathJax provides a powerful set of accessibility extensions that provide
   navigation, exploration, and voicing on the client.

   You can find more information in [20]our introductory video on YouTube and our
   [21]documentation.
     ____________________________________________________________________________

Reuse

   Using the MathJax context menu, you can access the source of any mathematical
   expression either in MathML format, or in its original format if that was TeX or
   AsciiMath.

   To access the MathJax menu, right-click on a math formula (if you are using
   Windows), or Control-click it (if you are using a Mac) or touble-tap and hold on
   a touch device. In the sub-menu "Show Math as" you can choose between "MathML
   Code" and "TeX commands" to get a pop-up that allows you to copy the math source
   into another application. Try it out on the equation below!
   \[ \left [ - \frac{\hbar^2}{2 m} \frac{\partial^2}{\partial x^2} + V \right ]
   \Psi = i \hbar \frac{\partial}{\partial t} \Psi \]

   You can also watch [22]our screencast on YouTube of a MathJax equation being
   copied and pasted into a variety of applications. Note that this screencast is
   based on MathJax v1.1 so the menu structure is a little different in the current
   version.

Getting Started [23]MathJax version on GitHub [24]MathJax version 2 legacy version on
GitHub [25]MathJax npm package [26]MathJax sources npm package [27]MathJax monthly
jsdelivr hits

Web Integration

   Whether you're a casual user, a serious author, or a professional developer, it's
   easy to integrate MathJax.
   [28]Start now

Server Integration

   Our node package allows you to use MathJax on the server or integrate it into
   your development workflow.
   [29]Install now

Works everywhere

   MathJax generates high-quality output on all browsers & platforms - even legacy
   browsers such as IE 6 (if you really have to).
   [30]Check our overview

A rich API

   Use our extensive APIs to create interactive content, advanced authoring tools,
   and math-enabled web and mobile apps.
   [31]Dive deeper

Bugs, Issues, Code

   We host our code, docs, and this site on GitHub. Please [32]report issues &
   [33]submit patches!
   [34]Visit us on GitHub

General Support

   You can ask general questions on the [35]MathJax-Users mailing list where the
   entire community can chime in.
   [36]Learn more

Simple integration

   Adding MathJax to your web pages is easy to do.

   If you are using a Content Management System (like Wordpress, Moodle, or Drupal)
   to generate your web site, there may be a plugin to add MathJax to your site
   already, e.g., [37]for Wordpress or [38]Drupal. You may need to download or
   activate the plugin, if one is available.

   If you are using specialized authoring tools, such as LaTeX or Markdown, they
   might integrate MathJax out of the box or have plugins, e.g., for [39]LaTeX,
   [40]Markdown, or even [41]epub.
     ____________________________________________________________________________

Using MathJax version 3

   If you write your own HTML (directly or via a template/theme engine), you can
   include MathJax by adding this snippet to your page:



   Here's a pre-populated [42]example on jsbin you can re-use.

   Note: the configuration file tex-mml-chtml.js is a great way to test both TeX and
   MathML input options at once. You can find leaner [43]combined components in our
   documentation.
     ____________________________________________________________________________

   If you use the snippet above, you will not need to change the version number in
   the src attribute every time the version of MathJax changes. If you want to
   always use a specific version, then use a reference like



   Here's a pre-populated [44]example on jsbin you can re-use.
     ____________________________________________________________________________

   [45]Jump to our v3 docs
     ____________________________________________________________________________

Using MathJax version 2

   Some features from version 2 are still being ported to version 3. MathJax version
   2 is still available, and you can continue to use that until version 3 includes
   the features that you need. We will make updates to version 2 until version 3 is
   complete. To load MathJax version 2 into your page, use this snippet:


   More information is available in the version 2 documentation at the link below.
   [46]Jump to our v2 docs

Server Integration

   If you prefer to render server-side, MathJax version 3 makes that easy as well.
   MathJax is available as a node package, which is easy to install via node's
   package manager [47]npm using the command
npm install mathjax

   Alternatively, MathJax is available on [48]Packagist. Just add the following line
   to your require section in the composer.json file of your project
"mathjax/mathjax": "3.*"

   Or simply [49]download a copy of the latest distribution. This allows you to run
   MathJax on your server and configure it yourself. There are plenty of examples on
   how to use and configure MathJax for node in our [50]MathJax Node Demos
   repository.
     ____________________________________________________________________________

   If you are a developer who wants to integrate MathJax more tightly into your
   development workflow, you can use our full code node package available [51]npm
   with
npm install mathjax-full

   Or simply [52]download the source code directly.
   [53]Getting started with Node

A rich set of APIs

   Our extensive APIs allow developers to create everything from interactive
   content, to advanced authoring tools, to math-enabled web and mobile apps.

   To get started, check out how to [54]use dynamic math content, or [55]write your
   own custom component, or [56]render on the server using NodeJS. To dive deeper,
   start with the landing page in
   [57]our API documentation

Browser support

   MathJax generates consistent, high-quality output on all browsers & platforms.
   Our [58]output formats support all the major browser, including: IE11, Edge,
   Chrome, Firefox, Safari, Opera, etc.

   Version 2 of MathJax supported earlier versions of IE, back to IE6 in some output
   formats, so if you need to support extremely old browsers, you can continue to
   use [59]MathJax v2.7 for those needs.

   You can find additional details in [60]our documentation

Sponsors

   We are supported by the MathJax Sponsorship Program and through individual
   donations from people like you.
   [61]MathJax Sponsorship
   [62]Donate Now!

   MathJax is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the
   United States. NumFOCUS provides MathJax with fiscal, legal, and administrative
   support to help ensure the health and sustainability of the project. Visit
   [63]numfocus.org for more information.
   NumFOCUS fiscally sponsored project

   Donations to MathJax are managed by NumFOCUS. For donors in the United States,
   your gift is tax-deductible to the extent provided by law. As with any donation,
   you should consult with your tax adviser about your particular tax situation.

The MathJax Sponsorship Program

   The MathJax project was initiated in 2009 by Design Science, the American
   Mathematical Society (AMS) and the Society for Industrial and Applied Mathematics
   (SIAM) with the goal of creating a robust, easy-to-use, and universal solution
   for displaying high-quality mathematics online. From the beginning, MathJax was
   conceived as open-source software, on the principle that math display should be
   part of the common infrastructure of the web.

   Providing a universal solution for online math display requires a long-term
   commitment. Our users need MathJax to be reliable and easy to use, now and in the
   future. This requires a continuous and coordinated rapid response to browser
   updates and bugs, keeping up with the proliferation of tablets, smartphones, and
   ebook readers, and a consistent approach towards new functionality and
   performance improvements. All of this is important to the community, and requires
   dedicated time, effort, and money.

   Our founding sponsors have been very generous in providing funding; however, as
   more and more individuals and organizations are using MathJax and its benefit to
   the community is growing, its base of support grew via the Sponsorship Program.
   To ensure the long-term stability of MathJax, we continuously reach out to the
   community and ask organizations to contribute to the MathJax project by becoming
   a [64]Friend, [65]Supporter, or [66]Partner. All MathJax sponsors share a
   demonstrated and significant interest in the dissemination of mathematics on the
   web, in particular through the MathJax project and its activities.

   Please feel free to [67]contact us for any further information about the
   sponsorship program.

MathJax Friends

   By becoming a MathJax Friend, organizations show the community that they support
   the goal of easy-to-use, high-quality mathematics display on the web for
   everyone, and are contributing in a very concrete way to help MathJax realize
   that goal. MathJax Friends will be listed on the MathJax Sponsors page.

   Summary of Benefits:
     * A name (with link) on the [68]MathJax Sponsors page.
     * Use of the term "MathJax Friend" in corporate communications.

   Annual contribution:
   $500+

MathJax Supporters

   MathJax Supporters make an important contribution to the project and demonstrate
   their commitment to a durable math display solution for the web. Upon joining,
   Supporters receive exposure on the MathJax website, Facebook page, and Twitter
   feed. This will alert their users to their interest in using the best math
   display technology to enhance their online viewing experience, and displays their
   support for a project benefitting the entire math, science, and education
   community.

   Supporters also receive informative quarterly reports giving insight into project
   timelines, development plans, and upcoming activities. These reports enable to
   better plan their use of MathJax to take full advantage of MathJax resources to
   benefit their users.

   Summary of Benefits (in addition to Friend benefits):
     * Quarterly reports summarizing timelines, development plans, and upcoming
       project activities.
     * Prominent, exclusive announcement in the News section on the MathJax
       homepage, a Twitter post, and Facebook update upon joining.
     * A small logo (with link) on the [69]MathJax Sponsors page.
     * Use of the term "MathJax Supporter" and MathJax Supporter Badge in corporate
       communications.

   Annual contribution:
   $5,000+ (for-profit) / 3,000+ (not-for-profit)

MathJax Partners

   MathJax Partners are a driving force behind the project. They are discussion
   partners in determining the long-term direction of the project, and through
   exclusive benefits, we seek to ensure that Partners can offer their readers the
   highest quality math display and user experience.

   Partners receive priority support and consideration for enhancements through a
   dedicated technical contact. This technical contact will work to ensure that
   issues receive prompt attention and receive a timely resolution. The contact will
   also meet with Partners to understand their requirements, serve as a liaison to
   the technical team, and work with Partners to be sure their requirements are
   being addressed to the extent possible within resource and technology
   constraints.

   Summary of Benefits (in addition to Supporter benefits):
     * Quarterly reports on the financial condition and budget forecasts for the
       project.
     * A dedicated technical contact to develop a personalized technical
       relationship, who will:
          + Coordinate priority response to technical issues and feature requests;
          + Work with Partners to understand and advise about technical
            requirements;
          + Organize one-on-one meetings, technical webinars and Q and A sessions
            with technical staff as needed.
     * A press release (optionally joint) upon joining.
     * A large logo (with link) and paragraph on the [70]MathJax Sponsors page.
     * Use of the term "MathJax Partner" and MathJax Partner Badge in corporate
       communications.

   Annual contribution:
   $20,000+

   For individuals and organization who would like to support MathJax, but aren't
   able to become an official sponsor at this time, individual donations are also
   possible in any amount via the Donate button on the mathjax.org web site.
     ____________________________________________________________________________

Founding Partners

   [71]American Mathematical Society [72]Society for Industrial and Applied
   Mathematics

The American Mathematical Society

   The AMS, founded in 1888 to further the interests of mathematical research and
   scholarship, serves the national and international community through its
   publications, meetings, advocacy and other programs, which promote mathematical
   research, its communication and uses, encourage and promote the transmission of
   mathematical understanding and skills, support mathematical education at all
   levels, advance the status of the profession of mathematics, encouraging and
   facilitating full participation of all individuals, foster an awareness and
   appreciation of mathematics and its connections to other disciplines and everyday
   life. For more information, please visit [73]www.ams.org.

The Society for Industrial and Applied Mathematics

   SIAM is an international community of over 13,000 individual members. Almost 500
   academic, manufacturing, research and development, service and consulting
   organizations, government, and military organizations worldwide are institutional
   members. SIAM fosters the development of applied mathematical and computational
   methodologies needed in these various application areas. Applied mathematics in
   partnership with computational science is essential in solving many real-world
   problems. Through publications, research, and community, the mission of SIAM is
   to build cooperation between mathematics and the worlds of science and
   technology. For more information, please visit [74]www.siam.org.
     ____________________________________________________________________________

Partners

   [75]IEEE [76]Elsevier

IEEE

   The Institute of Electrical and Electronics Engineers (IEEE) is the world's
   largest professional association dedicated to advancing technological innovation
   and excellence for the benefit of humanity. IEEE and its members inspire a global
   community through IEEE's highly cited publications, conferences, technology
   standards, and professional and educational activities. IEEE is designed to serve
   professionals involved in all aspects of the electrical, electronic and computing
   fields and related areas of science and technology that underlie modern
   civilization. Its 38 Societies and 7 technical Councils represent the wide range
   of IEEE technical interests. The IEEE Xplore Digital Library hosts more than 3
   million documents, with more than 8 million downloads each month. For more
   information, please visit [77]www.ieee.org.

Elsevier

   Headquartered in Amsterdam, Elsevier serves more than 30 million scientists,
   students and health and information professionals worldwide. With more than 7,000
   employees in 24 countries Elsevier partners with a global community of 7,000
   journal editors, 70,000 editorial board members, 300,000 reviewers and 600,000
   authors to help advance science and health by providing world-class information
   and innovative tools. Elsevier is a founding publisher of global programs that
   provide free or low-cost access to science and health information in the
   developing world. With its roots in journal and book publishing, Elsevier has
   fostered the peer-review process for more than 130 years.
   For more information, please visit [78]www.elsevier.com.
     ____________________________________________________________________________

Supporters

   [79]Mathematical Association of America [80]American Physical Society [81]AIP
   Publishing [82]American Statistical Association [83]London Mathematical Society
   [84]SpringerNature [85]Oxford University Press [86]Cambridge University Press
   [87]Optica Publishing Group [88]Atypon [89]IOP Publishing [90]Taylor and Francis
   [91]Project Euclid [92]GitHub [93]MathWorks [94]Wiley [95]EBSCO [96]VitalSource
   [97]Typora [98]Diagrams.net [99]RedLink
     ____________________________________________________________________________

Friends

   [100]Numbas [101]HostingAdvice [102]Physics Forums [103]RStudio [104]Orthogonal
   Publishing L3C [105]Tizra [106]HighWire [107]Codeless WordPress Guides & Themes
   [108]Cloud PBX 24 [109]Chaoli Forum [110]MoneyArcher [111]TargetedWebTraffic.com

About us [112]powered by NumFOCUS

   MathJax is a fiscally sponsored project under the auspices of the [113]NumFOCUS
   Foundation, which serves as the legal and fiscal umbrella for the MathJax project
   and several dozen other open-source, scientifically oriented software products.

   Originally, MathJax was supported by The MathJax Consortium, a joint venture of
   the [114]American Mathematical Society (AMS) and the [115]Society for Industrial
   and Applied Mathematics (SIAM) to advance mathematical and scientific content on
   the web. We are grateful for the commitment offered by the Consortium for over 10
   years, without which MathJax would not exist today.

Core Goals

   The core of the MathJax project is the development of its state-of-the-art, open
   source, JavaScript platform for display of mathematics. Our key design goals are:
     * High-quality display of mathematics notation in all browsers.
     * No special browser setup required.
     * Support for LaTeX, MathML, and other equation markup directly in the HTML
       source.
     * An extensible, modular design with a rich API for easy integration into web
       applications.
     * Support for accessibility, copy and paste, and other rich functionality.
     * Interoperability with other applications and math-aware search.
     * Support for equation conversion outside a browser (e.g., preprocessing on a
       server).

Advisory Committees

   The MathJax Steering Committee meets regularly to advise the MathJax team on its
   development goals and priorities. We're grateful for the support of our committee
   members!

MathJax Steering Committee

     * Catherine Roberts, AMS
     * Robert Harington, AMS
     * Tom Blythe, AMS
     * Astrid van Hoeydonck, Elsevier
     * Ken Rawson, IEEE
     * Ted Kull, SIAM
     * Jim Crowley, SIAM
     * Davide Cervone, MathJax
     * Volker Sorge, MathJax

History

   MathJax grew out of the popular [116]jsMath project, an earlier Ajax-based math
   rendering system developed by Davide Cervone in 2004. In the following years,
   there were many significant developments relevant for web publication of
   mathematics: consolidation of browser support for CSS 2.1, Web Font technology,
   adoption of math accessibility standards, and increasing usage of XML workflows
   for scientific publication.

   In 2009, the AMS, Design Science, and SIAM formed the MathJax Consortium to
   enable Cervone and others to design MathJax from the ground up as a
   next-generation platform, while still benefiting from the extensive real-world
   experience gained from jsMath. Since its initial release in 2010, MathJax has
   become the gold standard for mathematics on the web.

   In 2019, MathJax joined the [117]NumFOCUS family of open-source software products
   as a fiscally sponsored project. MathJax continues to be supported by the
   founding sponsors and other partners, as it joins this dynamic community.

   Over the years since MathJax was first developed, new web technologies and
   paradigms emerged, and MathJax was not always easy to incoporate into these new
   approaches. In 2017, after nearly a decade of use, work on MathJax version 3 was
   begun, a complete rewrite of MathJax from the ground up using modern techniques.
   This new version integrates with current toolchains and frameworks, and can run
   equally well in a browser on a server, or in a stand-alone application. It should
   form a solid foundation for another decade of MathJax use, and its use of the
   Typescript language should make contributions from our user community easier to
   produce and incorporate into MathJax.

The MathJax Team

   The MathJax team consists of [118]Davide Cervone and [119]Volker Sorge.
   Contributors include [120]Christian Lawson-Perfect, [121]Omar Al-Ithawi, and
   [122]Peter Krautzberger.

   [123]Privacy Statement

Privacy Statement

   MathJax.org does not collect, maintain, distribute, purchase, or sell personal
   data of any kind, and uses no cookies or other tracking or advertising
   techniques.

   Likewise, the MathJax software does not track you, and uses local storage only to
   maintain your preferences as set by the MathJax contextual menu.

   Follow us on [124]Twitter and [125]Facebook

   MathJax ©2009-2023 [126]info@mathjax.org

References

   Visible links:
   1. https://www.mathjax.org/feed.xml
   2. https://www.mathjax.org/#services
   3. https://www.mathjax.org/#features
   4. https://www.mathjax.org/#docs
   5. https://docs.mathjax.org/
   6. https://www.mathjax.org/#sponsors
   7. https://www.mathjax.org/#about
   8. https://www.mathjax.org/news/
   9. https://www.mathjax.org/#epub
  10. https://www.mathjax.org/#training
  11. https://www.mathjax.org/#consultancy
  12. mailto:info@mathjax.org
  13. https://www.mathjax.org/#team
  14. mailto:info@mathjax.org
  15. https://www.typescriptlang.org/
  16. mailto:info@mathjax.org
  17. https://www.mathjax.org/#samples
  18. https://www.mathjax.org/#demo
  19. https://www.mathjax.org/#a11y
  20. https://youtu.be/6GSgTjorewQ
  21. https://docs.mathjax.org/en/latest/basic/accessibility.html
  22. https://youtu.be/VBt0Qeq5GWw
  23. https://github.com/MathJax/MathJax
  24. https://github.com/MathJax/MathJax/tree/legacy-v2
  25. https://www.npmjs.com/package/mathjax
  26. https://www.npmjs.com/package/mathjax-full
  27. https://www.jsdelivr.com/package/npm/mathjax
  28. https://www.mathjax.org/#gettingstarted
  29. https://www.mathjax.org/#installnow
  30. https://www.mathjax.org/#browsers
  31. https://www.mathjax.org/#apis
  32. https://github.com/mathjax/MathJax/blob/master/CONTRIBUTING.md#reporting-an-issue
  33. https://github.com/mathjax/MathJax/blob/master/CONTRIBUTING.md#working-on-mathjax-core
  34. https://github.com/mathjax/MathJax-src
  35. https://groups.google.com/forum/#!forum/mathjax-users
  36. https://docs.mathjax.org/en/latest/basic/community.html#mailing-lists
  37. https://wordpress.org/plugins/search/mathjax/
  38. https://www.drupal.org/project/mathjax
  39. https://tex.stackexchange.com/a/1654/19276
  40. https://www.sitepoint.com/best-markdown-editors-windows/
  41. https://sigil-ebook.com/
  42. https://jsbin.com/?html=%3C!DOCTYPE%20html%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%20%20%3Cmeta%20charset%3D%22utf-8%22%3E%0A%20%20%3Cmeta%20name%3D%22viewport%22%20content%3D%22width%3Ddevice-width%22%3E%0A%20%20%3Ctitle%3EMathJax%20example%3C%2Ftitle%3E%0A%20%20%3Cscript%20src%3D%22https%3A%2F%2Fpolyfill.io%2Fv3%2Fpolyfill.min.js%3Ffeatures%3Des6%22%3E%3C%2Fscript%3E%0A%20%20%3Cscript%20id%3D%22MathJax-script%22%20async%0A%20%20%20%20%20%20%20%20%20%20src%3D%22https%3A%2F%2Fcdn.jsdelivr.net%2Fnpm%2Fmathjax%403%2Fes5%2Ftex-mml-chtml.js%22%3E%0A%20%20%3C%2Fscript%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%3Cp%3E%0A%20%20When%20%5C(a%20%5Cne%200%5C)%2C%20there%20are%20two%20solutions%20to%20%5C(ax%5E2%20%2B%20bx%20%2B%20c%20%3D%200%5C)%20and%20they%20are%0A%20%20%5C%5Bx%20%3D%20%7B-b%20%5Cpm%20%5Csqrt%7Bb%5E2-4ac%7D%20%5Cover%202a%7D.%5C%5D%0A%3C%2Fp%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E&live
  43. https://docs.mathjax.org/en/latest/web/components/combined.html
  44. https://jsbin.com/?html=%3C!DOCTYPE%20html%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%20%20%3Cmeta%20charset%3D%22utf-8%22%3E%0A%20%20%3Cmeta%20name%3D%22viewport%22%20content%3D%22width%3Ddevice-width%22%3E%0A%20%20%3Ctitle%3EMathJax%20example%3C%2Ftitle%3E%0A%20%20%3Cscript%20src%3D%22https%3A%2F%2Fpolyfill.io%2Fv3%2Fpolyfill.min.js%3Ffeatures%3Des6%22%3E%3C%2Fscript%3E%0A%20%20%3Cscript%20id%3D%22MathJax-script%22%20async%0A%20%20%20%20%20%20%20%20%20%20src%3D%22https%3A%2F%2Fcdn.jsdelivr.net%2Fnpm%2Fmathjax%403.0.1%2Fes5%2Ftex-mml-chtml.js%22%3E%0A%20%20%3C%2Fscript%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%3Cp%3E%0A%20%20When%20%5C(a%20%5Cne%200%5C)%2C%20there%20are%20two%20solutions%20to%20%5C(ax%5E2%20%2B%20bx%20%2B%20c%20%3D%200%5C)%20and%20they%20are%0A%20%20%5C%5Bx%20%3D%20%7B-b%20%5Cpm%20%5Csqrt%7Bb%5E2-4ac%7D%20%5Cover%202a%7D.%5C%5D%0A%3C%2Fp%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E&live
  45. https://docs.mathjax.org/en/latest/index.html
  46. https://docs.mathjax.org/en/v2.7-latest/index.html
  47. https://www.npmjs.com/package/mathjax
  48. https://packagist.org/packages/mathjax/mathjax
  49. https://github.com/mathjax/MathJax/archive/master.zip
  50. https://github.com/mathjax/MathJax-demos-node#MathJax-demos-node
  51. https://www.npmjs.com/package/mathjax-full
  52. https://github.com/mathjax/MathJax-src/archive/master.zip
  53. https://docs.mathjax.org/en/latest/server/start.html
  54. https://docs.mathjax.org/en/latest/web/typeset.html
  55. https://docs.mathjax.org/en/latest/web/webpack.html
  56. https://docs.mathjax.org/en/latest/index.html#server-nodejs
  57. https://docs.mathjax.org/en/latest/api/index.html
  58. https://docs.mathjax.org/en/latest/output/index.html
  59. https://docs.mathjax.org/en/v2.7-latest/
  60. https://docs.mathjax.org/en/latest/output/browser.html
  61. https://www.mathjax.org/#sponsorship-program
  62. https://numfocus.salsalabs.org/donate-to-mathjax
  63. https://www.numfocus.org/
  64. https://www.mathjax.org/#friends
  65. https://www.mathjax.org/#supporters
  66. https://www.mathjax.org/#partners
  67. mailto:info@mathjax.org
  68. https://www.mathjax.org/#sponsors
  69. https://www.mathjax.org/#sponsors
  70. https://www.mathjax.org/#sponsors
  71. https://www.mathjax.org/#ams-stub
  72. https://www.mathjax.org/#siam-stub
  73. https://www.ams.org/
  74. https://www.siam.org/
  75. https://www.mathjax.org/#ieee-stub
  76. https://www.mathjax.org/#elsevier-stub
  77. https://www.ieee.org/
  78. https://www.elsevier.com/
  79. https://www.maa.org/
  80. https://www.aps.org/
  81. https://www.aip.org/
  82. https://www.amstat.org/
  83. https://www.lms.ac.uk/
  84. https://www.springernature.com/
  85. https://www.oup.com/
  86. http://cambridge.org/
  87. https://opg.optica.org/
  88. https://www.atypon.com/
  89. https://ioppublishing.org/
  90. http://www.taylorandfrancisgroup.com/
  91. https://projecteuclid.org/
  92. https://github.com/
  93. https://www.mathworks.com/
  94. https://www.wiley.com/
  95. https://www.ebsco.com/
  96. https://get.vitalsource.com/
  97. https://typora.io/
  98. https://www.diagrams.net/
  99. https://www.redlink.com/
 100. https://www.numbas.org.uk/
 101. https://www.hostingadvice.com/blog/mathjax-displays-notion-across-browsers/
 102. https://www.physicsforums.com/
 103. https://www.rstudio.com/
 104. https://www.orthogonalpublishing.com/
 105. https://www.tizra.com/
 106. https://www.highwirepress.org/
 107. https://codeless.co/
 108. https://cloudpbx24.de/
 109. https://chaoli.club/
 110. https://moneyarcher.com/
 111. https://www.targetedwebtraffic.com/
 112. https://www.numfocus.org/
 113. https://www.numfocus.org/
 114. https://www.ams.org/
 115. https://www.siam.org/
 116. https://www.math.union.edu/~dpvc/jsMath/
 117. https://www.numfocus.org/
 118. https://github.com/dpvc
 119. https://github.com/zorkow
 120. https://github.com/christianp
 121. https://github.com/OmarIthawi
 122. https://github.com/pkra
 123. https://www.mathjax.org/#privacy-statement
 124. https://twitter.com/mathjax
 125. https://www.facebook.com/mathjax
 126. mailto:info@mathjax.org

   Hidden links:
 128. https://www.mathjax.org/#to-epub
 129. https://www.mathjax.org/#to-training
 130. https://www.mathjax.org/#to-consultancy
 131. https://www.mathjax.org/#to-samples
 132. https://www.mathjax.org/#to-demo
 133. https://www.mathjax.org/#to-a11y
 134. https://www.mathjax.org/#to-gettingstarted
 135. https://www.mathjax.org/#to-installnow
 136. https://www.mathjax.org/#to-apis
 137. https://www.mathjax.org/#to-browsers
 138. https://www.mathjax.org/#to-sponsorship-program
 139. https://www.mathjax.org/#to-ams-stub
 140. https://www.mathjax.org/#to-siam-stub
 141. https://www.mathjax.org/#to-ieee-stub
 142. https://www.mathjax.org/#to-elsevier-stub
 143. https://www.mathjax.org/#to-privacy-statement


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)