David --

On Sun, May 24, 2026, David Sucuturdean wrote:
> .BIBLIOGRAPHY
> .R1
> join-authors ", and " ", " ", and "
> sort A+
> reverse A1
> database build/conv.bib
> .R2
> .[
> $LIST$
> .]
> .BIBLIOGRAPHY OFF
> 
> But I also tried simply with this
> 
> .BIBLIOGRAPHY
> .[
> $LISTS$
> .]
> .BIBLIOGRAPHY OFF
> 
> For both of these, the result is <Author> <What I wrote in %O>
> <City> <Institution> <Date>, and I would like for the title to be
> in between <Author> and <%O>.

A bug crept into om.tmac between the releases of 2.5_c and 2.5_d.
The current mom release is 2.6_d.  Since I don't know which version
of mom you're running, I can't supply a patch.  You'll have to fix
it manually, or wait until the bug is fixed in the repo.

The manual fix is to open your om.tmac file and search for

  .if \\n[[T] \{\

and replace it with

  .if r [T \{\

That should restore the missing titles.

In your R1/R2 block, you should use 'bibliograpy' rather than
'database'.

-- 
Peter Schaffter
https://www.schaffter.ca

Reply via email to