summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/man1
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2012-03-15 13:42:31 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2012-03-15 13:42:31 +0000
commitd0e37af4cdcbae3ffee875168e6754b6a9b055ec (patch)
tree1bea73edc04f40c3abfda79cdee712ec29e900bd /Build/source/texk/web2c/synctexdir/man1
parent373c254c3819acd368a87937d8f85fc120dda0e0 (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/man1')
-rw-r--r--Build/source/texk/web2c/synctexdir/man1/synctex.110
1 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctexdir/man1/synctex.1 b/Build/source/texk/web2c/synctexdir/man1/synctex.1
index a8e59bb0f0e..5bb2bf4f98e 100644
--- a/Build/source/texk/web2c/synctexdir/man1/synctex.1
+++ b/Build/source/texk/web2c/synctexdir/man1/synctex.1
@@ -23,4 +23,12 @@ 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
-This document has never been updated. \ No newline at end of file
+This document has never been updated.
+.\" nroff -man synctex.1 | less
+.\"groff -man -Tascii synctex.1 | less
+.\"To convert a man page to plain pre-formatted text (e.g for spell checking) use:
+.\"nroff -man synctex.1 | col -b > synctex.1.txt
+.\"To convert it to Postscript (for printing or further conversion to pdf) use:
+.\"groff -man -Tps synctex.1 > synctex.1.ps
+.\"To convert the man page to html use:
+.\"man2html synctex.1