Skip to content

Commit

Permalink
bib generic: no warning about missing year, see #188
Browse files Browse the repository at this point in the history
  • Loading branch information
olsak committed Jul 23, 2024
1 parent e35d260 commit 1096bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optex/base/bib-iso690.opm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% This is part of the OpTeX project, see http://petr.olsak.net/optex

\_codedecl \_undefined {BIB style (iso690) <2023-09-13>} % loaded on demand by \usebib
\_codedecl \_undefined {BIB style (iso690) <2024-07-23>} % loaded on demand by \usebib

\_ifx\_optexbibstyle\_undefined \_errmessage
{This file can be read by: \_string\usebib/? (iso690) bibfiles command only}
Expand Down Expand Up @@ -312,7 +312,6 @@
{\_bibwarning}%
\_bprinta [howpublished] {[*].\ }{}%
\_bprinta [ednote] {\_prepareednote*\_bprintv[citedate]{}{.}\ }{\_bibwarning}%
\_bprinta [year] {}{\_bibwarning}%
\_bprinta [citedate] {\_docitedate*///\_relax.\ }{}%
\_bprintb [doi] {\_predoi DOI \_ulink[http://dx.doi.org/##1]{##1}.\ }{}%
\_bprintb [url] {\_preurl\_url{##1}. }{}%
Expand Down Expand Up @@ -933,6 +932,7 @@ Other options in the option field are silently ignored.

\_endinput

2024-07-23 ... generic: warning about missing year removed (bug fixed)
2023-09-13 ... \_createbibmark: no comma if year is missing
2023-06-23 ... @ONLINE entry introduced
2023-04-22 ... incollection: typo corrected
Expand Down

0 comments on commit 1096bef

Please sign in to comment.