1. 10 nov., 2021 1 validation
  2. 28 oct., 2021 1 validation
  3. 19 mai, 2021 1 validation
  4. 19 août, 2020 1 validation
  5. 29 juil., 2020 1 validation
  6. 19 mai, 2020 1 validation
  7. 18 mai, 2020 1 validation
  8. 04 mai, 2020 1 validation
  9. 23 avr., 2020 1 validation
  10. 17 avr., 2020 2 validations
  11. 15 avr., 2020 1 validation
  12. 08 avr., 2020 1 validation
  13. 07 avr., 2020 1 validation
  14. 14 mar., 2019 2 validations
  15. 04 mar., 2019 1 validation
  16. 08 fév., 2018 1 validation
  17. 30 nov., 2017 1 validation
    • John MacFarlane's avatar
      Allow tex2jax options to be passed into math plugin. · 773569b4
      John MacFarlane a écrit
      Closes #2026.
      
      This does not change the default behavior of the math plugin,
      but it allows $ delimiters to be disabled (which is usually
      what you want, since otherwise normal uses of $ for currency get
      treated as math delimiters).
      
      To use:
      
          Reveal.initialize({
            math: {
              tex2jax: { inlineMath: [['\\(','\\)']],
                         skipTags: ['script','noscript','style',
                                    'textarea','pre'] }
                  },
            etc.
            });
      773569b4
  18. 05 avr., 2017 1 validation
  19. 16 avr., 2015 1 validation
    • Martin Goth's avatar
      Allow tex parsing in <code> tags · 0cb4d105
      Martin Goth a écrit
      Just using $ as delimiter in markdown document fails since the markdown
      parser unknown to the dollar syntax will try to interpret underscores.
      Putting the $ delimented formula in backticks will cause the markdown
      parser to put the tex-code with the $ delimiters into a code block.
      The texcode will then be unchanged. This patch allows for mathJax to
      interpret and automagically display the tex-formulas.
      0cb4d105
  20. 20 jan., 2015 1 validation
  21. 18 août, 2013 1 validation
  22. 16 août, 2013 1 validation
  23. 13 août, 2013 5 validations
  24. 12 août, 2013 2 validations