Peter Schaffter wrote:
I'm not seeing the problem at this end with the most recent version
of mom, so which version of mom are you using? If it's recent,
pdfmom -z -dVERSION=1 foo
at the prompt should spit it out. If that returns nothing, look in
the file 'om.tmac'. The version is just underneath the copyright
notice. If your om.tmac is stock, it should be located at
/usr/share/groff/tmac/current/om.tmac
If you've downloaded mom from her website, look inside the om.tmac
you're currently using.
Cheers.
Hi Peter,
Thank you! I was using version 2.1-c_1, the one that comes with groff
1.22.3. My problem is solved!
However, now I'm faced with another problem: the .BIBLIOGRAPHY macro
doesn't seem to work. This code used to create a nice, capitalized
heading right in the center, followed by my accumulated bibliography:
.HEADER_CENTER "Bibliografi"
.BIBLIOGRAPHY_STRING "Bibliografi"
.BIBLIOGRAPHY_STRING_UNDERLINE OFF
.BIBLIOGRAPHY
.QUAD L
.[
$LIST$
.]
.BIBLIOGRAPHY END
Now, all I get is a smaller, left-aligned uncapitalized heading with no
bibliography following.
Any ideas?
Best regards,
John