Skip to content

Commit

Permalink
Added aastex.textwidth and aastex.columnwidth commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Oct 31, 2023
1 parent 0d15e64 commit cf2353b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aastex/_aastex.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
__all__ = [
"text_width_inches",
"column_width_inches",
"textwidth",
"columnwidth",
"Title",
"Affiliation",
"Author",
Expand All @@ -42,6 +44,10 @@
column_width_inches = 242.26653 / 72


textwidth = pylatex.Command("textwidth")
columnwidth = pylatex.Command("columnwidth")


@dataclasses.dataclass
class Title(pylatex.base_classes.LatexObject):
name: str
Expand Down

0 comments on commit cf2353b

Please sign in to comment.