Download and Install auctex version 11.83 on Mac OS X
Monday the 6th of October, 2008

    version 11.83

      View the most recent changes for the auctex port at: auctex.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for auctex.
      The raw portfile for auctex 11.83 is located here:
      http://auctex.darwinports.com/dports/editors/auctex/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/auctex
      Google
      Web Darwinports.com



      # $Id: Portfile 37205 2008-05-29 20:19:11Z jmr macports.org $

      PortSystem 1.0

      Name: auctex
      Version: 11.83
      Category: editors print
      Maintainers: reilles loria.fr openmaintainer
      Description: A major emacs mode for editing TeX files.
      Long Description: AUCTeX is an extensible package for writing and formatting TeX files in GNU Emacs and XEmacs. It supports many different TeX macro packages, including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX.

      Platform: darwin
      Homepage: http://www.gnu.org/software/auctex/
      master_sites gnu

      checksums md5 19480487036f602841507c0e151674c2

      # We want emacs from DP since this will install stuff in emacs'
      # site-lisp and we want it to go into ${prefix}'s site-lisp.
      depends_lib port:emacs
      depends_run bin:tex:texlive

      Variant: emacs_devel description {Depend on emacs-devel instead of emacs} {
      depends_lib-append port:emacs-devel
      depends_lib-delete port:emacs
      }

      configure.args --with-lispdir=${prefix}/share/emacs/site-lisp --with-auto-dir=${prefix}/share/emacs/site-lisp/auctex/auto --infodir=${prefix}/share/info --mandir=${prefix}/share/man

      post-activate {
      ui_msg "To use this, put the following into your ~/.emacs:"
      ui_msg "(require 'tex-site)"
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/auctex
      % sudo port install auctex
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching auctex
      ---> Verifying checksum for auctex
      ---> Extracting auctex
      ---> Configuring auctex
      ---> Building auctex with target all
      ---> Staging auctex into destroot
      ---> Installing auctex
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using auctex with these commands:
      %  man auctex
      % apropos auctex
      % which auctex
      % locate auctex

     Where to find more information:

    Darwin Ports



    Lightbox this page.