I want to be able to line up at the left-center all the variables and names.
I want them centered just lined up to the left.
Code: Select all
Code, edit and compile here:
\documentclass[10pt,a4paper]{article}\usepackage[utf8]{inputenc}\usepackage{amsmath}\usepackage{amsfonts}\usepackage{amssymb}\begin{document}\centering\begin{gather*}\text{Keplerian Elements for each Planet with a Julian Century multiplier:}\\\\\text{a = Semi-Major Axis}\\\text{e = Eccentricity}\\\text{i = Inclination to the Ecliptic}\\\text{N = Longitude of the Ascending Node}\\\text{w = Argument of the Perihelion}\\\text{LP = Longitude of the Perihelion}\\\text{ML = Mean Longitude}\\\\\end{gather*}\end{document}
Code: Select all
a = Semi-Major Axise = Eccentricityi = Inclination to the EclipticN = Longitude of the Ascending Nodew = Argument of the PerihelionLP = Longitude of the PerihelionML = Mean Longitude
Code: Select all
a = Semi-Major Axise = Eccentricityi = Inclination to the EclipticN = Longitude of the Ascending Nodew = Argument of the PerihelionLP = Longitude of the PerihelionML = Mean Longitude