############################################################################ # Standard settings for the A4 constellation charts. ############################################################################ ############################################################################ # Produce EPS and PDF files. switch eps_output on switch pdf_output on ############################################################################ # Set the width and height so that we pretty much take up an A4 page. set box_height 29 set box_width 20 ############################################################################ # Initially we set things so that as much detail as possible is printed. set faintest_cluster_magnitude 14 set faintest_star_magnitude 14 set faintest_diffuse_nebula_magnitude 14 set faintest_star_with_label_magnitude 14 ############################################################################ # Set everything so that we're printing in black and white. switch colored_stars off color stars 0 0 0 color nebulae 0 0 0 color background 1 1 1 color grid 0.5 0.5 0.5 color ecliptic 0.3 0.3 0.3 color constellation_lines 0.7 0.7 0.7 color labels 0 0 0 color text_labels 0 0 0 color boundaries 0.8 0.8 0.8 color highlighted_boundaries 0 0 0 color milky_way 0.5 0.5 0.5