Changes in / [094b9eb:727c05f] in sasview


Ignore:
Files:
1 added
1 edited

Legend:

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

    r220b1e7 r02b01877  
    204204\renewcommand{\AA}{\text{\r{A}}} % Allow \AA in math mode 
    205205\usepackage[utf8]{inputenc}      % Allow unicode symbols in text 
     206\usepackage[T1]{fontenc}      % Taking care of underscores 
     207\catcode`\_=12                % Moving underscore to category 12 
     208\newcommand{\lt}{<}           %lower than symbol handling 
     209\newcommand{\gt}{>}           %greater than symbol handling 
    206210\DeclareUnicodeCharacter {00B7} {\ensuremath{\cdot}}   % cdot 
    207211\DeclareUnicodeCharacter {00B0} {\ensuremath{^\circ}}  % degrees 
Note: See TracChangeset for help on using the changeset viewer.