diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-13 21:55:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-13 21:55:51 +0000 |
commit | 57782d6be224403d2cd3d523eb508f45ae177c4d (patch) | |
tree | 04a58b56617626f58eaf096328418bea41d0cf55 /Build/source/texk/web2c | |
parent | 8bae96549c17d9f96347009ccdae42f7a9aefc58 (diff) |
man list syntax
git-svn-id: svn://tug.org/texlive/trunk@48008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/synctexdir/man1/synctex.1 | 18 |
2 files changed, 15 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index 6ee95359a19..223a1f9b4f9 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,8 @@ +2018-06-13 Karl Berry <karl@tug.org> + + * man1/synctex.1: man page list syntax. + Report/patch from esr, 12 Jun 2018 15:16:13. + 2018-06-10 TANAKA Takuji <ttk@t-lab.opal.ne.jp> * synctex.c: Allow non-ascii file names for pdfTeX 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 |