As of 2005-04-03 00:00:00 GMT, this project may now be found at http://savannah.gnu.org/projects/auctex.

Share

More
Emacs/LaTeX inline Preview Icon

Emacs/LaTeX inline Preview

by dakas, jalar


preview-latex, the higly addictive and productive LaTeX previewing and folding tool for Emacs, has become part of the AUCTeX project at http://savannah.gnu.org/projects/auctex now and is integrated since version 11.80.


http://www.gnu.org/software/auctex/#preview-latex





Separate each tag with a space.

Release Date:

2005-04-03

Topics:

License:

Ratings and Reviews

Be the first to post a text review of Emacs/LaTeX inline Preview. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • preview-latex 0.9.1 file released: preview-latex-xemacs-0.9.1-1.fedora.noarch.rpm

    2005-04-03 David Kastrup <dak@gnu.org> * Release 0.9.1 * latex/preview.dtx: Don't let negative dimensions into tightpage comment. * doc/macros.texi: Make @previewlatex swallow argument in links. Don't scrap sf declaration. Make it correct in links. * doc/readme.texi (What use is it?): * doc/problems.texi: * doc/install.texi (Top): Work around raisesection bug. * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README) (../FAQ, ../TODO): Remove --no-validate option. (../PROBLEMS): remove --no-validate option, and number sections. * doc/faq.texi: Make validatable top entry. Don't raise sections until after the first chapter. This is insane, but otherwise everything will be unnumbered. * configure.in: Expand `packagelispdir' and `lispdir' before checking for conflicts. 2005-04-02 David Kastrup <dak@gnu.org> * autogen.sh: Remove autom4te.cache * doc/Makefile.in (.PHONY): Add a few targets. * doc/readme.texi (Basic modes of operation): Correct dvipng information. * autogen.sh: make preview-latex.info generation work by passing in PERL default. * README.CVS: Mention that `perl' is needed for autogen.sh, and that `makeinfo' might need to be up to date. * latex/README: Renamed from latex/README-preview. Overhaul availability. * doc/macros.texi: Synchronize to AUCTeX. * Makefile.in (tarball-ready): Remove this target for now: it can't be used consistently really. It is probably better to do just run autogen.sh on a freshly exported archive. * doc/Makefile.in (DISTTEXTS): Targets in parent dir. (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS) (../TODO): New targets instead of targets in current dir. (clean): Don't remove targets in this dir. (maintainer-clean): Remove DISTTEXTS targets. * autogen.sh: Use make for generating distribution texts and also pregenerate the info file. * Makefile.in (emacsprefix): Remove. (.PHONY): Collect phony targets here. (DISTTEXTS): Move to doc/Makefile.in (tarball-ready): Adapt * preview-latex.spec: Change version number. Change directory choice to "xemacs-packages" on fedora. * doc/wininstall.texi: Mention that Perl is not needed if working with the default tarball. * doc/preview-latex.texi: Bump versions numbers, fix copyrights. * doc/readme.texi (Activating preview-latex): Don't talk about half a dozen non-sensical things. (Availability): Change information to match move into AUCTeX. * configure.in: Add check for load-path shadowing. * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in most cases. 2005-04-01 David Kastrup <dak@gnu.org> * doc/faq.texi: Some changes. This thing really is an outdated unmaintained abomination. We need to do something about it at one time. 2005-04-01 Ralf Angeli <angeli@iwi.uni-sb.de> * aclocal.m4 (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting. 2005-04-01 David Kastrup <dak@gnu.org> * RELEASE: rearrange. Mention AUCTeX 11.80 as target. * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing `/.'. (TEX_PATH_TEXMFDIR): search order changed. * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir) (previewdocdir): Use (null) to mask Windows backslashes. * configure.in: Adjust version info. * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output. (EMACS_PROG_EMACS): Check for `emacsprefix'. (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables as second argument. Decompose and compare directory names starting from the back. (EMACS_PATH_PACKAGEDIR): search in several prefixes. (EMACS_PATH_LISPDIR): same. (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath. Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX directories. 2005-03-31 David Kastrup <dak@gnu.org> * configure.in: Don't set prefix if it is not set. * aclocal.m4 (EMACS_PATH_PREFIX): new function. (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before expansion if it is unset. 2005-03-31 jalar <jalar@mai.liu.se> * Makefile.in: * aclocal.m4: Add $emacsprefix 2005-03-31 David Kastrup <dak@gnu.org> * RELEASE: Update release info. 2005-03-30 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (use-hint): Fix spelling. * preview.el (preview-report-bug): Use "preview-" prefix in version information. 2005-03-29 David Kastrup <dak@gnu.org> * configure.in (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH' (should probably also be used on a few other environment variables). Use `AC_SHELL_QUOTIFY' on `GS'. 2005-03-28 David Kastrup <dak@gnu.org> * preview.el (preview): Change home page address to AUCTeX. (preview-report-bug): Change bug reporting address. * doc/readme.texi (Contacts): Change mailing list info. * doc/problems.texi: Change mailing list info. * doc/faq.texi (Introduction to FAQ): Change mailing list address. * preview.el (if): Use (featurep 'xemacs) instead of `(string-match "XEmacs" (emacs-version))'. (preview-at-point): Don't check for XEmacs, just use `TeX-active-mark' instead. 2005-03-24 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (distclean, maintainer-clean, tarball-ready): Delete autom4te.cache in maintainer-clean and tarball-ready targets. 2005-03-24 Jan-Ake Larsson <jalar@mai.liu.se> * doc/Makefile.in: Add *.pdf to clean target and preview-dtxdoc.texi to maintainer-clean 2005-03-23 jalar <jalar@mai.liu.se> * doc/Makefile.in: * Makefile.in: add maintainer-clean target * Makefile.in: add tarball-ready target * configure.in: Add check for perl * doc/Makefile.in: Use the configure-provided $PERL 2005-03-22 David Kastrup <dak@gnu.org> * preview.el (preview-counter-find): Coerce `begin' to integer to work around an Emacs 21.x bug. * Makefile.in (install): Install startup file before docs. * doc/Makefile.in (preview-latex/index.html): Don't ignore exit status of makeinfo (this target is on-demand only, anyway). * doc/preview-dtxdoc.pl: Accept two arguments so that output file will not get clobbered if Perl is not operative. 2005-03-19 David Kastrup <dak@gnu.org> * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable. (preview-buffer-recode-system): Use it. (tex-site, tex, latex): Require them. * prv-emacs.el (tex-site, tex, latex): require them to silence byte compiler. (preview-buffer-recode-system): Compatibility function. Probably not necessary for Emacs. * preview.el (TeX-overlay-prioritize): don't redefine, test for its presence at runtime. Less invasive, less offensive to the byte compiler. (preview-coding-system): New buffer-local variable to indicate the coding system used for processes. (preview-place-preview, preview-reinstate-preview): Use `TeX-overlay-prioritize' only if it exists. (mailcap-extension-to-mime): Use an autoload form instead of `require' at runtime. (preview-format-mml): Use `mailcap-extension-to-mime' directly (preview-error-quote): take coding system of LaTeX process as second argument. (preview-parse-messages): initialize `run-coding-system' from `preview-coding-system'. Use it for calling `preview-error-quote'. (TeX-inline-preview-internal): Initialize `preview-coding-system' and make process use it. 2005-03-18 David Kastrup <dak@gnu.org> * preview.el (TeX-region-create): Try shutting up the byte compiler at load time. * doc/install.texi: Mention that "the usual procedure" is for site-wide installation. (Advice for package providers): Mention site-start.el. (Advice for non-privileged users): Adapt to new conventions. Some other small changes. * preview.el (TeX-overlay-prioritize): correct stupid typo. (preview-log-error): Pop up run buffer in case of error. 2005-03-17 David Kastrup <dak@gnu.org> * preview.el (tex-site): Require loads of stuff at the beginning: preview.el is supposed to be autoloaded, so we can just load everything that needs to get loaded, anyway. (TeX-overlay-prioritize): alias to "ignore" if not defined elsewhere. This will not set priorities. (eval-when-compile): move out most requires. (preview-place-preview): Use TeX-overlay-prioritize instead of TeX-fold-prioritize. (preview-counter-find): Pass begin in to reduce one compilation error message. (TeX-region-create): Don't preactivate `preview-counter' advice. (preview-reinstate-preview): Rename priority function to `TeX-overlay-prioritize'. (LaTeX-preview-setup): Remove requires. (TeX-region-create): Explicitly activate `preview-preamble' advice even though it is preactivated. 2005-03-16 David Kastrup <dak@gnu.org> * prv-emacs.el: Use the four-argument version of `face-attribute' if it exists. 2005-03-15 David Kastrup <dak@gnu.org> * doc/install.texi (Configure): Be somewhat more verbose. Be explicit about Emacs-only options. * doc/wininstall.texi: Warn against Winzip. Reorganize docs somewhat and clarify about Emacs-only procedures. * doc/preview-latex.texi (Keys and lisp): Document preview-at-point allowing active region. * preview.el (preview-at-point): Remove nonsensical arguments. Instead, allow for an active region. * configure.in: Add `packagelispdir' to quoted Makefile variables. 2005-03-14 David Kastrup <dak@gnu.org> * latex/preview.dtx: Reformat the kaboodle to look nicer. Move \nofiles to auctex option. * latex/README-preview (Note): Mention \nofiles problem. * preview.el (preview-LaTeX-command): Add \nofiles to startup. 2005-03-14 Masayuki Ataka <ataka@milk.freemail.ne.jp> * preview.el (TeX-fold-prioritize): autoload. (preview-place-preview, preview-reinstate-preview): Use it. 2005-03-07 David Kastrup <dak@gnu.org> * preview.el (preview-gs-open): Make better error message for junk left over on PostScript stack, so that we may better pass the buck. 2005-03-05 David Kastrup <dak@gnu.org> * latex/preview.dtx: Fix psfixbb option that must have become illegal at some time accidentally. * doc/install.texi (Loading the package): Explain that preview-latex.el should already be installed in-place. 2005-03-04 David Kastrup <dak@gnu.org> * Organizational: preview-latex development has been moved from <URL:http://sourceforge.net/projects/preview-latex> into the AUCTeX CVS Archive on <URL:http://savannah.gnu.org/projects/auctex>. 2005-03-03 David Kastrup <dak@gnu.org> * Release 0.9

    posted 1680 days ago

  • preview-latex 0.9.1 file released: preview-latex-emacs-0.9.1-1.fedora.noarch.rpm

    2005-04-03 David Kastrup <dak@gnu.org> * Release 0.9.1 * latex/preview.dtx: Don't let negative dimensions into tightpage comment. * doc/macros.texi: Make @previewlatex swallow argument in links. Don't scrap sf declaration. Make it correct in links. * doc/readme.texi (What use is it?): * doc/problems.texi: * doc/install.texi (Top): Work around raisesection bug. * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README) (../FAQ, ../TODO): Remove --no-validate option. (../PROBLEMS): remove --no-validate option, and number sections. * doc/faq.texi: Make validatable top entry. Don't raise sections until after the first chapter. This is insane, but otherwise everything will be unnumbered. * configure.in: Expand `packagelispdir' and `lispdir' before checking for conflicts. 2005-04-02 David Kastrup <dak@gnu.org> * autogen.sh: Remove autom4te.cache * doc/Makefile.in (.PHONY): Add a few targets. * doc/readme.texi (Basic modes of operation): Correct dvipng information. * autogen.sh: make preview-latex.info generation work by passing in PERL default. * README.CVS: Mention that `perl' is needed for autogen.sh, and that `makeinfo' might need to be up to date. * latex/README: Renamed from latex/README-preview. Overhaul availability. * doc/macros.texi: Synchronize to AUCTeX. * Makefile.in (tarball-ready): Remove this target for now: it can't be used consistently really. It is probably better to do just run autogen.sh on a freshly exported archive. * doc/Makefile.in (DISTTEXTS): Targets in parent dir. (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS) (../TODO): New targets instead of targets in current dir. (clean): Don't remove targets in this dir. (maintainer-clean): Remove DISTTEXTS targets. * autogen.sh: Use make for generating distribution texts and also pregenerate the info file. * Makefile.in (emacsprefix): Remove. (.PHONY): Collect phony targets here. (DISTTEXTS): Move to doc/Makefile.in (tarball-ready): Adapt * preview-latex.spec: Change version number. Change directory choice to "xemacs-packages" on fedora. * doc/wininstall.texi: Mention that Perl is not needed if working with the default tarball. * doc/preview-latex.texi: Bump versions numbers, fix copyrights. * doc/readme.texi (Activating preview-latex): Don't talk about half a dozen non-sensical things. (Availability): Change information to match move into AUCTeX. * configure.in: Add check for load-path shadowing. * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in most cases. 2005-04-01 David Kastrup <dak@gnu.org> * doc/faq.texi: Some changes. This thing really is an outdated unmaintained abomination. We need to do something about it at one time. 2005-04-01 Ralf Angeli <angeli@iwi.uni-sb.de> * aclocal.m4 (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting. 2005-04-01 David Kastrup <dak@gnu.org> * RELEASE: rearrange. Mention AUCTeX 11.80 as target. * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing `/.'. (TEX_PATH_TEXMFDIR): search order changed. * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir) (previewdocdir): Use (null) to mask Windows backslashes. * configure.in: Adjust version info. * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output. (EMACS_PROG_EMACS): Check for `emacsprefix'. (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables as second argument. Decompose and compare directory names starting from the back. (EMACS_PATH_PACKAGEDIR): search in several prefixes. (EMACS_PATH_LISPDIR): same. (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath. Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX directories. 2005-03-31 David Kastrup <dak@gnu.org> * configure.in: Don't set prefix if it is not set. * aclocal.m4 (EMACS_PATH_PREFIX): new function. (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before expansion if it is unset. 2005-03-31 jalar <jalar@mai.liu.se> * Makefile.in: * aclocal.m4: Add $emacsprefix 2005-03-31 David Kastrup <dak@gnu.org> * RELEASE: Update release info. 2005-03-30 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (use-hint): Fix spelling. * preview.el (preview-report-bug): Use "preview-" prefix in version information. 2005-03-29 David Kastrup <dak@gnu.org> * configure.in (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH' (should probably also be used on a few other environment variables). Use `AC_SHELL_QUOTIFY' on `GS'. 2005-03-28 David Kastrup <dak@gnu.org> * preview.el (preview): Change home page address to AUCTeX. (preview-report-bug): Change bug reporting address. * doc/readme.texi (Contacts): Change mailing list info. * doc/problems.texi: Change mailing list info. * doc/faq.texi (Introduction to FAQ): Change mailing list address. * preview.el (if): Use (featurep 'xemacs) instead of `(string-match "XEmacs" (emacs-version))'. (preview-at-point): Don't check for XEmacs, just use `TeX-active-mark' instead. 2005-03-24 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (distclean, maintainer-clean, tarball-ready): Delete autom4te.cache in maintainer-clean and tarball-ready targets. 2005-03-24 Jan-Ake Larsson <jalar@mai.liu.se> * doc/Makefile.in: Add *.pdf to clean target and preview-dtxdoc.texi to maintainer-clean 2005-03-23 jalar <jalar@mai.liu.se> * doc/Makefile.in: * Makefile.in: add maintainer-clean target * Makefile.in: add tarball-ready target * configure.in: Add check for perl * doc/Makefile.in: Use the configure-provided $PERL 2005-03-22 David Kastrup <dak@gnu.org> * preview.el (preview-counter-find): Coerce `begin' to integer to work around an Emacs 21.x bug. * Makefile.in (install): Install startup file before docs. * doc/Makefile.in (preview-latex/index.html): Don't ignore exit status of makeinfo (this target is on-demand only, anyway). * doc/preview-dtxdoc.pl: Accept two arguments so that output file will not get clobbered if Perl is not operative. 2005-03-19 David Kastrup <dak@gnu.org> * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable. (preview-buffer-recode-system): Use it. (tex-site, tex, latex): Require them. * prv-emacs.el (tex-site, tex, latex): require them to silence byte compiler. (preview-buffer-recode-system): Compatibility function. Probably not necessary for Emacs. * preview.el (TeX-overlay-prioritize): don't redefine, test for its presence at runtime. Less invasive, less offensive to the byte compiler. (preview-coding-system): New buffer-local variable to indicate the coding system used for processes. (preview-place-preview, preview-reinstate-preview): Use `TeX-overlay-prioritize' only if it exists. (mailcap-extension-to-mime): Use an autoload form instead of `require' at runtime. (preview-format-mml): Use `mailcap-extension-to-mime' directly (preview-error-quote): take coding system of LaTeX process as second argument. (preview-parse-messages): initialize `run-coding-system' from `preview-coding-system'. Use it for calling `preview-error-quote'. (TeX-inline-preview-internal): Initialize `preview-coding-system' and make process use it. 2005-03-18 David Kastrup <dak@gnu.org> * preview.el (TeX-region-create): Try shutting up the byte compiler at load time. * doc/install.texi: Mention that "the usual procedure" is for site-wide installation. (Advice for package providers): Mention site-start.el. (Advice for non-privileged users): Adapt to new conventions. Some other small changes. * preview.el (TeX-overlay-prioritize): correct stupid typo. (preview-log-error): Pop up run buffer in case of error. 2005-03-17 David Kastrup <dak@gnu.org> * preview.el (tex-site): Require loads of stuff at the beginning: preview.el is supposed to be autoloaded, so we can just load everything that needs to get loaded, anyway. (TeX-overlay-prioritize): alias to "ignore" if not defined elsewhere. This will not set priorities. (eval-when-compile): move out most requires. (preview-place-preview): Use TeX-overlay-prioritize instead of TeX-fold-prioritize. (preview-counter-find): Pass begin in to reduce one compilation error message. (TeX-region-create): Don't preactivate `preview-counter' advice. (preview-reinstate-preview): Rename priority function to `TeX-overlay-prioritize'. (LaTeX-preview-setup): Remove requires. (TeX-region-create): Explicitly activate `preview-preamble' advice even though it is preactivated. 2005-03-16 David Kastrup <dak@gnu.org> * prv-emacs.el: Use the four-argument version of `face-attribute' if it exists. 2005-03-15 David Kastrup <dak@gnu.org> * doc/install.texi (Configure): Be somewhat more verbose. Be explicit about Emacs-only options. * doc/wininstall.texi: Warn against Winzip. Reorganize docs somewhat and clarify about Emacs-only procedures. * doc/preview-latex.texi (Keys and lisp): Document preview-at-point allowing active region. * preview.el (preview-at-point): Remove nonsensical arguments. Instead, allow for an active region. * configure.in: Add `packagelispdir' to quoted Makefile variables. 2005-03-14 David Kastrup <dak@gnu.org> * latex/preview.dtx: Reformat the kaboodle to look nicer. Move \nofiles to auctex option. * latex/README-preview (Note): Mention \nofiles problem. * preview.el (preview-LaTeX-command): Add \nofiles to startup. 2005-03-14 Masayuki Ataka <ataka@milk.freemail.ne.jp> * preview.el (TeX-fold-prioritize): autoload. (preview-place-preview, preview-reinstate-preview): Use it. 2005-03-07 David Kastrup <dak@gnu.org> * preview.el (preview-gs-open): Make better error message for junk left over on PostScript stack, so that we may better pass the buck. 2005-03-05 David Kastrup <dak@gnu.org> * latex/preview.dtx: Fix psfixbb option that must have become illegal at some time accidentally. * doc/install.texi (Loading the package): Explain that preview-latex.el should already be installed in-place. 2005-03-04 David Kastrup <dak@gnu.org> * Organizational: preview-latex development has been moved from <URL:http://sourceforge.net/projects/preview-latex> into the AUCTeX CVS Archive on <URL:http://savannah.gnu.org/projects/auctex>. 2005-03-03 David Kastrup <dak@gnu.org> * Release 0.9

    posted 1680 days ago

  • preview-latex 0.9.1 file released: preview-latex-common-0.9.1-1.fedora.noarch.rpm

    2005-04-03 David Kastrup <dak@gnu.org> * Release 0.9.1 * latex/preview.dtx: Don't let negative dimensions into tightpage comment. * doc/macros.texi: Make @previewlatex swallow argument in links. Don't scrap sf declaration. Make it correct in links. * doc/readme.texi (What use is it?): * doc/problems.texi: * doc/install.texi (Top): Work around raisesection bug. * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README) (../FAQ, ../TODO): Remove --no-validate option. (../PROBLEMS): remove --no-validate option, and number sections. * doc/faq.texi: Make validatable top entry. Don't raise sections until after the first chapter. This is insane, but otherwise everything will be unnumbered. * configure.in: Expand `packagelispdir' and `lispdir' before checking for conflicts. 2005-04-02 David Kastrup <dak@gnu.org> * autogen.sh: Remove autom4te.cache * doc/Makefile.in (.PHONY): Add a few targets. * doc/readme.texi (Basic modes of operation): Correct dvipng information. * autogen.sh: make preview-latex.info generation work by passing in PERL default. * README.CVS: Mention that `perl' is needed for autogen.sh, and that `makeinfo' might need to be up to date. * latex/README: Renamed from latex/README-preview. Overhaul availability. * doc/macros.texi: Synchronize to AUCTeX. * Makefile.in (tarball-ready): Remove this target for now: it can't be used consistently really. It is probably better to do just run autogen.sh on a freshly exported archive. * doc/Makefile.in (DISTTEXTS): Targets in parent dir. (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS) (../TODO): New targets instead of targets in current dir. (clean): Don't remove targets in this dir. (maintainer-clean): Remove DISTTEXTS targets. * autogen.sh: Use make for generating distribution texts and also pregenerate the info file. * Makefile.in (emacsprefix): Remove. (.PHONY): Collect phony targets here. (DISTTEXTS): Move to doc/Makefile.in (tarball-ready): Adapt * preview-latex.spec: Change version number. Change directory choice to "xemacs-packages" on fedora. * doc/wininstall.texi: Mention that Perl is not needed if working with the default tarball. * doc/preview-latex.texi: Bump versions numbers, fix copyrights. * doc/readme.texi (Activating preview-latex): Don't talk about half a dozen non-sensical things. (Availability): Change information to match move into AUCTeX. * configure.in: Add check for load-path shadowing. * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in most cases. 2005-04-01 David Kastrup <dak@gnu.org> * doc/faq.texi: Some changes. This thing really is an outdated unmaintained abomination. We need to do something about it at one time. 2005-04-01 Ralf Angeli <angeli@iwi.uni-sb.de> * aclocal.m4 (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting. 2005-04-01 David Kastrup <dak@gnu.org> * RELEASE: rearrange. Mention AUCTeX 11.80 as target. * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing `/.'. (TEX_PATH_TEXMFDIR): search order changed. * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir) (previewdocdir): Use (null) to mask Windows backslashes. * configure.in: Adjust version info. * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output. (EMACS_PROG_EMACS): Check for `emacsprefix'. (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables as second argument. Decompose and compare directory names starting from the back. (EMACS_PATH_PACKAGEDIR): search in several prefixes. (EMACS_PATH_LISPDIR): same. (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath. Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX directories. 2005-03-31 David Kastrup <dak@gnu.org> * configure.in: Don't set prefix if it is not set. * aclocal.m4 (EMACS_PATH_PREFIX): new function. (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before expansion if it is unset. 2005-03-31 jalar <jalar@mai.liu.se> * Makefile.in: * aclocal.m4: Add $emacsprefix 2005-03-31 David Kastrup <dak@gnu.org> * RELEASE: Update release info. 2005-03-30 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (use-hint): Fix spelling. * preview.el (preview-report-bug): Use "preview-" prefix in version information. 2005-03-29 David Kastrup <dak@gnu.org> * configure.in (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH' (should probably also be used on a few other environment variables). Use `AC_SHELL_QUOTIFY' on `GS'. 2005-03-28 David Kastrup <dak@gnu.org> * preview.el (preview): Change home page address to AUCTeX. (preview-report-bug): Change bug reporting address. * doc/readme.texi (Contacts): Change mailing list info. * doc/problems.texi: Change mailing list info. * doc/faq.texi (Introduction to FAQ): Change mailing list address. * preview.el (if): Use (featurep 'xemacs) instead of `(string-match "XEmacs" (emacs-version))'. (preview-at-point): Don't check for XEmacs, just use `TeX-active-mark' instead. 2005-03-24 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (distclean, maintainer-clean, tarball-ready): Delete autom4te.cache in maintainer-clean and tarball-ready targets. 2005-03-24 Jan-Ake Larsson <jalar@mai.liu.se> * doc/Makefile.in: Add *.pdf to clean target and preview-dtxdoc.texi to maintainer-clean 2005-03-23 jalar <jalar@mai.liu.se> * doc/Makefile.in: * Makefile.in: add maintainer-clean target * Makefile.in: add tarball-ready target * configure.in: Add check for perl * doc/Makefile.in: Use the configure-provided $PERL 2005-03-22 David Kastrup <dak@gnu.org> * preview.el (preview-counter-find): Coerce `begin' to integer to work around an Emacs 21.x bug. * Makefile.in (install): Install startup file before docs. * doc/Makefile.in (preview-latex/index.html): Don't ignore exit status of makeinfo (this target is on-demand only, anyway). * doc/preview-dtxdoc.pl: Accept two arguments so that output file will not get clobbered if Perl is not operative. 2005-03-19 David Kastrup <dak@gnu.org> * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable. (preview-buffer-recode-system): Use it. (tex-site, tex, latex): Require them. * prv-emacs.el (tex-site, tex, latex): require them to silence byte compiler. (preview-buffer-recode-system): Compatibility function. Probably not necessary for Emacs. * preview.el (TeX-overlay-prioritize): don't redefine, test for its presence at runtime. Less invasive, less offensive to the byte compiler. (preview-coding-system): New buffer-local variable to indicate the coding system used for processes. (preview-place-preview, preview-reinstate-preview): Use `TeX-overlay-prioritize' only if it exists. (mailcap-extension-to-mime): Use an autoload form instead of `require' at runtime. (preview-format-mml): Use `mailcap-extension-to-mime' directly (preview-error-quote): take coding system of LaTeX process as second argument. (preview-parse-messages): initialize `run-coding-system' from `preview-coding-system'. Use it for calling `preview-error-quote'. (TeX-inline-preview-internal): Initialize `preview-coding-system' and make process use it. 2005-03-18 David Kastrup <dak@gnu.org> * preview.el (TeX-region-create): Try shutting up the byte compiler at load time. * doc/install.texi: Mention that "the usual procedure" is for site-wide installation. (Advice for package providers): Mention site-start.el. (Advice for non-privileged users): Adapt to new conventions. Some other small changes. * preview.el (TeX-overlay-prioritize): correct stupid typo. (preview-log-error): Pop up run buffer in case of error. 2005-03-17 David Kastrup <dak@gnu.org> * preview.el (tex-site): Require loads of stuff at the beginning: preview.el is supposed to be autoloaded, so we can just load everything that needs to get loaded, anyway. (TeX-overlay-prioritize): alias to "ignore" if not defined elsewhere. This will not set priorities. (eval-when-compile): move out most requires. (preview-place-preview): Use TeX-overlay-prioritize instead of TeX-fold-prioritize. (preview-counter-find): Pass begin in to reduce one compilation error message. (TeX-region-create): Don't preactivate `preview-counter' advice. (preview-reinstate-preview): Rename priority function to `TeX-overlay-prioritize'. (LaTeX-preview-setup): Remove requires. (TeX-region-create): Explicitly activate `preview-preamble' advice even though it is preactivated. 2005-03-16 David Kastrup <dak@gnu.org> * prv-emacs.el: Use the four-argument version of `face-attribute' if it exists. 2005-03-15 David Kastrup <dak@gnu.org> * doc/install.texi (Configure): Be somewhat more verbose. Be explicit about Emacs-only options. * doc/wininstall.texi: Warn against Winzip. Reorganize docs somewhat and clarify about Emacs-only procedures. * doc/preview-latex.texi (Keys and lisp): Document preview-at-point allowing active region. * preview.el (preview-at-point): Remove nonsensical arguments. Instead, allow for an active region. * configure.in: Add `packagelispdir' to quoted Makefile variables. 2005-03-14 David Kastrup <dak@gnu.org> * latex/preview.dtx: Reformat the kaboodle to look nicer. Move \nofiles to auctex option. * latex/README-preview (Note): Mention \nofiles problem. * preview.el (preview-LaTeX-command): Add \nofiles to startup. 2005-03-14 Masayuki Ataka <ataka@milk.freemail.ne.jp> * preview.el (TeX-fold-prioritize): autoload. (preview-place-preview, preview-reinstate-preview): Use it. 2005-03-07 David Kastrup <dak@gnu.org> * preview.el (preview-gs-open): Make better error message for junk left over on PostScript stack, so that we may better pass the buck. 2005-03-05 David Kastrup <dak@gnu.org> * latex/preview.dtx: Fix psfixbb option that must have become illegal at some time accidentally. * doc/install.texi (Loading the package): Explain that preview-latex.el should already be installed in-place. 2005-03-04 David Kastrup <dak@gnu.org> * Organizational: preview-latex development has been moved from <URL:http://sourceforge.net/projects/preview-latex> into the AUCTeX CVS Archive on <URL:http://savannah.gnu.org/projects/auctex>. 2005-03-03 David Kastrup <dak@gnu.org> * Release 0.9

    posted 1680 days ago

  • preview-latex 0.9.1 file released: preview-latex-0.9.1.tar.gz

    2005-04-03 David Kastrup <dak@gnu.org> * Release 0.9.1 * latex/preview.dtx: Don't let negative dimensions into tightpage comment. * doc/macros.texi: Make @previewlatex swallow argument in links. Don't scrap sf declaration. Make it correct in links. * doc/readme.texi (What use is it?): * doc/problems.texi: * doc/install.texi (Top): Work around raisesection bug. * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README) (../FAQ, ../TODO): Remove --no-validate option. (../PROBLEMS): remove --no-validate option, and number sections. * doc/faq.texi: Make validatable top entry. Don't raise sections until after the first chapter. This is insane, but otherwise everything will be unnumbered. * configure.in: Expand `packagelispdir' and `lispdir' before checking for conflicts. 2005-04-02 David Kastrup <dak@gnu.org> * autogen.sh: Remove autom4te.cache * doc/Makefile.in (.PHONY): Add a few targets. * doc/readme.texi (Basic modes of operation): Correct dvipng information. * autogen.sh: make preview-latex.info generation work by passing in PERL default. * README.CVS: Mention that `perl' is needed for autogen.sh, and that `makeinfo' might need to be up to date. * latex/README: Renamed from latex/README-preview. Overhaul availability. * doc/macros.texi: Synchronize to AUCTeX. * Makefile.in (tarball-ready): Remove this target for now: it can't be used consistently really. It is probably better to do just run autogen.sh on a freshly exported archive. * doc/Makefile.in (DISTTEXTS): Targets in parent dir. (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS) (../TODO): New targets instead of targets in current dir. (clean): Don't remove targets in this dir. (maintainer-clean): Remove DISTTEXTS targets. * autogen.sh: Use make for generating distribution texts and also pregenerate the info file. * Makefile.in (emacsprefix): Remove. (.PHONY): Collect phony targets here. (DISTTEXTS): Move to doc/Makefile.in (tarball-ready): Adapt * preview-latex.spec: Change version number. Change directory choice to "xemacs-packages" on fedora. * doc/wininstall.texi: Mention that Perl is not needed if working with the default tarball. * doc/preview-latex.texi: Bump versions numbers, fix copyrights. * doc/readme.texi (Activating preview-latex): Don't talk about half a dozen non-sensical things. (Availability): Change information to match move into AUCTeX. * configure.in: Add check for load-path shadowing. * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in most cases. 2005-04-01 David Kastrup <dak@gnu.org> * doc/faq.texi: Some changes. This thing really is an outdated unmaintained abomination. We need to do something about it at one time. 2005-04-01 Ralf Angeli <angeli@iwi.uni-sb.de> * aclocal.m4 (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting. 2005-04-01 David Kastrup <dak@gnu.org> * RELEASE: rearrange. Mention AUCTeX 11.80 as target. * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing `/.'. (TEX_PATH_TEXMFDIR): search order changed. * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir) (previewdocdir): Use (null) to mask Windows backslashes. * configure.in: Adjust version info. * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output. (EMACS_PROG_EMACS): Check for `emacsprefix'. (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables as second argument. Decompose and compare directory names starting from the back. (EMACS_PATH_PACKAGEDIR): search in several prefixes. (EMACS_PATH_LISPDIR): same. (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath. Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX directories. 2005-03-31 David Kastrup <dak@gnu.org> * configure.in: Don't set prefix if it is not set. * aclocal.m4 (EMACS_PATH_PREFIX): new function. (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before expansion if it is unset. 2005-03-31 jalar <jalar@mai.liu.se> * Makefile.in: * aclocal.m4: Add $emacsprefix 2005-03-31 David Kastrup <dak@gnu.org> * RELEASE: Update release info. 2005-03-30 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (use-hint): Fix spelling. * preview.el (preview-report-bug): Use "preview-" prefix in version information. 2005-03-29 David Kastrup <dak@gnu.org> * configure.in (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH' (should probably also be used on a few other environment variables). Use `AC_SHELL_QUOTIFY' on `GS'. 2005-03-28 David Kastrup <dak@gnu.org> * preview.el (preview): Change home page address to AUCTeX. (preview-report-bug): Change bug reporting address. * doc/readme.texi (Contacts): Change mailing list info. * doc/problems.texi: Change mailing list info. * doc/faq.texi (Introduction to FAQ): Change mailing list address. * preview.el (if): Use (featurep 'xemacs) instead of `(string-match "XEmacs" (emacs-version))'. (preview-at-point): Don't check for XEmacs, just use `TeX-active-mark' instead. 2005-03-24 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (distclean, maintainer-clean, tarball-ready): Delete autom4te.cache in maintainer-clean and tarball-ready targets. 2005-03-24 Jan-Ake Larsson <jalar@mai.liu.se> * doc/Makefile.in: Add *.pdf to clean target and preview-dtxdoc.texi to maintainer-clean 2005-03-23 jalar <jalar@mai.liu.se> * doc/Makefile.in: * Makefile.in: add maintainer-clean target * Makefile.in: add tarball-ready target * configure.in: Add check for perl * doc/Makefile.in: Use the configure-provided $PERL 2005-03-22 David Kastrup <dak@gnu.org> * preview.el (preview-counter-find): Coerce `begin' to integer to work around an Emacs 21.x bug. * Makefile.in (install): Install startup file before docs. * doc/Makefile.in (preview-latex/index.html): Don't ignore exit status of makeinfo (this target is on-demand only, anyway). * doc/preview-dtxdoc.pl: Accept two arguments so that output file will not get clobbered if Perl is not operative. 2005-03-19 David Kastrup <dak@gnu.org> * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable. (preview-buffer-recode-system): Use it. (tex-site, tex, latex): Require them. * prv-emacs.el (tex-site, tex, latex): require them to silence byte compiler. (preview-buffer-recode-system): Compatibility function. Probably not necessary for Emacs. * preview.el (TeX-overlay-prioritize): don't redefine, test for its presence at runtime. Less invasive, less offensive to the byte compiler. (preview-coding-system): New buffer-local variable to indicate the coding system used for processes. (preview-place-preview, preview-reinstate-preview): Use `TeX-overlay-prioritize' only if it exists. (mailcap-extension-to-mime): Use an autoload form instead of `require' at runtime. (preview-format-mml): Use `mailcap-extension-to-mime' directly (preview-error-quote): take coding system of LaTeX process as second argument. (preview-parse-messages): initialize `run-coding-system' from `preview-coding-system'. Use it for calling `preview-error-quote'. (TeX-inline-preview-internal): Initialize `preview-coding-system' and make process use it. 2005-03-18 David Kastrup <dak@gnu.org> * preview.el (TeX-region-create): Try shutting up the byte compiler at load time. * doc/install.texi: Mention that "the usual procedure" is for site-wide installation. (Advice for package providers): Mention site-start.el. (Advice for non-privileged users): Adapt to new conventions. Some other small changes. * preview.el (TeX-overlay-prioritize): correct stupid typo. (preview-log-error): Pop up run buffer in case of error. 2005-03-17 David Kastrup <dak@gnu.org> * preview.el (tex-site): Require loads of stuff at the beginning: preview.el is supposed to be autoloaded, so we can just load everything that needs to get loaded, anyway. (TeX-overlay-prioritize): alias to "ignore" if not defined elsewhere. This will not set priorities. (eval-when-compile): move out most requires. (preview-place-preview): Use TeX-overlay-prioritize instead of TeX-fold-prioritize. (preview-counter-find): Pass begin in to reduce one compilation error message. (TeX-region-create): Don't preactivate `preview-counter' advice. (preview-reinstate-preview): Rename priority function to `TeX-overlay-prioritize'. (LaTeX-preview-setup): Remove requires. (TeX-region-create): Explicitly activate `preview-preamble' advice even though it is preactivated. 2005-03-16 David Kastrup <dak@gnu.org> * prv-emacs.el: Use the four-argument version of `face-attribute' if it exists. 2005-03-15 David Kastrup <dak@gnu.org> * doc/install.texi (Configure): Be somewhat more verbose. Be explicit about Emacs-only options. * doc/wininstall.texi: Warn against Winzip. Reorganize docs somewhat and clarify about Emacs-only procedures. * doc/preview-latex.texi (Keys and lisp): Document preview-at-point allowing active region. * preview.el (preview-at-point): Remove nonsensical arguments. Instead, allow for an active region. * configure.in: Add `packagelispdir' to quoted Makefile variables. 2005-03-14 David Kastrup <dak@gnu.org> * latex/preview.dtx: Reformat the kaboodle to look nicer. Move \nofiles to auctex option. * latex/README-preview (Note): Mention \nofiles problem. * preview.el (preview-LaTeX-command): Add \nofiles to startup. 2005-03-14 Masayuki Ataka <ataka@milk.freemail.ne.jp> * preview.el (TeX-fold-prioritize): autoload. (preview-place-preview, preview-reinstate-preview): Use it. 2005-03-07 David Kastrup <dak@gnu.org> * preview.el (preview-gs-open): Make better error message for junk left over on PostScript stack, so that we may better pass the buck. 2005-03-05 David Kastrup <dak@gnu.org> * latex/preview.dtx: Fix psfixbb option that must have become illegal at some time accidentally. * doc/install.texi (Loading the package): Explain that preview-latex.el should already be installed in-place. 2005-03-04 David Kastrup <dak@gnu.org> * Organizational: preview-latex development has been moved from <URL:http://sourceforge.net/projects/preview-latex> into the AUCTeX CVS Archive on <URL:http://savannah.gnu.org/projects/auctex>. 2005-03-03 David Kastrup <dak@gnu.org> * Release 0.9

    posted 1680 days ago

  • preview-latex 0.9.1 file released: preview-latex-0.9.1-1.fedora.src.rpm

    2005-04-03 David Kastrup <dak@gnu.org> * Release 0.9.1 * latex/preview.dtx: Don't let negative dimensions into tightpage comment. * doc/macros.texi: Make @previewlatex swallow argument in links. Don't scrap sf declaration. Make it correct in links. * doc/readme.texi (What use is it?): * doc/problems.texi: * doc/install.texi (Top): Work around raisesection bug. * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README) (../FAQ, ../TODO): Remove --no-validate option. (../PROBLEMS): remove --no-validate option, and number sections. * doc/faq.texi: Make validatable top entry. Don't raise sections until after the first chapter. This is insane, but otherwise everything will be unnumbered. * configure.in: Expand `packagelispdir' and `lispdir' before checking for conflicts. 2005-04-02 David Kastrup <dak@gnu.org> * autogen.sh: Remove autom4te.cache * doc/Makefile.in (.PHONY): Add a few targets. * doc/readme.texi (Basic modes of operation): Correct dvipng information. * autogen.sh: make preview-latex.info generation work by passing in PERL default. * README.CVS: Mention that `perl' is needed for autogen.sh, and that `makeinfo' might need to be up to date. * latex/README: Renamed from latex/README-preview. Overhaul availability. * doc/macros.texi: Synchronize to AUCTeX. * Makefile.in (tarball-ready): Remove this target for now: it can't be used consistently really. It is probably better to do just run autogen.sh on a freshly exported archive. * doc/Makefile.in (DISTTEXTS): Targets in parent dir. (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS) (../TODO): New targets instead of targets in current dir. (clean): Don't remove targets in this dir. (maintainer-clean): Remove DISTTEXTS targets. * autogen.sh: Use make for generating distribution texts and also pregenerate the info file. * Makefile.in (emacsprefix): Remove. (.PHONY): Collect phony targets here. (DISTTEXTS): Move to doc/Makefile.in (tarball-ready): Adapt * preview-latex.spec: Change version number. Change directory choice to "xemacs-packages" on fedora. * doc/wininstall.texi: Mention that Perl is not needed if working with the default tarball. * doc/preview-latex.texi: Bump versions numbers, fix copyrights. * doc/readme.texi (Activating preview-latex): Don't talk about half a dozen non-sensical things. (Availability): Change information to match move into AUCTeX. * configure.in: Add check for load-path shadowing. * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in most cases. 2005-04-01 David Kastrup <dak@gnu.org> * doc/faq.texi: Some changes. This thing really is an outdated unmaintained abomination. We need to do something about it at one time. 2005-04-01 Ralf Angeli <angeli@iwi.uni-sb.de> * aclocal.m4 (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting. 2005-04-01 David Kastrup <dak@gnu.org> * RELEASE: rearrange. Mention AUCTeX 11.80 as target. * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing `/.'. (TEX_PATH_TEXMFDIR): search order changed. * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir) (previewdocdir): Use (null) to mask Windows backslashes. * configure.in: Adjust version info. * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output. (EMACS_PROG_EMACS): Check for `emacsprefix'. (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables as second argument. Decompose and compare directory names starting from the back. (EMACS_PATH_PACKAGEDIR): search in several prefixes. (EMACS_PATH_LISPDIR): same. (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath. Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX directories. 2005-03-31 David Kastrup <dak@gnu.org> * configure.in: Don't set prefix if it is not set. * aclocal.m4 (EMACS_PATH_PREFIX): new function. (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before expansion if it is unset. 2005-03-31 jalar <jalar@mai.liu.se> * Makefile.in: * aclocal.m4: Add $emacsprefix 2005-03-31 David Kastrup <dak@gnu.org> * RELEASE: Update release info. 2005-03-30 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (use-hint): Fix spelling. * preview.el (preview-report-bug): Use "preview-" prefix in version information. 2005-03-29 David Kastrup <dak@gnu.org> * configure.in (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH' (should probably also be used on a few other environment variables). Use `AC_SHELL_QUOTIFY' on `GS'. 2005-03-28 David Kastrup <dak@gnu.org> * preview.el (preview): Change home page address to AUCTeX. (preview-report-bug): Change bug reporting address. * doc/readme.texi (Contacts): Change mailing list info. * doc/problems.texi: Change mailing list info. * doc/faq.texi (Introduction to FAQ): Change mailing list address. * preview.el (if): Use (featurep 'xemacs) instead of `(string-match "XEmacs" (emacs-version))'. (preview-at-point): Don't check for XEmacs, just use `TeX-active-mark' instead. 2005-03-24 Ralf Angeli <angeli@iwi.uni-sb.de> * Makefile.in (distclean, maintainer-clean, tarball-ready): Delete autom4te.cache in maintainer-clean and tarball-ready targets. 2005-03-24 Jan-Ake Larsson <jalar@mai.liu.se> * doc/Makefile.in: Add *.pdf to clean target and preview-dtxdoc.texi to maintainer-clean 2005-03-23 jalar <jalar@mai.liu.se> * doc/Makefile.in: * Makefile.in: add maintainer-clean target * Makefile.in: add tarball-ready target * configure.in: Add check for perl * doc/Makefile.in: Use the configure-provided $PERL 2005-03-22 David Kastrup <dak@gnu.org> * preview.el (preview-counter-find): Coerce `begin' to integer to work around an Emacs 21.x bug. * Makefile.in (install): Install startup file before docs. * doc/Makefile.in (preview-latex/index.html): Don't ignore exit status of makeinfo (this target is on-demand only, anyway). * doc/preview-dtxdoc.pl: Accept two arguments so that output file will not get clobbered if Perl is not operative. 2005-03-19 David Kastrup <dak@gnu.org> * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable. (preview-buffer-recode-system): Use it. (tex-site, tex, latex): Require them. * prv-emacs.el (tex-site, tex, latex): require them to silence byte compiler. (preview-buffer-recode-system): Compatibility function. Probably not necessary for Emacs. * preview.el (TeX-overlay-prioritize): don't redefine, test for its presence at runtime. Less invasive, less offensive to the byte compiler. (preview-coding-system): New buffer-local variable to indicate the coding system used for processes. (preview-place-preview, preview-reinstate-preview): Use `TeX-overlay-prioritize' only if it exists. (mailcap-extension-to-mime): Use an autoload form instead of `require' at runtime. (preview-format-mml): Use `mailcap-extension-to-mime' directly (preview-error-quote): take coding system of LaTeX process as second argument. (preview-parse-messages): initialize `run-coding-system' from `preview-coding-system'. Use it for calling `preview-error-quote'. (TeX-inline-preview-internal): Initialize `preview-coding-system' and make process use it. 2005-03-18 David Kastrup <dak@gnu.org> * preview.el (TeX-region-create): Try shutting up the byte compiler at load time. * doc/install.texi: Mention that "the usual procedure" is for site-wide installation. (Advice for package providers): Mention site-start.el. (Advice for non-privileged users): Adapt to new conventions. Some other small changes. * preview.el (TeX-overlay-prioritize): correct stupid typo. (preview-log-error): Pop up run buffer in case of error. 2005-03-17 David Kastrup <dak@gnu.org> * preview.el (tex-site): Require loads of stuff at the beginning: preview.el is supposed to be autoloaded, so we can just load everything that needs to get loaded, anyway. (TeX-overlay-prioritize): alias to "ignore" if not defined elsewhere. This will not set priorities. (eval-when-compile): move out most requires. (preview-place-preview): Use TeX-overlay-prioritize instead of TeX-fold-prioritize. (preview-counter-find): Pass begin in to reduce one compilation error message. (TeX-region-create): Don't preactivate `preview-counter' advice. (preview-reinstate-preview): Rename priority function to `TeX-overlay-prioritize'. (LaTeX-preview-setup): Remove requires. (TeX-region-create): Explicitly activate `preview-preamble' advice even though it is preactivated. 2005-03-16 David Kastrup <dak@gnu.org> * prv-emacs.el: Use the four-argument version of `face-attribute' if it exists. 2005-03-15 David Kastrup <dak@gnu.org> * doc/install.texi (Configure): Be somewhat more verbose. Be explicit about Emacs-only options. * doc/wininstall.texi: Warn against Winzip. Reorganize docs somewhat and clarify about Emacs-only procedures. * doc/preview-latex.texi (Keys and lisp): Document preview-at-point allowing active region. * preview.el (preview-at-point): Remove nonsensical arguments. Instead, allow for an active region. * configure.in: Add `packagelispdir' to quoted Makefile variables. 2005-03-14 David Kastrup <dak@gnu.org> * latex/preview.dtx: Reformat the kaboodle to look nicer. Move \nofiles to auctex option. * latex/README-preview (Note): Mention \nofiles problem. * preview.el (preview-LaTeX-command): Add \nofiles to startup. 2005-03-14 Masayuki Ataka <ataka@milk.freemail.ne.jp> * preview.el (TeX-fold-prioritize): autoload. (preview-place-preview, preview-reinstate-preview): Use it. 2005-03-07 David Kastrup <dak@gnu.org> * preview.el (preview-gs-open): Make better error message for junk left over on PostScript stack, so that we may better pass the buck. 2005-03-05 David Kastrup <dak@gnu.org> * latex/preview.dtx: Fix psfixbb option that must have become illegal at some time accidentally. * doc/install.texi (Loading the package): Explain that preview-latex.el should already be installed in-place. 2005-03-04 David Kastrup <dak@gnu.org> * Organizational: preview-latex development has been moved from <URL:http://sourceforge.net/projects/preview-latex> into the AUCTeX CVS Archive on <URL:http://savannah.gnu.org/projects/auctex>. 2005-03-03 David Kastrup <dak@gnu.org> * Release 0.9

    posted 1680 days ago

  • File released: /preview-latex/0.9.1/preview-latex-0.9.1-1.fedora.src.rpm

    posted 1680 days ago

  • File released: /preview-latex/0.9.1/preview-latex-xemacs-0.9.1-1.fedora.noarch.rpm

    posted 1680 days ago

  • File released: /preview-latex/0.9.1/preview-latex-emacs-0.9.1-1.fedora.noarch.rpm

    posted 1680 days ago

  • File released: /preview-latex/0.9.1/preview-latex-common-0.9.1-1.fedora.noarch.rpm

    posted 1680 days ago

  • File released: /preview-latex/0.9.1/preview-latex-0.9.1.tar.gz

    posted 1680 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Emacs/LaTeX inline Preview Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review