unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Lee <pete_lee@swbell.net>
Subject: Re: LaTex on windows
Date: Mon, 23 Jun 2003 19:58:21 GMT	[thread overview]
Message-ID: <uvfuwwopv.fsf@swbell.net> (raw)
In-Reply-To: mailman.8484.1056389918.21513.help-gnu-emacs@gnu.org

>>>> Marcus Frings writes:

    Marcus> I would suggest that you install MikTeX and AUC TeX by
    Marcus> following this instruction
    Marcus> <http://www.math.auc.dk/~dethlef/Tips/> and then use
    Marcus> MikTeX's DVI-viewer.

I took your suggestion and went this route.  I installed auctex
11.13, and the latest version of miktex.  I found a sample tex doc and
created a file called test.ltx and copied it in there.

It looks like this:

    \documentclass[a4paper,12pt]{article}
    \begin{document}

    The foundations of the rigorous study of \emph{analysis}
    were laid in the nineteenth century, notably by the
    mathematicians Cauchy and Weierstrass. Central to the
    study of this subject are the formal definitions of
    \emph{limits} and \emph{continuity}.

    Let $D$ be a subset of $\bf R$ and let
    $f \colon D \to \mathbf{R}$ be a real-valued function on
    $D$. The function $f$ is said to be \emph{continuous} on
    $D$ if, for all $\epsilon > 0$ and for all $x \in D$,
    there exists some $\delta > 0$ (which may depend on $x$)
    such that if $y \in D$ satisfies
    \[ |y - x| < \delta \]
    then
    \[ |f(y) - f(x)| < \epsilon. \]

    One may readily verify that if $f$ and $g$ are continuous
    functions on $D$ then the functions $f+g$, $f-g$ and
    $f.g$ are continuous. If in addition $g$ is everywhere
    non-zero then $f/g$ is continuous.

    \end{document}

I compiled (C-c C-c) and then viewed the results (C-c C-l) which was:

    Running `LaTeX' on `test' with ``latex --src-specials \nonstopmode\input{test.ltx}''
    This is TeX, Version 3.141592 (MiKTeX 2.3)
    ! I can't find file `nonstopmodeinput{test.ltx}'.
    <*> nonstopmodeinput{test.ltx}
                                  
    Please type another input file name: 


My emacs with respect to auctex looks like this:

    (add-to-list 'Info-default-directory-list "e:/packages/auctex-11.13/doc/")
    (setq load-path (cons "e:/packages/auctex-11.13" load-path))
    (require 'tex-site)
    (autoload 'reftex-mode     "reftex" "RefTeX Minor Mode" t)
    (autoload 'turn-on-reftex  "reftex" "RefTeX Minor Mode" nil)
    (autoload 'reftex-citation "reftex-cite" "Make citation" nil)
    (autoload 'reftex-index-phrase-mode "reftex-index" "Phrase mode" t)
    (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode
    (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode

Any ideas?  Even if this were to compile I haven't specified yet what
viewer to use as I didn't see where in the auctex customize area.

Thanks again.

  parent reply	other threads:[~2003-06-23 19:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-23 16:26 LaTex on windows Peter Lee
2003-06-23 17:14 ` Eli Zaretskii
2003-06-23 17:29 ` Marcus Frings
     [not found] ` <mailman.8484.1056389918.21513.help-gnu-emacs@gnu.org>
2003-06-23 17:57   ` Peter Lee
2003-06-23 20:09     ` Bijan Soleymani
2003-06-23 19:58   ` Peter Lee [this message]
2003-06-25 19:42     ` David Kastrup
  -- strict thread matches above, loose matches on Subject: below --
2003-06-24  6:56 Urban Gabor

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=uvfuwwopv.fsf@swbell.net \
    --to=pete_lee@swbell.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).