\documentclass[svgnames,a4paper]{standalone} \usepackage[T1]{fontenc} \usepackage[frenchb]{babel} \usepackage{bera} \usepackage{xcolor} \usepackage{pst-caelum} \usepackage{xint-meeus} \begin{document} \begin{pspicture}(-7,-7)(7,7) \psset[caelum]{hemisphere=south} \caelum{Sky} \caelum[color1={[rgb]{0.25 0.25 0.55}},color2={[rgb]{0.3,0.3,0.6}},mwsize=1]{MilkyWay} \caelum[linecolor=MidnightBlue!90!LightBlue,linewidth=0.5pt]{Graticule}% \caelum[linewidth=0.2pt,linecolor=DimGray]{Boundaries} \caelum[magmax=8,fillcolor=White]{Stars} \caelum[linewidth=0.2pt,fillcolor=Goldenrod]{Asterisms} \caelum[linecolor=DimGray]{Graduations} \caelum[linewidth=0.3pt,linecolor=Yellow]{EGalactic} \caelum[linewidth=0.3pt,linecolor=Crimson]{Ecliptic}% %\caelum[textcolor=DarkOrange]{Abreviations} \end{pspicture} \end{document}