[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

syntex.1 use invalid macro for mdoc



Dear TeX Live maintainers,

web2c/synctexdir/man1/synctex.1 is mdoc style man page.
However it uses some an.tmac macro too.
This cause "not defined" warning to parse by groff.

$ man --warnings -l web2c/synctexdir/man1/synctex.1 > /dev/null
<standard input>:3: warning: macro `Th' not defined
<standard input>:8: warning: macro `TP' not defined

I attached patch to fix.
- .Th is not needed. Header is created by .Dd/.Dt macros.
- .TP is not needed. New paragraph automatically starts by .Nm.

Could you check and apply it?

Best regards,
-- 
Mitsuya Shibata
mty.shibata@gmail.com
Index: web2c/synctexdir/man1/synctex.1
===================================================================
--- web2c/synctexdir/man1/synctex.1	(リビジョン 25572)
+++ web2c/synctexdir/man1/synctex.1	(作業コピー)
@@ -1,11 +1,9 @@
 .Dd 27/03/08               \" DATE 
 .Dt synctex 1      \" Program name and manual section number 
-.Th synctex 1
 .Sh NAME
 .Nm synctex
 .Nd command line client tool to support the Synchronize TeXnology available in recent TeX engines.
 .Sh SYNOPSIS
-.TP
 .Nm
 \fIcommand\fP [\fIoptions\fP] [\fIargs\fP]
 .Sh OVERVIEW
@@ -24,4 +22,4 @@
 The Synchronize TeXnology is essentially due to Jerome Laurens,
 with useful suggestions by some well known actors of the TeX world.
 .\" .Sh BUGS              \" Document known, unremedied bugs 
-.\" .Sh HISTORY           \" Document history if command behaves in a unique manner
\ No newline at end of file
+.\" .Sh HISTORY           \" Document history if command behaves in a unique manner

Reply to: