|
[Date Index]
[Thread Index]
[Author Index]
Re: How to create Tex documents
- To: mathgroup at smc.vnet.net
- Subject: [mg24513] Re: How to create Tex documents
- From: Daniel Duque Campayo <campayo at phys.washington.edu>
- Date: Thu, 20 Jul 2000 03:01:49 -0400 (EDT)
- Organization: University of Washington
- References: <8l3f27$krl@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Oliver Tonn wrote:
>
> Hi,
>
> I'm a student and I use Mathematica 4.0 for creating function plots. I also
> use MikTex 1.2e.
> I now want to create Tex files with Mathematica and compile them with
> MikTex,...
The way many people do this in UNIX is:
a) create a Mathematica postcript file with: Display["tmp.mps", %1]
b) transfer tmp.mps to a regular ps file with psfix, a program that
comes with the Mathematica: psfix < tmp.mps > tmp.ps [after this step,
you can use ghostview to display them]
c) include the resulting ps file in your TeX file with the usual methods
(includegraphics, epsfig..., documentation about them comes with the TeX
distribution).
I guess the method must be very similar in your case. I think I read
about all this in the Mathematica Handbook.
There's also a TeXForm command you can be interested in, for formulae.
Regards,
Dani
--
Daniel Duque
Dpt. of Physics
University of Washington
Seattle, WA 98195, USA
Prev by Date:
Re: 12-bit Tiffs importable?
Next by Date:
Re: Wrong plot size
Previous by thread:
Re: How to create Tex documents
Next by thread:
Re: How to create Tex documents
|