diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-09 08:02:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-09 08:02:39 +0000 |
commit | cab478a1b0d6da13fc4671a526f6a74cb2f82853 (patch) | |
tree | 8ee23e26e308aa485b65ab699a27bf71fbaf0891 /Build/source/texk/web2c/texmfmp-help.h | |
parent | f26512d1448c88711b871d6c155944b73df91766 (diff) |
document -synctex swith for TeX and e-TeX
git-svn-id: svn://tug.org/texlive/trunk@12346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/texmfmp-help.h')
-rw-r--r-- | Build/source/texk/web2c/texmfmp-help.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h index 657643ebe57..207c51c01ac 100644 --- a/Build/source/texk/web2c/texmfmp-help.h +++ b/Build/source/texk/web2c/texmfmp-help.h @@ -187,6 +187,9 @@ const_string ETEXHELP[] = { "-src-specials=WHERE insert source specials in certain places of", " 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", +#endif "-translate-file=TCXNAME use the TCX file TCXNAME", "-8bit make all characters printable by default", "-help display this help and exit", @@ -570,6 +573,9 @@ const_string TEXHELP[] = { "-src-specials=WHERE insert source specials in certain places of", " 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", +#endif "-translate-file=TCXNAME use the TCX file TCXNAME", "-8bit make all characters printable by default", "-help display this help and exit", |