diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 10:02:03 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 10:02:03 +0000 |
commit | 6df38ddd5c8e9361e158d3a0d53a2a234e40f9c2 (patch) | |
tree | 420941ccd9398f46f742aeb79a19bc0385743af3 /print/auctex/PLIST | |
parent | b7797ef31ab12e7a72dd7cc84e274e91469b3760 (diff) | |
download | pkgsrc-6df38ddd5c8e9361e158d3a0d53a2a234e40f9c2.tar.gz |
Update to 11.13.
Changes since 11.11 from the ChangeLog:
* Makefile (STYLESRC): Add style/scrlttr2.el
* style/scrbase.el: Added optional Argument "Pagenumber" to
\maketitle. Changed \textsubscript from `t' to "Text".
* style/scrlttr2.el: Initial version.
* style/scrbase.el: Added additional clearpage commands:
\cleardoublestandardpage \cleardoubleplainpage and
\cleardoubleemptypage
(LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
environments, and 41 LaTeX2e commands.
* Makefile (STYLESRC): Add compilation targets for Komascript
support.
* Check in Komascript support by Mark Trettin. See below.
* scrbase.el:
First attempt on implementing the `captionbeside'-Environment. I'm not
really satisfied by now.
* scrreprt.el, scrbook.el: Reformatted code.
* scrbase.el:
Changed `uppertitleback', `lowertitleback' from asking to just `t'
* scrbase.el:
Changed `addpart', `addsec' and `minisec' from Macro to sectioning
command.
* tex-buf.el (TeX-parse-TeX): Make subordinate files without
major mode default to that of the calling file when doing error
processing.
* tex.el (TeX-master-file): Don't make C-c ` bomb out in files
like xxx.gls. Probably a more elaborate way would be to export
the TeX-master variable into files visited by error parsing.
Could be incorrect, however, if more than one file included them.
* latex.el (LaTeX-common-initialization): Set
`fill-paragraph-function'.
(LaTeX-mode-map): Don't bind M-q.
Suggested by Nils Klarlund <klarlund@research.att.com>.
Diffstat (limited to 'print/auctex/PLIST')
-rw-r--r-- | print/auctex/PLIST | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/print/auctex/PLIST b/print/auctex/PLIST index 6c068a32919..c5e76d7cc5f 100644 --- a/print/auctex/PLIST +++ b/print/auctex/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2002/09/16 03:31:26 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/11 10:02:03 uebayasi Exp $ @unexec ${INSTALL_INFO} --delete --info-dir=%D/${INFODIR} %D/${INFODIR}/auctex ${INFODIR}/auctex ${INFODIR}/auctex-1 ${INFODIR}/auctex-2 ${INFODIR}/auctex-3 @exec ${INSTALL_INFO} --info-dir=%D/${INFODIR} %D/${INFODIR}/auctex +share/examples/auctex/tex-site.el ${EMACS_LISPPREFIX}/auctex/auc-old.el ${EMACS_LISPPREFIX}/auctex/auc-old.elc ${EMACS_LISPPREFIX}/auctex/bib-cite.el @@ -98,6 +99,16 @@ ${EMACS_LISPPREFIX}/auctex/style/psfig.el ${EMACS_LISPPREFIX}/auctex/style/psfig.elc ${EMACS_LISPPREFIX}/auctex/style/report.el ${EMACS_LISPPREFIX}/auctex/style/report.elc +${EMACS_LISPPREFIX}/auctex/style/scrartcl.el +${EMACS_LISPPREFIX}/auctex/style/scrartcl.elc +${EMACS_LISPPREFIX}/auctex/style/scrbase.el +${EMACS_LISPPREFIX}/auctex/style/scrbase.elc +${EMACS_LISPPREFIX}/auctex/style/scrbook.el +${EMACS_LISPPREFIX}/auctex/style/scrbook.elc +${EMACS_LISPPREFIX}/auctex/style/scrlttr2.el +${EMACS_LISPPREFIX}/auctex/style/scrlttr2.elc +${EMACS_LISPPREFIX}/auctex/style/scrreprt.el +${EMACS_LISPPREFIX}/auctex/style/scrreprt.elc ${EMACS_LISPPREFIX}/auctex/style/slides.el ${EMACS_LISPPREFIX}/auctex/style/slides.elc ${EMACS_LISPPREFIX}/auctex/style/slovak.el @@ -115,10 +126,10 @@ ${EMACS_LISPPREFIX}/auctex/tex-buf.elc ${EMACS_LISPPREFIX}/auctex/tex-info.el ${EMACS_LISPPREFIX}/auctex/tex-info.elc ${EMACS_LISPPREFIX}/auctex/tex-jp.el -${EMACS_LISPPREFIX}/auctex/tex-site.el.dist ${EMACS_LISPPREFIX}/auctex/tex.el ${EMACS_LISPPREFIX}/auctex/tex.elc ${EMACS_LISPPREFIX}/auctex/texmathp.el ${EMACS_LISPPREFIX}/auctex/texmathp.elc @dirrm ${EMACS_LISPPREFIX}/auctex/style -@exec ${RMDIR} %D/${EMACS_LISPPREFIX}/auctex || ${TRUE} +@dirrm ${EMACS_LISPPREFIX}/auctex +@dirrm share/examples/auctex |