pdp10 / astrojournal

LaTeX generator for astronomy reports
https://pdp10.github.io/astrojournal/
GNU General Public License v3.0
0 stars 0 forks source link
astronomy-reports

AstroJournal

Author: Piero Dalle Pezze

Mailing list: astrojournal AT googlegroups.com

Forum: https://groups.google.com/forum/#!forum/astrojournal

Build Status

License: GPL v3

Description

This software utility aims to generate LaTeX / PDF structured documents from astronomy observation reports created as basic tables.

Main Features

Download and Run

The latest stable release of AstroJournal can be downloaded here.

A user manual is provided with the package in the doc folder.

After downloading and uncompressing the file, open the folder and run AstroJournal as follows:

# On GNU/Linux or Mac OS X type or click:
./astrojournal.sh

or

# On Windows, click:
astrojournal.exe

This will start a simple graphical user interface to generate the journals. To run AstroJournal via command line,

# On GNU/Linux or Mac OS X type:
./astrojournal.sh -c

Please use the option -h (--help) to see the available options.

Requirements

To use AstroJournal you need to install:

Additional notes for installing AstroJournal dependencies:

GNU/Linux Debian/Ubuntu 14.04+

Users can install the LaTeX dependencies required by AstroJournal with the following command:

sudo apt-get --no-install-recommends install texlive-latex-base texlive-latex-recommended

The creation of a deb package is currently in progress.

Windows

Users should install MikTeX and then the LaTeX packages url and mptopdf using MikTeX Manager.

Mac OS X

Users should install MacTeX. I have not tested this directly. If the command pdflatex is not available, I think it should be possible to create a link called pdflatex to the corresponding program used by MacTeX to compile LaTeX code. In addition, to run AstroJournal on a MAC OS X platform, some steps are required since Mac OS X still uses Java 1.6 while AstroJournal requires Java 1.7+: