New Reply

Editor for writing papers

 
Share Thread Thread Tools
Jan26-12, 09:03 PM   #1
 

Editor for writing papers


Is there a good free/cheap editor for easily/rapidly writing equations? I need to write 3+ papers in the next 2 months and they all have a lot of matrices and equations with indices and all those things that take forever to enter in using MS Word.

I hate spending hours on entering that stuff in, it is ridiculous.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Jan26-12, 09:12 PM   #2
 
Mentor
LaTex.
 
Jan26-12, 09:17 PM   #3
 
Mentor
This one is OK.

http://www.codecogs.com/latex/eqneditor.php
 
Jan26-12, 09:53 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Editor for writing papers


Download and install TexLive. It is free, and comes on all platforms. It comes with a free editor called TexWorks, which shows your LaTeX source and the compiled PDF side-by-side.

TexLive is huge and will take an hour or two to install. Also, TexWorks has no spellcheck, so hopefully you haven't gotten used to relying on that.
 
Jan26-12, 10:14 PM   #5

Community 2012
 
Recognitions:
Gold Membership Gold Member
Quote by Ben Niehoff View Post
TexLive is huge and will take an hour or two to install. Also, TexWorks has no spellcheck, so hopefully you haven't gotten used to relying on that.
A spell checker can be installed, though. :)
 
Jan26-12, 10:21 PM   #6
 
I don't want some DOS command line driven, linux kernel based program. I'm not in computer science I don't know how do deal with all that, and the point is to save time here not waste it trying to figure this out. Something like the one lisab mentioned is what I'm looking for, there's got to be something like that you can download, and also one without the mouse-over menus (i want it laid out, I have plenty of screen resolution)
 
Jan26-12, 11:22 PM   #7
 
Recognitions:
Science Advisor Science Advisor
Quote by Curl View Post
I don't want some DOS command line driven, linux kernel based program. I'm not in computer science I don't know how do deal with all that, and the point is to save time here not waste it trying to figure this out.
TexLive installs with the click of a button, and the editor TexWorks is a GUI with menus and all that. To compile your LaTeX, you click a big green button.

I should say, TexLive installs by clicking a button and then waiting 1-2 hours. But it's fully automated; no need to do anything in the command line.

Something like the one lisab mentioned is what I'm looking for, there's got to be something like that you can download, and also one without the mouse-over menus (i want it laid out, I have plenty of screen resolution)
Are you saying that you WANT something with little buttons you can click to enter your formulas, by putting in summation signs, raising powers, etc.? That seems like an odd request coming from someone who is frustrated with MS Word's equation editor. Entering equations by clicking little buttons is excruciatingly slow compared to just typing out the LaTeX code directly.

Trust me on this one. Take 2 hours of your time to install TexLive; then you'll be able to type equations fast enough to take notes during class, if you so desire.

Edited to add: If you're on Windows, you can also consider MikTex. I haven't used it, but some of my friends like it.
 
Jan27-12, 12:02 AM   #8
 
Blog Entries: 9
Recognitions:
Gold Membership Gold Member
If you want to use LaTeX in a graphical environment, try LyX.

Personally, I use TeXLive on Linux for everything. For what you described needing to write, learn and use LaTeX. It's wonderful.
 
Jan29-12, 09:37 PM   #9
 
I think I'm not understanding something. How is typing this:

Code:
\begin{bmatrix}
 &  & \\ 
 &  & \\ 
 &  & 
\end{bmatrix}
a fast way of putting 2 brackets around some numbers? Plus I'll have to memorize/look up all of these commands and syntax which takes time to get used to. Is there some kind of newbie-friendly introduction to this to get started?
 
Jan29-12, 09:59 PM   #10
 
Recognitions:
Gold Membership Gold Member
Quote by Curl View Post
I think I'm not understanding something. How is typing this:

\begin{bmatrix}
& & \\
& & \\
& &
\end{bmatrix}

a fast way of putting 2 brackets around some numbers? Plus I'll have to memorize/look up all of these commands and syntax which takes time to get used to. Is there some kind of newbie-friendly introduction to this to get started?
Nobody said it was. If you have been using LaTeX for a while and know the commands, then they are faster than point and click. If not, then stick with MS Word Equation editor. Pick one and get to it.
 
Jan29-12, 10:18 PM   #11
 
Recognitions:
Gold Membership Gold Member
"LatexIt" is a fast code to image program.
 
Jan29-12, 10:21 PM   #12

Community 2012
 
Recognitions:
Gold Membership Gold Member
Quote by Curl View Post
I think I'm not understanding something. How is typing this:

\begin{bmatrix}
& & \\
& & \\
& &
\end{bmatrix}

a fast way of putting 2 brackets around some numbers? Plus I'll have to memorize/look up all of these commands and syntax which takes time to get used to. Is there some kind of newbie-friendly introduction to this to get started?
There are a FEW things that things like MathType and MS Equation Editor can do faster, but a vast majority of things are extremely hard in in MSEE.

For example, I timed myself writing the following out of one of my texts:

[itex]\chi = \left({{|e|\hbar}\over{2m_e cB}}\right) tanh ({{\beta\hbar\omega}\over{2}})[/itex]

35 seconds in Latex. 70 seconds in MS word. I'm pretty good at TeX, but I also am very good at using MS's equation function because I am forced to do presentations in PowerPoint. LaTeX does not need to be command-line driven or any of that nonsense. TeXworks for PC with MikTex installs just like any other program and the code just to write papers is absolutely minimal. The number of commands you'll need will be ridiculously minimal and when you learn it, you know it forever. The complexity of TeX is involved in making large articles or books or other things with a lot of formatting and "prettiness" that needs to be taken into consideration.
 
Jan29-12, 10:45 PM   #13
 
Blog Entries: 9
Recognitions:
Gold Membership Gold Member
Quote by Pengwuino View Post
...I'm pretty good at TeX, but I also am very good at using MS's equation function because I am forced to do presentations in PowerPoint....
Can't you use LaTeX-beamer? It's so much better than PowerPoint.
 
Jan29-12, 10:48 PM   #14
 
Recognitions:
Gold Membership Gold Member
user prezi for presentations... latexit for eqautions in prezi

prezi.com

infinite zoom, super innovative.
 
Jan29-12, 11:03 PM   #15

Community 2012
 
Recognitions:
Gold Membership Gold Member
Both of you shut up. I'm trying to prove a point here.
 
Jan29-12, 11:12 PM   #16
 
Recognitions:
Gold Membership Gold Member
Quote by Pengwuino View Post
Both of you shut up. I'm trying to prove a point here.
points are sharpened with lots of hard work, not proven with an internet post!
 
Jan29-12, 11:42 PM   #17
 
Recognitions:
Gold Membership Gold Member
Quote by Pythagorean View Post
points are sharpened with lots of hard work, not proven with an internet post!
Wrong on both counts. Points are graphed in n-space.
 
New Reply
Thread Tools


Similar Threads for: Editor for writing papers
Thread Forum Replies
Software for writing technical papers and reports Math & Science Software 2
Writing papers Academic Guidance 3
writing papers Academic Guidance 3
Writing papers General Discussion 0