Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Wiki
  • LFAQ less frequently asked questions

LFAQ less frequently asked questions · Changes

Page history
add: how to delay printing until rendering authored May 28, 2012 by pkra's avatar pkra
Hide whitespace changes
Inline Side-by-side
LFAQ----less-frequently-asked-questions.rest
View page @ ccf812e8
...@@ -72,4 +72,17 @@ Can MathJax use [enter your favorite font] to render mathematics? ...@@ -72,4 +72,17 @@ Can MathJax use [enter your favorite font] to render mathematics?
MathJax currently only supports STIX and our own webfonts (which are based on TeX Computer Modern and AMS fonts). For the technical reasons, see `this thread <https://groups.google.com/d/msg/mathjax-users/XVrMF_S44UE/wmm5_gil8BwJ>`_. For unsupported hacks, see `this thread <https://groups.google.com/forum/#!topic/mathjax-users/PjcC7lqbNGs/discussion>`_. MathJax currently only supports STIX and our own webfonts (which are based on TeX Computer Modern and AMS fonts). For the technical reasons, see `this thread <https://groups.google.com/d/msg/mathjax-users/XVrMF_S44UE/wmm5_gil8BwJ>`_. For unsupported hacks, see `this thread <https://groups.google.com/forum/#!topic/mathjax-users/PjcC7lqbNGs/discussion>`_.
How do I print a page after MathJax rendering is complete?
------------------------------------------------------------------------------
From `this thread <https://groups.google.com/d/msg/mathjax-users/_vTqHlpRED8/VuglIdf0C0cJ>`_ you get
::
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(
["Remove",MathJax.Message],
print
);
</script>
You should probably switch to SVG rendering on your print-page (see the discussion on the thread).
\ No newline at end of file
Clone repository

MathJax Wiki

  • Contributing
  • Development
    • Development Process
      • Release Process Checklist
      • Hotfix Release Process
      • Documentation Update Process
      • Source Control Policies
    • Design Documents
      • MathJax Roadmap
      • CDN Hosting
        • Managing Rackspace Cloud Files & CDN
        • Directory Structure
        • .htaccess settings
        • Managing Amazon Cloudfront
      • Performance Discussion
      • Profiling and Diagnostics Tools
      • Configuration Options
      • Documentation generation guide
      • Testing