Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Resources > LaTex Help
Closed Thread
 
Thread Tools Display Modes
  #91  
Old August 2nd, 2007, 03:09 PM
tukeywilliams's Avatar
Senior Member
 
Join Date: Mar 2007
Posts: 307
Country:
Thanks: 49
Thanked 106 Times in 95 Posts
tukeywilliams will become famous soon enoughtukeywilliams will become famous soon enough
Default Free Templates?

Do you know of any free LaTeX source code that you can modify (i.e. LaTeX source code of math lecture notes)?
Advertisement
 
  #92  
Old August 2nd, 2007, 03:20 PM
MHF Contributor

 
Join Date: Aug 2006
Posts: 6,715
Thanks: 68
Thanked 2,485 Times in 2,279 Posts
Plato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond repute
Default

This may not be what you have asked about at all.
But if you Windows, this is a free TeX editor: MathType: Download TeXaide.
  #93  
Old August 2nd, 2007, 03:25 PM
tukeywilliams's Avatar
Senior Member
 
Join Date: Mar 2007
Posts: 307
Country:
Thanks: 49
Thanked 106 Times in 95 Posts
tukeywilliams will become famous soon enoughtukeywilliams will become famous soon enough
Default

Thanks. I have Texnic Center. But now I can write Word documents using LaTeX!
  #94  
Old August 2nd, 2007, 04:14 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,758 Times in 3,070 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Is it possible to create a "Field Tower" in LaTeX (however it is called).

See below for what I mean.
Attached Thumbnails
latex-tutorial-picture27.gif  
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
  #95  
Old August 2nd, 2007, 05:12 PM
Senior Member
 
Join Date: Apr 2006
Posts: 400
Thanks: 23
Thanked 70 Times in 68 Posts
JakeD will become famous soon enoughJakeD will become famous soon enough
Default

Quote:
Originally Posted by ThePerfectHacker View Post
Is it possible to create a "Field Tower" in LaTeX (however it is called).

See below for what I mean.
There is a picture environment in LaTeX that can be used. Here's some code I already had in a document, but it contains all the picture commands you would need to draw your diagram.

\setlength{\unitlength}{2.5cm}
\begin{picture}(1,1.35)(0,-.50)
\put(-.15,0.0){p}
\put(1.10,.75){q}
\put(1.10,0.0){r}
\put( .85,-.50){s}
\qbezier(0,0)(0,0)(1.00,0.750)
\qbezier(0,0)(0,0)(1.00,0.00)
\qbezier(0,0)(0,0)( .75,-.50)

\end{picture}

Code:
\setlength{\unitlength}{2.5cm}
\begin{picture}(1,1.35)(0,-.50)
\put(-.15,0.0){p}
\put(1.10,.75){q}
\put(1.10,0.0){r}
\put( .85,-.50){s}
\qbezier(0,0)(0,0)(1.00,0.750)
\qbezier(0,0)(0,0)(1.00,0.00)
\qbezier(0,0)(0,0)( .75,-.50)

\end{picture}
PS: The use of qbezier to draw lines is a trick I learned from a web site. It is much easier and more flexible to draw lines like that then using the standard method from the picture environment.

PS 2: Don't try making making very complicated pictures because there is a limit on the length of the code the LaTeX engine will allow. That limit is set by the administrators (and I think I asked MathGuru to increase it once.)
  #96  
Old August 15th, 2007, 03:50 PM
GAdams's Avatar
Member
 
Join Date: Apr 2007
Posts: 161
Country:
Thanks: 158
Thanked 2 Times in 2 Posts
GAdams is on a distinguished road
Default

I have just downloaded Texaide but when I copy it to the clipboard on Word and then paste it, it just shows up as code. It doesn't seem to translate into symbols. Any ideas?
  #97  
Old August 15th, 2007, 05:27 PM
MHF Contributor

 
Join Date: Aug 2006
Posts: 6,715
Thanks: 68
Thanked 2,485 Times in 2,279 Posts
Plato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond reputePlato has a reputation beyond repute
Default

TeXAide will not put equations into WORD. You need a full version of MathType to do that. However, will generate LaTeX code that can be used in forums like this.

If you copy code and paste it into a post you will get some thing like this:
\[\frac{w}{z} = \frac{{w\overline z }}{{\left| z \right|^2 }}\].
Change \[ to [math] and change \] to [/math] you will get \frac{w}{z} = \frac{{w\overline z }}{{\left| z \right|^2 }}
  #98  
Old December 2nd, 2007, 10:52 PM
Junior Member
 
Join Date: Dec 2007
Posts: 25
Country:
Thanks: 16
Thanked 1 Time in 1 Post
Itachi888Uchiha is on a distinguished road
Default LaTex

So that's how you guys get that stuff on there. Ok. This site is awesome man.
  #99  
Old March 15th, 2008, 02:23 PM
Newbie
 
Join Date: Jan 2008
Posts: 16
Country:
Thanks: 4
Thanked 0 Times in 0 Posts
jblorien is on a distinguished road
Default test

\frac{3}{4}
  #100  
Old August 25th, 2008, 09:02 PM
11rdc11's Avatar
Super Member
 
Join Date: Jul 2007
Location: New Orleans
Posts: 683
Country:
Thanks: 109
Thanked 236 Times in 226 Posts
11rdc11 is a jewel in the rough11rdc11 is a jewel in the rough11rdc11 is a jewel in the rough
Default test

2^2


\frac{3 }{x^3}
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 02:57 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.