Changeset 4312


Ignore:
Timestamp:
Feb 16, 2020 1:48:53 PM (4 years ago)
Author:
toby
Message:

Fix LaTeX Angstrom symbol for MathJaX again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r4311 r4312  
    173173                                interatomic distances (list of floats)
    174174  \         Cell                List with 8 items: cell refinement flag (bool)
    175                                 a, b, c, (:math:`\AA`, float)
     175                                a, b, c, (:math:`\\AA`, float)
    176176                                alpha, beta & gamma (degrees, float)
    177                                 volume (:math:`\AA^3`, float)
     177                                volume (:math:`\\AA^3`, float)
    178178  \         Color               Colors for atoms (list of (r,b,g) triplets)
    179179  \         Compare             dict of polygon comparison parameters
     
    232232\           Plane               list Controls for contour density plane display
    233233\           Quaternion          Viewing quaternion (4 element np.array)
    234 \           Zclip               clipping distance in :math:`\AA` (float)
     234\           Zclip               clipping distance in :math:`\\AA` (float)
    235235\           Zstep               Step to de/increase Z-clip (float)
    236236\           atomPtrs            positions of x, type, site sym, ADP flag in Draw Atoms (list)
     
    240240\           ballScale           Size of spheres in ball-and-stick display (float)
    241241\           bondList            dict with bonds
    242 \           bondRadius          Size of bonds in :math:`\AA` (float)
    243 \           cameraPos           Viewing position in :math:`\AA` for plot (float)
    244 \           contourLevel        map contour level in :math:`e/\AA^3` (float)
     242\           bondRadius          Size of bonds in :math:`\\AA` (float)
     243\           cameraPos           Viewing position in :math:`\\AA` for plot (float)
     244\           contourLevel        map contour level in :math:`e/\\AA^3` (float)
    245245\           contourMax          float map contour maximum
    246246\           depthFog            True if use depthFog on plot - set currently as False (bool)
     
    340340\           AtInfo              Drad, Color: atom drawing radius & color for each atom type (dict)
    341341\           RBname              Name assigned by user to rigid body (str)
    342 \           VectMag             vector magnitudes in :math:`\AA` (list)
     342\           VectMag             vector magnitudes in :math:`\\AA` (list)
    343343\           rbXYZ               Cartesian coordinates for Vector rigid body (list of 3 float)
    344344\           rbRef               3 assigned reference atom nos. in rigid body for origin
     
    659659                          * 'PNC' for constant wavelength neutron
    660660Bank                     Data set number in a multidata file (usually 1)
    661 Lam                      Specifies a wavelength in :math:`\AA`
     661Lam                      Specifies a wavelength in :math:`\\AA`
    662662Lam1                     Specifies the primary wavelength in
    663                          :math:`\AA`, used in place of Lam
     663                         :math:`\\AA`, used in place of Lam
    664664                         when an :math:`\\alpha_1, \\alpha_2`
    665665                         source is used.
    666666Lam2                     Specifies the secondary wavelength in
    667                          :math:`\AA`, used with Lam1
     667                         :math:`\\AA`, used with Lam1
    668668I(L2)/I(L1)              Ratio of Lam2 to Lam1, used with Lam1
    669669Zero                     Two-theta zero correction in *degrees*
     
    739739 0,1,2          h,k,l (float)
    740740 3              multiplicity
    741  4              d-space, :math:`\AA`
     741 4              d-space, :math:`\\AA`
    742742 5              pos, two-theta
    743743 6              sig, Gaussian width
     
    790790                                            The first and second
    791791                                            values are floats unless otherwise noted.
    792 \                         Lam               Specifies a wavelength in :math:`\AA`
     792\                         Lam               Specifies a wavelength in :math:`\\AA`
    793793                                            (two floats)
    794794\                           Type            Histogram type (two str values):
     
    830830 0,1,2          h,k,l (float)
    831831 3              multiplicity
    832  4              d-space, :math:`\AA`
     832 4              d-space, :math:`\\AA`
    833833 5              :math:`F_{obs}^2`
    834834 6              :math:`\sigma(F_{obs}^2)`
     
    935935\                           type                (str) One of 'PWDR', 'SASD' or 'REFL' for powder, small angle or reflectometry data, respectively.
    936936\                           tilt                (float) The angle the detector normal makes with the incident beam; range -90 to 90.
    937 \                           wavelength          (float) The radiation wavelength (:math:`\AA`) as entered by the user
     937\                           wavelength          (float) The radiation wavelength (:math:`\\AA`) as entered by the user
    938938                                                (or someday obtained from the image header).
    939939Masks                       Arcs                (list: lists) Each entry [2-theta,[azimuth[0],azimuth[1]],thickness] describes an arc mask
     
    23682368
    23692369         * 'pixelSize': size of each pixel in microns (such as ``[200.,200.]``.
    2370          * 'wavelength': wavelength in :math:`\AA`.
     2370         * 'wavelength': wavelength in :math:`\\AA`.
    23712371         * 'distance': distance of detector from sample in cm.
    23722372         * 'center': uncalibrated center of beam on detector (such as ``[204.8,204.8]``.
Note: See TracChangeset for help on using the changeset viewer.