Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

193
Views
MathJax: ¿Es posible tener dos formatos de salida diferentes en una sola página?

Tengo una página html que contiene matemáticas como TeX que debe convertirse con mathjax en un bloque como HTML-CSS y otro bloque como SVG. Estoy usando requirejs y MathJax v. 2.7.7.

 <div class="output-html-css">... -------------------------------------------------- | | | This block should be HTML-CSS | | | -------------------------------------------------- </div> <div class="output-svg"> -------------------------------------------------- | | | This block should be SVG | | | -------------------------------------------------- </div>

Ambos bloques comparten la misma configuración:

 MathJax = { jax: ["input/TeX", "output/SVG", "output/HTML-CSS"], extensions: ["toMathML.js", "tex2jax.js", "MathMenu.js", "MathZoom.js", "fast-preview.js", "AssistiveMML.js", "a11y/accessibility-menu.js"], TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js", "mhchem.js"], }, tex2jax: { inlineMath: [ ['\\(','\\)'], ['[[',']]'] ], displayMath: [ ['[[$','$]]'] ], balanceBraces: true, skipTags: ["script","noscript","style","textarea","pre","code","iframe"], ignoreClass: "tex2jax_ignore" }, SVG: { useFontCache: true, useGlobalCache: false, EqnChunk: 1000000, EqnDelay: 0, font: 'STIX-Web' }, }

¿Es posible decirle a MathJax que el bloque superior debe representarse como HTML-CSS y el bloque inferior debe representarse como SVG?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!