summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/man1/synctex.1
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/man1/synctex.1')
-rw-r--r--Build/source/texk/web2c/synctexdir/man1/synctex.118
1 files changed, 10 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/synctexdir/man1/synctex.1 b/Build/source/texk/web2c/synctexdir/man1/synctex.1
index f292502b4a8..2fc6d747e9d 100644
--- a/Build/source/texk/web2c/synctexdir/man1/synctex.1
+++ b/Build/source/texk/web2c/synctexdir/man1/synctex.1
@@ -1,8 +1,8 @@
-.Dd 04/23/2017 \" DATE
+.Dd 06/13/2018 \" DATE
.Dt synctex 1 \" Program name and manual section number
.Sh NAME
.Nm synctex
-.Nd command line client tool to support the Synchronize TeXnology available in recent TeX engines.
+.Nd command line client tool to support the Synchronize TeXnology available in most TeX engines.
.Sh SYNOPSIS
.Nm
\fIcommand\fP [\fIoptions\fP] [\fIargs\fP]
@@ -14,18 +14,20 @@ and vice versa.
.Pp
Run `synctex help' to access the built-in tool documentation.
.Sh TEX ENGINE OPTION -synctex=NUMBER
+.Bl -bullet
.It
-.Li If NUMBER=0 or no option is given, no synctex file is created.
+If NUMBER=0 or no option is given, no synctex file is created.
.It
-.Li If NUMBER<0, synctex files are text files.
+If NUMBER<0, synctex files are text files.
.It
-.Li If NUMBER>0, synctex files are compressed with gz.
+If NUMBER>0, synctex files are compressed with gz.
.It
-.Li If NUMBER&2, no .gz extension is used.
+If NUMBER&2, no .gz extension is used.
.It
-.Li If NUMBER&4, activate form support, useful for pdftex.
+If NUMBER&4, activate form support, useful for pdftex.
.It
-.Li If NUMBER&8, better file compression.
+If NUMBER&8, better file compression.
+.El
.Pp
Use for example `pdftex -synctex=15 foo.tex' to activate all the options.
.Pp