Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Sun, 25 May 2003 14:38:15 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Alex Vinokur cc: Randall R Schulz , Subject: Re: Writing mathematical formulas In-Reply-To: <5.2.1.1.2.20030525082948.03916a40@pop.sonic.net> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 25 May 2003, Randall R Schulz wrote: > Alex, > > At 08:28 2003-05-25, Alex Vinokur wrote: > > >"Randall R Schulz" wrote in message news:5 DOT 2 DOT 1 DOT 1 DOT 2 DOT 20030524222126 DOT 03930a78 AT pop DOT sonic DOT net... > > > Alex, > > > > > > There is a complete TeX package available under Cygwin. > > > Randall Schulz > > > >Thanks. > > > >I worked with Microsoft Equation 3.0 in Word. > >But I have never worked with TeX package. > > > >I have read man tex. However I need any sample of invocation and using tex. > >For instance, how to create that : > >news://news.gmane.org/baqlq2$6vr$1 AT main DOT gmane DOT org ? > > You'll never learn TeX from the man page. That'll only tell you how to > invoke the tools. I think it's fair to say the TeX document preparation > is an art. Certainly a skill, and not one easily come by, for the most > part. And certainly WYSIWYG it ain't! (Though for all I know there are > WYSIWYG front-ends for synthesizing TeX equations.) > > There's tutorial information out there, but I'm not qualified to make > suggestions. Search the net. > > > > At 21:28 2003-05-24, Alex Vinokur wrote: > > > >Does Cygwin contains any tool for writing mathematical formulas > > > >(without using Word Equation Editor) ? > > > > Alex Vinokur > > Randall Schulz Alex, There are plenty of tutorials available on-line. I would recommend , which contains plenty of links to tutorials, references, etc. You could also search Google for "LaTeX math formulas" if you need help specifically on that. I'm not aware of any WYSIWYG tools working under Cygwin (LyX is one, but I don't think it's actually ported). OTOH, the LaTeX math interface is *very* intuitive. For example, the message you cited would be produced by something like this: \documentclass{article} \begin{document} This is an example of integrals. $\int \sqrt{a - bx} \; dx$ $t = a - bx$; $dt = -b \; dx$ $dx = -\frac{dt}{b}$ P.S. $a = k^3$ Thanks. \end{document} Just install TeTeX, cut/paste the above (from \documentclass{article} to \end{document}) into a file called "aaa.tex", and run "latex aaa.tex; dvips aaa.dvi". You can then view the above with GhostView. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/