summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2017-04-24 06:01:25 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2017-04-24 06:01:25 +0000
commit7b9b6b900fcbcd59ee84a411346866856ecf5594 (patch)
tree38c67ccb20247d4793ae44c68aabacc0e748d613 /Build
parent61f74c74162b254bf5e0d42f15f3c422fa9b24e4 (diff)
SyncTeX help message update
git-svn-id: svn://tug.org/texlive/trunk@44009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/texmfmp-help.h24
1 files changed, 16 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h
index b6a5f9ddee3..2127aaabba8 100644
--- a/Build/source/texk/web2c/texmfmp-help.h
+++ b/Build/source/texk/web2c/texmfmp-help.h
@@ -132,7 +132,8 @@ const_string EPTEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-help print this message and exit.",
@@ -192,7 +193,8 @@ const_string ETEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-8bit make all characters printable by default",
@@ -260,7 +262,8 @@ const_string EUPTEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-help print this message and exit.",
@@ -458,7 +461,8 @@ const_string PDFTEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-8bit make all characters printable by default",
@@ -527,7 +531,8 @@ const_string PTEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-help print this message and exit.",
@@ -586,7 +591,8 @@ const_string TEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-8bit make all characters printable by default",
@@ -653,7 +659,8 @@ const_string UPTEXHELP[] = {
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-help print this message and exit.",
@@ -710,7 +717,8 @@ const_string XETEXHELP[] = {
" the XDV file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
#if defined(__SyncTeX__)
- "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+ "-synctex=NUMBER generate SyncTeX data for previewers according to",
+ " bits of NUMBER (`man synctex' for details)",
#endif
"-translate-file=TCXNAME (ignored)",
"-8bit make all characters printable, don't use ^^X sequences",