diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-30 23:33:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-30 23:33:01 +0000 |
commit | 34581f02f7e9465cfd1e9c43d18c0dbe07aa0f94 (patch) | |
tree | 222e6d8fd139d6f3f1d326ac36e13f15a1fc1890 /Master/texmf-dist/doc/latex/pdfsync | |
parent | 112910f3c62e5f91ebd1a1de6e2a38d89783dac0 (diff) |
pdfsync update (30jan08)
git-svn-id: svn://tug.org/texlive/trunk@6456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfsync')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfsync/README | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfsync/README b/Master/texmf-dist/doc/latex/pdfsync/README index 58b851e051d..b3c504cc324 100644 --- a/Master/texmf-dist/doc/latex/pdfsync/README +++ b/Master/texmf-dist/doc/latex/pdfsync/README @@ -20,9 +20,22 @@ text editors implementing pdfsync support at various level. iTeXMac, iTeXMac2, TeXShop, TeXniscope, PDFView are PDF viewers implementing pdfsync support at various level. +This is most certainly the last update of this package, +this technology will most certainly be embedded in pdftex and XeTeX engines and won't rely any longer on pdf techniques. +As a matter of fact, synchronization will be available both for dvi, xdv and pdf. +Also it will work the same for Plain, LaTeX, ConTeXt and whatsoever. +Moreover, synchronization will not modify any package. + +* News +====== +- 01/30/2007: version 1.1 is the second version officially available. +Some internals were modified in order to provide a stronger \pdfsyncstart, \pdfsyncstop pair. +Paul Taylor's diagram package now works with pdfsync. You may have to update. +Anticipating over pdftex improvements, this package will load with option "off" if the \synchronize macro is defined + * Installation ============== -If this package is not already included in you TeX distribution, +If this package is not already included in your TeX distribution, just copy the pdfsync.sty file to the proper location. On Mac OS X, it can be @@ -34,7 +47,7 @@ where you should replace YOUR_HOME_DIRECTORY by its actual value. ======= Put \usepackage{pdfsync} in your LaTeX preamble. -In case of sever conflicts with another package, try instead +In case of severe conflicts with another package, try instead \usepackage[novbox]{pdfsync} @@ -44,8 +57,6 @@ more control point add \pdfsync at sensible locations in your code. In that case, \usepackage[off]{pdfsync} will disable pdf synchronization and \relax the above commands. -More options in the package - * Bugs ====== pdfsync uses extremely sensible code. @@ -81,4 +92,4 @@ The official site where you will find both the latest version and the .pdfsync f http://itexmac.sourceforge.net/pdfsync.html -copyright 2006, jlaurens AT users DOT sourceforge DOT net +copyright 2007, jlaurens AT users DOT sourceforge DOT net
\ No newline at end of file |