all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: help-gnu-emacs@gnu.org
Subject: Re: LaTeX on Emacs
Date: Fri, 7 Sep 2007 22:36:52 +0200	[thread overview]
Message-ID: <20070907203652.GM8713@relwi.unibe.ch> (raw)
In-Reply-To: <1DF25A76-32EA-4507-B975-41C3A5DE3467@mac.com>


[-- Attachment #1.1: Type: text/plain, Size: 2492 bytes --]

Hello

Your question is not completely clear to me. I take it that you have
just recently heard of LaTeX and you don't know exactly what it is.

On Fri, Sep 07, 2007 at 03:45:05PM -0400, trajan wrote:
> Hello,
> 
>    Wanted to post a LaTeX-related question.  Is LaTex part
> of the Emacs application or package?

No they are separate. LaTeX is a program, or better a complex set of
programs, completely running in a terminal. What it does, is compiling
a specially prepared clear-text source file what produces a nicely
typeset and printable output file (e.g. a pdf file). The source file
is written in a special markup language looking somewhat similar to
html.

Here Emacs comes into play. In fact, it doesn't matter which editor is
used to write the input file. You can even write it in MS-Word if you
are a masochist and as long as you save the file in clear text. But
it's better to use an editor which offers special functions for LaTeX.
The editor also should have a proper syntax highlighting in order to
distinguish between actual text (i.e. what you want to say) and LaTeX
code (i.e. what you want it to look like) in your source file more
easily. Emacs is, to my knowledge, the most powerful tool to do that.

> If not, can it be after installing and configuring?  I'm running
> Emacs v.21 on a Mac OS Terminal window.  Any information is
> appreciated.  Thanks.

What you have to do, is downloading a TeX distribution for Mac from a
CTAN repository near your place. Just google for "texlive mac
download". TeXLive is the distribution mostly used today (I
think). TeTeX is another distribution that is still widely in use (but
will be outdated in the near future). Both are available for Mac.

As far as I know, there is nothing special to be configured, if you
install (La)TeX on a system that has Emacs already installed. Emacs
reads the necessary information from the shell variables and finds the
binaries accordingly (I may be wrong with this explanation, anyway). 

Emacs switches to the LaTeX mode as soon as you open a file 
ending in .tex. To find out what is the best way to use Emacs for
LaTeX files, please refer to
http://www.emacswiki.org/cgi-bin/wiki/AUCTeX.

You still have to learn what a LaTeX source file has to look
like. There are many tutorials for beginners on the web. Best way
might be to start with Wikipedia.

I hope that I didn't misunderstand you and that this was helpful. 

Greetings,

Sven


[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2007-09-07 20:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07 19:45 LaTeX on Emacs trajan
2007-09-07 20:36 ` Sven Bretfeld [this message]
2007-09-07 20:37 ` Peter Dyballa
     [not found] <mailman.470.1189194315.18990.help-gnu-emacs@gnu.org>
2007-09-07 20:01 ` Joel J. Adamson
2007-09-07 20:13 ` Maarten Bergvelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070907203652.GM8713@relwi.unibe.ch \
    --to=sven.bretfeld@gmx.ch \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.