Changeset b6f9c9f in sasview for docs


Ignore:
Timestamp:
Jan 29, 2018 10:41:19 AM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
ef63dd9, 6f4a7c17, 9d8d52c
Parents:
c99e717 (diff), f1d48e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Paul Kienzle <pkienzle@…> (01/29/18 10:41:19)
git-committer:
GitHub <noreply@…> (01/29/18 10:41:19)
Message:

Merge pull request #140 from rprospero/Ticket_997

Take Angsgtrom symbol out of mathrm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/conf.py

    r8cc9048 rf1d48e9  
    224224\newcommand{\lt}{<}              % HTML needs \lt rather than < 
    225225\newcommand{\gt}{>}              % HTML needs \gt rather than > 
    226 \renewcommand{\AA}{\mathrm{\r{A}}} % Allow \AA in math mode 
     226\renewcommand{\AA}{\text{\r{A}}} % Allow \AA in math mode 
    227227\DeclareUnicodeCharacter {212B} {\AA}                  % Angstrom 
    228228\DeclareUnicodeCharacter {00B7} {\ensuremath{\cdot}}   % cdot 
Note: See TracChangeset for help on using the changeset viewer.