Latex¶
- class astropy.units.format.Latex(*args, **kwargs)[source]¶
Bases:
Base
Output LaTeX to display the unit based on IAU style guidelines.
Attempts to follow the IAU Style Manual.
Attributes Summary
Methods Summary
format_exponential_notation
(val[, format_spec])Formats a value in exponential notation for LaTeX.
to_string
(unit)Convert a unit object to a string.
Attributes Documentation
- name = 'latex'¶
Methods Documentation