I'd like to make a large document that would simply be a table of the time that the five major planets will rise (basically a large chart of the synonic cycles of the planets). This will be eventually be bound in a thick leather tome to be placed in my library filled with rich mahogany.
I've broken this down enough so that I can grasp the idea of how to do it. I'm missing the ability to apply this idea. All I would have to do is something like this, but longer:
Code: Select all
\begin{tabular}{ l l l }
Date & Rise & Set \\
x & y & z \\
x+1 & y+1 & z+1 \\
x+2 & y+2 & z+2 \\
\end{tabular}
You can stop reading now, the following is just a justification of what I am doing and an attempt to show that I sort of know what I'm talking about.
Yes, I know a synodic day is different than a sidereal day, and yes, I know that that there will never be a time when all five major planets are in conjunction. I'll also throw in the set and rise times of different stars at different latitudes, and I know this doesn't really have any practicality. It's more of an art piece than anything else. I'm just a guy that can find something beautiful at looking at a table of the tides, or a ship's log book. Maybe I'm weird, but that's why I'm doing it.