Hi, everyone After I tried a lot methods to solve my problem, I found that the previous installation of ghostscript was wrong. There is a autogen.sh file. So we should not execute ./configure, but ./autogen.sh. Then everything is OK!
In conclusion, the correct installation steps are as follows: 1. install the latest version'' MacTex.pkg'' in /Applications 2. install Emacs-24.2.dmg in /Applications 3. install Auctex-11.86 first, go to the Auctex directory, configure with the command: ./configure --with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs --with-lispdir=/Applications/Emacs.app/Contents/Resources/site-lisp --with-texmf-dir=/usr/local/texlive/texmf-local second, execute: make; sudo make install 4. install ghostscript-9.06: ./autogen.sh; make ; sudo make install. That's all. Thank you for your attention! Best wishes, Linghui Zeng On Tue, Nov 27, 2012 at 6:00 PM, <[email protected]> wrote: > Send bug-auctex mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/bug-auctex > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of bug-auctex digest..." > > > Today's Topics: > > 1. Re: preview doesn't work well (Stefan Husmann) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 26 Nov 2012 20:45:27 +0100 > From: Stefan Husmann <[email protected]> > To: [email protected] > Subject: Re: [Bug-AUCTeX] preview doesn't work well > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Am 26.11.2012 13:15, schrieb Linghui Zeng: > > Hi, everyone > > > > My preview doesn't work well. When I start with ''C-c C-p C-s'', my tex > > file shows as follows: > > > > [image: Inline image 1] > > > > I do not know why it shows like this. Let me introduce my computer > > information and installation steps. > > > > My computer: MacBook Pro > > > > Installation steps: > > 1. install the latest version'' MacTex.pkg'' in /Applications > > 2. install Emacs-24.2.dmg in /Applications > > 3. install Auctex-11.86 > > first, go to the Auctex directory, configure with the command: > > ./configure --with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs > > --with-lispdir=/Applications/Emacs.app/Contents/Resources/site-lisp > > --with-texmf-dir=/usr/local/texlive/texmf-local > > second, execute: make; sudo make install > > 4. install ghostscript-9.06: First try: ./configure; make ; sudo make > > install Second try: make; sudo make install > > > > That's all! > > > > I don't know the reason for my wrong preview. If some nice guys know, > > please tell me! Thank you very much! > > > > Best wishes, > > Linghui > > > > > > > > _______________________________________________ > > bug-auctex mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/bug-auctex > I think you need auctex build from cvs-sources. > > Btw. what are the plans for a new release of auctex? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.gnu.org/archive/html/bug-auctex/attachments/20121126/eb09df52/attachment.html > > > > ------------------------------ > > _______________________________________________ > bug-auctex mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-auctex > > > End of bug-auctex Digest, Vol 92, Issue 3 > ***************************************** >
_______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
