| 
August 2nd, 2007, 03:09 PM
|  | Senior Member | | Join Date: Mar 2007
Posts: 307
Country: Thanks: 49
Thanked 106 Times in 95 Posts
| | Free Templates? Do you know of any free LaTeX source code that you can modify (i.e. LaTeX source code of math lecture notes)? | 
August 2nd, 2007, 03:20 PM
| | MHF Contributor | | Join Date: Aug 2006
Posts: 6,709
Thanks: 68
Thanked 2,482 Times in 2,276 Posts
| | This may not be what you have asked about at all.
But if you Windows, this is a free TeX editor: MathType: Download TeXaide. This link no longer gets you to the TeXaide download since Design Science no longer seem to be giving it away.
Last edited by CaptainBlack; May 3rd, 2009 at 02:29 AM.
| | The Following 3 Users Say Thank You to Plato For This Useful Post: | |  | 
August 2nd, 2007, 03:25 PM
|  | Senior Member | | Join Date: Mar 2007
Posts: 307
Country: Thanks: 49
Thanked 106 Times in 95 Posts
| | Thanks. I have Texnic Center. But now I can write Word documents using LaTeX! | 
August 2nd, 2007, 04:14 PM
|  | Global Moderator | | Join Date: Nov 2005 Location: New York City
Posts: 11,186
Country: Thanks: 482
Thanked 3,754 Times in 3,070 Posts
| | Is it possible to create a "Field Tower" in LaTeX (however it is called).
See below for what I mean. | 
August 2nd, 2007, 05:12 PM
| | Senior Member | | Join Date: Apr 2006
Posts: 400
Thanks: 23
Thanked 70 Times in 68 Posts
| | Quote:
Originally Posted by ThePerfectHacker 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. 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.) | | The following users thank JakeD for this useful post: | |  | 
August 15th, 2007, 03:50 PM
|  | Member | | Join Date: Apr 2007
Posts: 161
Country: Thanks: 158
Thanked 2 Times in 2 Posts
| | 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? | 
August 15th, 2007, 05:27 PM
| | MHF Contributor | | Join Date: Aug 2006
Posts: 6,709
Thanks: 68
Thanked 2,482 Times in 2,276 Posts
| | 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 | | The following users thank Plato for this useful post: | |  | 
September 24th, 2007, 04:29 AM
|  | Bar0n | | Join Date: Apr 2007 Location: South African Republic
Posts: 1,959
Country: Thanks: 1,605
Thanked 1,421 Times in 869 Posts
| | Quote:
Originally Posted by Plato | Thanks for that one!
__________________ If you need more than 3 levels of indentation, you're screwed anyway, and should fix your program. - Linus Torvalds To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| 
May 3rd, 2009, 01:24 AM
|  | Junior Member | | Join Date: May 2009
Posts: 45
Country: Thanks: 1
Thanked 18 Times in 17 Posts
| | Is it possible to make box on forum ?
Usually we use \boxed{}
Thanks !
__________________ I'm french, don't hesitate to correct my mistakes or to give me advice to improve my english, thanks. | 
May 3rd, 2009, 01:53 AM
|  | A Cute Angle | | Join Date: Mar 2008 Location: P(I'm here)=1/3, P(I'm there)=t+1/3
Posts: 5,049
Country: Thanks: 506
Thanked 2,915 Times in 2,398 Posts
| | Quote:
Originally Posted by Infophile Is it possible to make box on forum ?
Usually we use \boxed{}
Thanks !  | Yup, you could just try
__________________ Everything is possible. The impossible just takes longer. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shinhidora production To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | 
May 3rd, 2009, 02:17 AM
|  | Junior Member | | Join Date: May 2009
Posts: 45
Country: Thanks: 1
Thanked 18 Times in 17 Posts
| | Je te remercie
__________________ I'm french, don't hesitate to correct my mistakes or to give me advice to improve my english, thanks. | 
May 3rd, 2009, 12:44 PM
|  | MHF Contributor | | Join Date: Apr 2009 Location: Detroit, MI
Posts: 1,158
Country: Thanks: 369
Thanked 342 Times in 316 Posts
| | I am Latex Retarded! Mathman! Would it be too difficult for the administration to create a seperate window that contains all of the latex code that sat next to the reply box? It would make the lives of so many of us here at Math Help Forum so much easier. Myself included. I learned math in prison, on my own, and we didn't have access to computers, or the internet. So, you can only imagine ho difficult it is to train my 27 year old feeble brain to memorize countless lines of code!
What do ya say?
Does any one else think that this is a good idea? | 
May 3rd, 2009, 03:13 PM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,375
Country: Thanks: 667
Thanked 3,618 Times in 2,915 Posts
| | Quote:
Originally Posted by VonNemo19 Mathman! Would it be too difficult for the administration to create a seperate window that contains all of the latex code that sat next to the reply box? It would make the lives of so many of us here at Math Help Forum so much easier. Myself included. I learned math in prison, on my own, and we didn't have access to computers, or the internet. So, you can only imagine ho difficult it is to train my 27 year old feeble brain to memorize countless lines of code!
What do ya say?
Does any one else think that this is a good idea? | Not really, I'm 30 years older than you and I took only a couple of days to pick up enough LaTeX to be able to set equations here.
CB | | The following users thank CaptainBlack for this useful post: | |  | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -7. The time now is 12:51 AM. | | |