#11632: conf.py in thematic_tutorials overwrites jsmath macros
------------------------------+---------------------------------------------
    Reporter:  jhpalmieri     |         Owner:  mvngu            
        Type:  defect         |        Status:  closed           
    Priority:  minor          |     Milestone:  sage-4.7.2       
   Component:  documentation  |    Resolution:  fixed            
    Keywords:                 |   Work_issues:                   
    Upstream:  N/A            |      Reviewer:  Jeroen Demeyer   
      Author:  John Palmieri  |        Merged:  sage-4.7.2.alpha4
Dependencies:                 |  
------------------------------+---------------------------------------------
Description changed by leif:

Old description:

> Because of the line
> {{{
> html_theme_options['jsmath_macros'] = ["mathfrak : ['\\\\mathbf{#1}',
> 1]"]
> }}}
> in `thematics_tutorials/conf.py`, existing jsmath macros are overwritten,
> so Sage-specific macros like `\QQ` don't work.  The attached patch fixes
> this.
>
> Apply [attachment:trac_11632-thematic-conf.v2.patch] to the main Sage
> repository.

New description:

 Because of the line
 {{{
 html_theme_options['jsmath_macros'] = ["mathfrak : ['\\\\mathbf{#1}', 1]"]
 }}}
 in `thematic_tutorials/conf.py`, existing jsmath macros are overwritten,
 so Sage-specific macros like `\QQ` don't work.  The attached patch fixes
 this.

 Apply [attachment:trac_11632-thematic-conf.v2.patch] to the main Sage
 repository.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11632#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to