Go to file
Arash Esbati 2d271c9060 Merge remote-tracking branch 'origin/master' 2024-05-27 21:07:34 +02:00
admin ; * admin/release-process.org: Fix typos 2023-10-23 23:50:11 +09:00
build-aux Update URLs further 2018-05-09 15:18:22 +09:00
doc ; * doc/changes.texi: Fix typo. 2024-05-25 00:46:05 +09:00
etc Add AUCTeX Logo 2017-01-12 00:13:14 +01:00
images Move preview/ to top-level. 2014-11-27 16:43:29 +01:00
latex Add separate "elpa" make target; make all now also compiles 2024-04-23 09:38:58 +02:00
style ; Fix docstring and comment 2024-05-27 21:00:37 +02:00
tests Fix and enhance pseudo-parent mode facility (bug#69069) 2024-02-16 22:43:31 +09:00
.dir-locals.el * .dir-locals.el: Catch up with Emacs' .dir-locals. 2024-04-14 15:27:16 +02:00
.elpaignore Adjust .elpaignore, .gitignore, and README.git 2024-04-23 17:48:53 +02:00
.gitignore Adjust .elpaignore, .gitignore, and README.git 2024-04-23 17:48:53 +02:00
COPYING ; Fix some documentations 2022-01-15 17:37:14 +09:00
ChangeLog-preview ; Release_13.3 2024-01-17 14:55:20 +00:00
ChangeLog-preview.1 Make ChangeLog UTF-8 2016-05-22 09:11:10 +02:00
ChangeLog.1 Merge remote-tracking branch 'origin/master' into externals/auctex 2024-01-18 10:23:20 +01:00
GNUmakefile Tune byte compile condition 2024-05-25 15:52:03 +09:00
NEWS.org ; * NEWS.org: Update the file. 2024-05-27 21:04:49 +02:00
README.GIT Adjust .elpaignore, .gitignore, and README.git 2024-04-23 17:48:53 +02:00
RELEASE Lift required GNU Emacs version to 27.1 2024-01-18 21:18:39 +01:00
aclocal.m4 Fix `autoconf` warnings 2022-08-18 09:28:58 +02:00
auctex.el * auctex.el: Fix Commentary section. 2024-05-19 11:52:52 +02:00
autogen.sh Use commit date to determine package date 2016-05-09 22:26:06 +02:00
bib-cite.el Support indirect buffer 2024-04-26 01:05:53 +09:00
circ.tex Move preview/ to top-level. 2014-11-27 16:43:29 +01:00
configure.ac Lift required GNU Emacs version to 27.1 2024-01-18 21:18:39 +01:00
context-en.el Delete ConTeXt-xx-mode experimentally 2023-09-19 22:56:10 +09:00
context-nl.el Delete ConTeXt-xx-mode experimentally 2023-09-19 22:56:10 +09:00
context.el Improve paragraph commands management for ConTeXt mode (bug#70811) 2024-05-14 20:29:35 +09:00
font-latex.el Make opt. args more resilient against color bleeds 2024-05-27 17:22:55 +02:00
install-sh Replace `#/bin/sh' with `:' as this should be more 2005-06-08 23:02:03 +00:00
latex-flymake.el Add new custom option `LaTeX-flymake-chktex-options' 2024-03-12 07:36:13 +01:00
latex.el ; Fix docstring and comment 2024-05-27 21:00:37 +02:00
lpath.el Tune byte compile condition 2024-05-25 15:52:03 +09:00
mkinstalldirs * doc/wininstall.texi: Change line endings blurb. Write drive: 2005-06-08 22:54:02 +00:00
multi-prompt.el Pacify compiler warning 2023-01-25 09:15:07 +01:00
plain-tex.el Silence the compiler for the "main" branch 2024-04-25 23:52:09 +02:00
preview.el Merge remote-tracking branch 'origin/master' 2024-05-06 15:28:58 +02:00
tex-bar.el Commit for LaTeX mode and docTeX mode 2023-05-05 15:40:41 +09:00
tex-fold.el Expand default auto-reveal options 2024-05-04 21:39:16 +02:00
tex-font.el Activate lexical-binding everywhere 2021-03-23 13:53:42 -04:00
tex-info.el Support indirect buffer 2024-04-26 01:05:53 +09:00
tex-ispell.el Support starred version of VerbatimInput macros 2024-01-28 14:21:46 +01:00
tex-jp.el Fix and enhance pseudo-parent mode facility (bug#69069) 2024-02-16 22:43:31 +09:00
tex-mik.el Activate lexical-binding everywhere 2021-03-23 13:53:42 -04:00
tex-site.el.in Merge remote-tracking branch 'origin/master' into externals/auctex 2024-02-09 17:11:32 +01:00
tex-style.el ; Replace keyword wp with text 2024-01-23 09:10:50 +01:00
tex-wizard.el ; Replace keyword wp with text 2024-01-23 09:10:50 +01:00
tex.el ; Checkdoc improvements 2024-05-24 09:48:46 +02:00
texmathp.el Improve usage of texmathp.el outside AUCTeX 2024-03-11 11:23:08 +01:00
toolbar-x.el Support indirect buffer 2024-04-26 01:05:53 +09:00

README.GIT

Organization of the repository
******************************

This repository has currently three branches:

   * 'main': the main branch of development of AUCTeX;

   * 'master': the old main branch of development of AUCTeX; not used
     anymore;

   * 'simplify-TeX-parse-error': a feature branch for improving parsing
      of TeX logs;

   * 'gendocspatch': keeps a patch to build on-line manuals and is
     intended to be used only by AUCTeX maintainers.  Unless you are one
     of them and know how to handle it, you really do not want to pull
     this branch as it will be rebased frequently.

Installation information
************************

If you retrieved AUCTeX via Git instead of as a regular release, there
are some files that need to be generated from their respective source
files before you can continue reasonably with the instructions
detailed in the README and INSTALL files (which will not be present
otherwise).

Run "make" in order to do that.  This will also generate the respective
files for the preview subsystem.

You will need to have a working and rather current copy of `makeinfo',
`autoconf' and of `perl'.