summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/horoscop/horoscop.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/horoscop/horoscop.dtx')
-rw-r--r--macros/latex/contrib/horoscop/horoscop.dtx42
1 files changed, 22 insertions, 20 deletions
diff --git a/macros/latex/contrib/horoscop/horoscop.dtx b/macros/latex/contrib/horoscop/horoscop.dtx
index dfcf84b7af..cc7827e623 100644
--- a/macros/latex/contrib/horoscop/horoscop.dtx
+++ b/macros/latex/contrib/horoscop/horoscop.dtx
@@ -22,7 +22,7 @@
\usepackage{fmtcount}
\usepackage{graphicx}
\usepackage[scaled=0.9]{helvet}
-\usepackage[textsym,unicode,wasysym,marvosym,starfont]{horoscop}[2020/07/21]
+\usepackage[textsym,unicode,wasysym,marvosym,starfont]{horoscop}[2020/07/31]
\usepackage{mathpazo}
\usepackage{metalogo}
\usepackage{titlesec}
@@ -114,7 +114,7 @@
%
% \title{Typesetting astrology with \textsf{horoscop}}
% \author{Matthew Skala}
-% \date{July 21, 2020}
+% \date{July 31, 2020}
%
% \thispagestyle{empty}
% \phantomsection
@@ -141,7 +141,7 @@
% {\nolinkurl{mskala@ansuz.sooke.bc.ca}}}
%
% \vspace{0.5in}
-% {\Large\itshape Version 1.0, July 21, 2020}
+% {\Large\itshape Version 1.01, July 31, 2020}
% \vspace{2.5pc}
% \par}
%
@@ -232,16 +232,17 @@
% of the presentation at
% \url{http://zeeba.tv/astrological-charts-with-horoscop-and-starfont/}.
%
-% This release, version 1.0, represents a mature version of the package.
+% Version 1.0 represents a mature version of the package.
% The last release, version 0.92, was called a beta test, but it has
% been in use seven years now without needing any significant bug fixing or
% updates. The most serious issue in 0.92 was in the documentation of
% how to enter manually-calculated object positions; the underlying macros
% for it worked well.
%
-% So this 1.0 release is primarily an update to the documentation to fix
-% that issue, as well as to bump the version number and recognize the fact
-% that the package is mature and fully usable. I have also taken the
+% Version 1.0 was primarily an update to the documentation to fix that
+% issue; unfortunately, it still wasn't correct, so 1.01 is meant to fix it for
+% real this time. Version 1.0 made other documentation updates to recognize
+% the fact that the package is mature and fully usable. I also took the
% opportunity to add the Unicode-symbols feature, to reduce
% \textsf{horoscop}'s ties to classical \TeX\ and its font systems as users
% increasingly move toward Unicode engines and Unicode-based font selection;
@@ -1103,6 +1104,7 @@
% directly, as in the example below.
%
% \changes{v1.0}{2020/07/20}{Correct macro names for manual position example}
+% \changes{v1.01}{2020/07/31}{Correct macro names for manual position example, again}
% \begin{verbatim}
% \def\horoSunPos{267.5002492}\def\horoSunVel{1.0185515}
% \def\horoMoonPos{229.2067659}\def\horoMoonVel{11.9237313}
@@ -1116,18 +1118,18 @@
% \def\horoPlutoPos{133.0955746}\def\horoPlutoVel{-0.0150157}
% \def\horoNorthNodePos{70.7814892}\def\horoNorthNodeVel{-0.0529425}
% \def\horoLilithPos{265.3475147}\def\horoLilithVel{0.1108368}
-% \def\horoCuspPosI{207.9120843}
-% \def\horoCuspPosII{236.5553269}
-% \def\horoCuspPosIII{267.6976404}
-% \def\horoCuspPosIV{300.5365877}
-% \def\horoCuspPosV{332.9973490}
-% \def\horoCuspPosVI{2.5292853}
-% \def\horoCuspPosVII{27.9120843}
-% \def\horoCuspPosVIII{56.5553269}
-% \def\horoCuspPosIX{87.6976404}
-% \def\horoCuspPosX{120.5365877}
-% \def\horoCuspPosXI{152.9973490}
-% \def\horoCuspPosXII{182.5292853}
+% \def\horoCuspIPos{207.9120843}
+% \def\horoCuspIIPos{236.5553269}
+% \def\horoCuspIIIPos{267.6976404}
+% \def\horoCuspIVPos{300.5365877}
+% \def\horoCuspVPos{332.9973490}
+% \def\horoCuspVIPos{2.5292853}
+% \def\horoCuspVIIPos{27.9120843}
+% \def\horoCuspVIIIPos{56.5553269}
+% \def\horoCuspIXPos{87.6976404}
+% \def\horoCuspXPos{120.5365877}
+% \def\horoCuspXIPos{152.9973490}
+% \def\horoCuspXIIPos{182.5292853}
% \end{verbatim}
%
% A few less obvious macros also need to be set for manually-entered
@@ -2986,7 +2988,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{horoscop}%
- [2013/05/16 v0.92 Astrological chart macros by Matthew Skala]
+ [2020/07/31 v1.01 Astrological chart macros by Matthew Skala]
% \end{macrocode}
%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%