Changeset 573ffab in sasmodels


Ignore:
Timestamp:
Aug 30, 2017 10:37:11 PM (7 years ago)
Author:
butler
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
fb9a3b6, 2ead7e2
Parents:
33e475a
Message:

fix A2 rendering in docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    rbb4b509 r573ffab  
    210210 
    211211# Conversion from units defined in the parameter table for each model 
    212 # to units displayed in the sphinx documentation. 
     212# to units displayed in the sphinx documentation.  
     213# This section associates the unit with the macro to use to produce the LaTex 
     214# code.  The macro itself needs to be defined in sasmodels/doc/rst_prolog. 
     215# 
     216# NOTE: there is an RST_PROLOG at the end of this file which is NOT 
     217# used for the bundled documentation. Still as long as we are defining the macros 
     218# in two places any new addition should define the macro in both places.  
    213219RST_UNITS = { 
    214220    "Ang": "|Ang|", 
     
    216222    "1/Ang^2": "|Ang^-2|", 
    217223    "Ang^3": "|Ang^3|", 
     224    "Ang^2": "|Ang^2|", 
    218225    "1e15/cm^3": "|1e15cm^3|", 
    219226    "Ang^3/mol": "|Ang^3|/mol", 
Note: See TracChangeset for help on using the changeset viewer.