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
\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 Axis
e = Eccentricity
i = Inclination to the Ecliptic
N = Longitude of the Ascending Node
w = Argument of the Perihelion
LP = Longitude of the Perihelion
ML = Mean Longitude
Code: Select all
a = Semi-Major Axis
e = Eccentricity
i = Inclination to the Ecliptic
N = Longitude of the Ascending Node
w = Argument of the Perihelion
LP = Longitude of the Perihelion
ML = Mean Longitude