Understanding CTAN versions, release dates and announcements
Clash Royale CLAN TAG#URR8PPP
up vote
7
down vote
favorite
I am looking at https://ctan.org/pkg/sciposter where I see that the package version is 1.18 but the most recent announcement in the right sidebar is that of v1.17.
I am trying to understand how these things in CTAN work. Was it the case that a new release 1.18 was made but a corresponding announcement was not made and that's why this discrepancy exists?
If that's the case, how do I find out the release date of version 1.18?
ctan versions
add a comment |Â
up vote
7
down vote
favorite
I am looking at https://ctan.org/pkg/sciposter where I see that the package version is 1.18 but the most recent announcement in the right sidebar is that of v1.17.
I am trying to understand how these things in CTAN work. Was it the case that a new release 1.18 was made but a corresponding announcement was not made and that's why this discrepancy exists?
If that's the case, how do I find out the release date of version 1.18?
ctan versions
See also: tex.stackexchange.com/a/351007/101651
â CarLaTeX
Sep 5 at 9:42
For the date, see above if you have TeX Live. If you have MiKTeX, it is listed in its package list.
â CarLaTeX
Sep 5 at 9:45
1
You can normally find the date of the version you are using in the.cls
(or.sty
) files. Sometimes the documentation or the code itself has a more extensive change history with version numbers or dates, but that is not required (though I guess most packages have some kind of change history nowadays). The announcements are optional and some people choose not to announce minor changes.
â moewe
Sep 5 at 10:00
add a comment |Â
up vote
7
down vote
favorite
up vote
7
down vote
favorite
I am looking at https://ctan.org/pkg/sciposter where I see that the package version is 1.18 but the most recent announcement in the right sidebar is that of v1.17.
I am trying to understand how these things in CTAN work. Was it the case that a new release 1.18 was made but a corresponding announcement was not made and that's why this discrepancy exists?
If that's the case, how do I find out the release date of version 1.18?
ctan versions
I am looking at https://ctan.org/pkg/sciposter where I see that the package version is 1.18 but the most recent announcement in the right sidebar is that of v1.17.
I am trying to understand how these things in CTAN work. Was it the case that a new release 1.18 was made but a corresponding announcement was not made and that's why this discrepancy exists?
If that's the case, how do I find out the release date of version 1.18?
ctan versions
ctan versions
asked Sep 5 at 9:34
Lone Learner
935616
935616
See also: tex.stackexchange.com/a/351007/101651
â CarLaTeX
Sep 5 at 9:42
For the date, see above if you have TeX Live. If you have MiKTeX, it is listed in its package list.
â CarLaTeX
Sep 5 at 9:45
1
You can normally find the date of the version you are using in the.cls
(or.sty
) files. Sometimes the documentation or the code itself has a more extensive change history with version numbers or dates, but that is not required (though I guess most packages have some kind of change history nowadays). The announcements are optional and some people choose not to announce minor changes.
â moewe
Sep 5 at 10:00
add a comment |Â
See also: tex.stackexchange.com/a/351007/101651
â CarLaTeX
Sep 5 at 9:42
For the date, see above if you have TeX Live. If you have MiKTeX, it is listed in its package list.
â CarLaTeX
Sep 5 at 9:45
1
You can normally find the date of the version you are using in the.cls
(or.sty
) files. Sometimes the documentation or the code itself has a more extensive change history with version numbers or dates, but that is not required (though I guess most packages have some kind of change history nowadays). The announcements are optional and some people choose not to announce minor changes.
â moewe
Sep 5 at 10:00
See also: tex.stackexchange.com/a/351007/101651
â CarLaTeX
Sep 5 at 9:42
See also: tex.stackexchange.com/a/351007/101651
â CarLaTeX
Sep 5 at 9:42
For the date, see above if you have TeX Live. If you have MiKTeX, it is listed in its package list.
â CarLaTeX
Sep 5 at 9:45
For the date, see above if you have TeX Live. If you have MiKTeX, it is listed in its package list.
â CarLaTeX
Sep 5 at 9:45
1
1
You can normally find the date of the version you are using in the
.cls
(or .sty
) files. Sometimes the documentation or the code itself has a more extensive change history with version numbers or dates, but that is not required (though I guess most packages have some kind of change history nowadays). The announcements are optional and some people choose not to announce minor changes.â moewe
Sep 5 at 10:00
You can normally find the date of the version you are using in the
.cls
(or .sty
) files. Sometimes the documentation or the code itself has a more extensive change history with version numbers or dates, but that is not required (though I guess most packages have some kind of change history nowadays). The announcements are optional and some people choose not to announce minor changes.â moewe
Sep 5 at 10:00
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
9
down vote
accepted
CTAN do not impose any particular requirements on uploaders. In particular, there is no requirement for an announcement to go with an upload. Thus the latest announcement of a release and the latest release may be different: this is down to the package author.
The date you (probably) want is that given by the package author in their release, with will almost certainly match that picked up by LaTeX's @ifpackagelater
. This is typically given in the documentation, if the author uses a date at all.
There is alsotlmgr info ...
â CarLaTeX
Sep 5 at 9:42
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
accepted
CTAN do not impose any particular requirements on uploaders. In particular, there is no requirement for an announcement to go with an upload. Thus the latest announcement of a release and the latest release may be different: this is down to the package author.
The date you (probably) want is that given by the package author in their release, with will almost certainly match that picked up by LaTeX's @ifpackagelater
. This is typically given in the documentation, if the author uses a date at all.
There is alsotlmgr info ...
â CarLaTeX
Sep 5 at 9:42
add a comment |Â
up vote
9
down vote
accepted
CTAN do not impose any particular requirements on uploaders. In particular, there is no requirement for an announcement to go with an upload. Thus the latest announcement of a release and the latest release may be different: this is down to the package author.
The date you (probably) want is that given by the package author in their release, with will almost certainly match that picked up by LaTeX's @ifpackagelater
. This is typically given in the documentation, if the author uses a date at all.
There is alsotlmgr info ...
â CarLaTeX
Sep 5 at 9:42
add a comment |Â
up vote
9
down vote
accepted
up vote
9
down vote
accepted
CTAN do not impose any particular requirements on uploaders. In particular, there is no requirement for an announcement to go with an upload. Thus the latest announcement of a release and the latest release may be different: this is down to the package author.
The date you (probably) want is that given by the package author in their release, with will almost certainly match that picked up by LaTeX's @ifpackagelater
. This is typically given in the documentation, if the author uses a date at all.
CTAN do not impose any particular requirements on uploaders. In particular, there is no requirement for an announcement to go with an upload. Thus the latest announcement of a release and the latest release may be different: this is down to the package author.
The date you (probably) want is that given by the package author in their release, with will almost certainly match that picked up by LaTeX's @ifpackagelater
. This is typically given in the documentation, if the author uses a date at all.
answered Sep 5 at 9:38
Joseph Wrightâ¦
197k21542862
197k21542862
There is alsotlmgr info ...
â CarLaTeX
Sep 5 at 9:42
add a comment |Â
There is alsotlmgr info ...
â CarLaTeX
Sep 5 at 9:42
There is also
tlmgr info ...
â CarLaTeX
Sep 5 at 9:42
There is also
tlmgr info ...
â CarLaTeX
Sep 5 at 9:42
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f449411%2funderstanding-ctan-versions-release-dates-and-announcements%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
See also: tex.stackexchange.com/a/351007/101651
â CarLaTeX
Sep 5 at 9:42
For the date, see above if you have TeX Live. If you have MiKTeX, it is listed in its package list.
â CarLaTeX
Sep 5 at 9:45
1
You can normally find the date of the version you are using in the
.cls
(or.sty
) files. Sometimes the documentation or the code itself has a more extensive change history with version numbers or dates, but that is not required (though I guess most packages have some kind of change history nowadays). The announcements are optional and some people choose not to announce minor changes.â moewe
Sep 5 at 10:00