diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2012-03-15 13:42:31 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2012-03-15 13:42:31 +0000 |
commit | d0e37af4cdcbae3ffee875168e6754b6a9b055ec (patch) | |
tree | 1bea73edc04f40c3abfda79cdee712ec29e900bd /Build/source/texk/web2c/synctexdir/man5 | |
parent | 373c254c3819acd368a87937d8f85fc120dda0e0 (diff) |
SyncTeX: appending EOLs at the end of the man pages.
git-svn-id: svn://tug.org/texlive/trunk@25653 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/man5')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/man5/synctex.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/man5/synctex.5 b/Build/source/texk/web2c/synctexdir/man5/synctex.5 index 4fda68c856d..3b331efe0bd 100644 --- a/Build/source/texk/web2c/synctexdir/man5/synctex.5 +++ b/Build/source/texk/web2c/synctexdir/man5/synctex.5 @@ -309,3 +309,11 @@ All the numbers are encoded using the decimal representation with "C" locale. .Pp The <current record> is used to compute the visible size of hbox's. The byte offset is an implicit anchor to navigate the synctex file from sheet to sheet. +.\" nroff -man synctex.5 | less +.\"groff -man -Tascii synctex.5 | less +.\"To convert a man page to plain pre-formatted text (e.g for spell checking) use: +.\"nroff -man synctex.5 | col -b > synctex.5.txt +.\"To convert it to Postscript (for printing or further conversion to pdf) use: +.\"groff -man -Tps synctex.5 > synctex.5.ps +.\"To convert the man page to html use: +.\"man2html synctex.5 |