What program do you guys use to write a paper?

In summary, Latex is the preferred software, and most journals will provide latex templates for you to use. Word might be accepted in the case where authors do not have access to latex. However, if you have Equation Editor installed (I'm not sure if it's still installed by default), you can use that to make "prettier" equations. But if you have the time, LaTeX makes things look really nice--it's the standard for typesetting many scientific journals.
  • #1
l-1j-cho
104
0
Hi

I use word 2007 for my extended essay in mathe but I can't use subscript in any fraction or function. What program do you gus use to write a paper?
 
Computer science news on Phys.org
  • #2
I don't write many papers often anymore, but I am still kicking Office 2003 or sometimes Google Docs.
 
  • #3
i can somehow type superscripts by typing x^(a) but how do I type subscripts?
 
  • #4
Use whatever software is compatible with that of the journal to which you are submitting. Springer asked for MS Word, so that was an easy condition to satisfy. I believe that they accepted some other formats, as well, but the functionality of shared-access edits in Word, etc, made that one a no-brainer.
 
  • #5
turbo-1 said:
Use whatever software is compatible with that of the journal to which you are submitting. Springer asked for MS Word, so that was an easy condition to satisfy. I believe that they accepted some other formats, as well, but the functionality of shared-access edits in Word, etc, made that one a no-brainer.

This isn't really the case. Latex is the preferred software, and most journals will provide latex templates for you to use. Word might be accepted in the case where authors do not have access to latex.
 
  • #6
I mostly use MS Word 10 but people more "professional" than myself use Latex. Latex certainly has its advantages as it gives you a lot more control over formatting and in many cases be a lot easier to use. I'll get around to learning it eventually.
 
  • #7
In Word 2007, you can go in through the format menu, or use keyboard shortcuts to do subscripts / superscripts (and go back to normal mode):
http://office.microsoft.com/en-ca/word-help/make-text-superscript-or-subscript-HP005189455.aspx [Broken]

If you have Equation Editor installed (I'm not sure if it's still installed by default), you can use that to make "prettier" equations:
http://office.microsoft.com/en-us/word-help/insert-an-equation-using-equation-editor-HP005190247.aspx [Broken]

But if you have the time, LaTeX makes things look really nice--it's the standard for typesetting many scientific journals. Since it's a mark-up language (like HTML) you may find LyX more accessible since it's WYSIWYG (What You See Is What You Get) like Word, Pages, etc.:
http://www.lyx.org/

Note that LyX still requires a LaTeX install. There're some getting started guides and tutorials at the LyX website that will help, if you choose to go that route:
http://wiki.lyx.org/LyX/Tutorials
 
Last edited by a moderator:
  • #8
wow that's a lot of information. Thank you all!
 
  • #9
so I checked Latex
http://www.latex-project.org/ftp.html
but it is too complex!
I downloaded protext, including miketex, which seems like the window version for latex
but I cannot find latex in the package
 
  • #10
The whole thing is [itex]\LaTeX[/itex]! You need to use an editor, such as TeXWorks or Texniccenter (both of which should be included in the MikTeX distribution).

I'd suggest reading through the absolute beginner's guide:
http://en.wikibooks.org/wiki/LaTeX/Absolute_Beginners

As well as the TeXWorks manual:
http://ftp.ctex.org/pub/tex/tools/editors/TeXworks/manual.pdf [Broken]

Barring that, as I mentioned in my previous post, you can use LyX.
 
Last edited by a moderator:
  • #11
cheers!
 
  • #12
p.s.
Is there a certain format? I have the abstract, introduction and the main body but it does look good as the ones on Arxiv.
(this is not a math paper, but just an extended essay. I will not submit this on Arxiv but I just want my essay to look pretty!)
 
  • #13
just out of curiosity, what programme do you use? I downloaded all of Texniccenter, lyx, texmaker, and stuff but I want to go with the most popular one
 
  • #14
You should try them and use what you like best. I use Texmaker a lot since I can have the same interface on both Linux and Windows, but I also use gedit on Linux and TeXniCenter on Win.
 
  • #15
l-1j-cho said:
just out of curiosity, what programme do you use? I downloaded all of Texniccenter, lyx, texmaker, and stuff but I want to go with the most popular one

Like jhae2.718 says, it doesn't really matter what you use to write your LaTeX code in, so long as it works, and you can "compile" your LaTeX into a document--there's no harm in trying a few and seeing which you like best (or just using one, figuring out its idiosyncrasies, and sticking with it). I use TeXworks because it came with MikTeX and MacTeX by default, and allows me to use these on the two platforms I work on most.
 
  • #16
I like OpenOffice, mainly because it is free and works on my printer.
 
  • #17
hmm I am getting like 36 errors and bad boxes occasionally. Is it normal to have several errors?
 
  • #18
What errors? You shouldn't be getting that many errors; in most cases you should have none.
 
  • #19
I am using texniccenter. In the little box below, it says 26 errors, 0 warning, 2 bad boxes, 2 pages and stuff like that
 
  • #20
Does it specify the errors?
 
  • #21
yes it does but I have no idea what they are saying. Do I have to fix all the errors? I have no problem with converting tex to pdf but just in case
 
  • #22
Would you mind posting/PMing them? I'll try and look it over.
 
  • #23
well I haven't finished it but
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\author{Author}
\begin{document}
Prove \begin{math}4^{k}+5}end{math} is divisible by 3\end{math}
\begin{equation} 4^{k}+5 \\
=2^{2k}-1+6\\
Here we introduce a lemma

Lemma 1
if n is not divisible by 3, then n^{2}-1 is divisible by 3
Proof
if n is divisible by 3,
\implies \begin{equation} n\equiv \pm 1 \pmod 3\\
\implies n^{2}\equiv 1 \pmod 3\\
\implies n^{2} - 1 \equiv 0 \pmod 3\\
\end{document}

Thank you
 
  • #24
Please post the stuff inside the error box (copy and paste). Also, do you get an output file? I'm assuming you're using pdflatex and not just pslatex or something else.
 
  • #25
Somehow I can't copy the stuff in the error box?

Well I really appreciate to all of you but it is kind of hard to communicate online and there are too much stuff to ask. Ill just ask my computer geek friend to work this out

Again, thank you
 
  • #26
Code:
[B]\documentclass[/B][10pt,a4paper]{article}
[B]\usepackage[/B][latin1]{inputenc}
[B]\usepackage[/B]{amsmath}
[B]\usepackage[/B]{amsfonts}
[B]\usepackage[/B]{amssymb}
[B]\author[/B]{Author}

[B]\newtheorem[/B]{theorem}{Theorem}[section]
[B]\newtheorem[/B]{lemma}[theorem]{Lemma}
[B]\newenvironment[/B]{proof}[1][Proof]{[B]\begin[/B]{trivlist}
[B]\item[/B][[B]\hskip \labelsep[/B] {[B]\bfseries[/B] #1}]}{[B]\end[/B]{trivlist}}

[B]\begin[/B]{document}
Prove $4^k+5$ is divisible by 3. [I]% Use $...$ for inline math. It's not necessary to put a single character in braces for (super|sub)scripts.[/I]
[B]\begin[/B]{equation*}
4^{k}+5 =2^{2k}-1+6 [I]% Newlines (\\) don't work in the equation environment. Use align. Asterisks suppress numbering.[/I]
[B]\end[/B]{equation*}
Here we introduce a lemma

[B]\begin[/B]{lemma}
If $n$ is not divisible by 3, then $n^2-1$ is divisible by 3.
[B]\end[/B]{lemma}

[B]\begin[/B]{proof}
if $n$ is divisible by 3, 
[B]\begin[/B]{align*} [I]% This is the align environment. Use it for multiline equations/etc. The ampersand is the alignment position.[/I]
&[B]\implies[/B] n[B]\equiv[/B][B] \pm[/B] 1 [B]\pmod[/B] [B]3\\[/B]
&[B]\implies[/B] n^2[B]\equiv[/B] 1 [B]\pmod[/B] 3[B]\\[/B]
&[B]\implies[/B] n^2 - 1 [B]\equiv[/B] 0 [B]\pmod[/B] 3
[B]\end[/B]{align*}
[B]\end[/B]{proof}
[B]\end[/B]{document}

Does this work better? I borrowed the custom theorems and environments from http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Theorems.html.
 
  • #27
it works without any error! thanks
 
  • #28
To insert an equation in OpenOffice/StarOffice, go to Insert->Object->Formula. Then you can do all (or all within reasonable limits) you can do with LaTeX.
 
  • #29
I use LED as a Windows based latex editor
 
  • #30
Personally, I couldn't imagine using anything but LaTeX for writing a paper.
 
  • #31
Hi again

How do we skip a line in latex and move on to next paragraph?
I tried \\ and \newline command but it gives me bad boxes
I also tried \vspace{30mm} command but it is inconsistent every time I do my homework.
Is ther a better way?
 
  • #33
I'm not understanding why "\\" does not work. Anyways, the normal way to start a new paragraph in tex is an empty line between the paragraphs.
 
  • #34
Timo said:
I'm not understanding why "\\" does not work. Anyways, the normal way to start a new paragraph in tex is an empty line between the paragraphs.

That's just a line break. I don't know if you can use it multiple times to leave white space.
 

1. What is the most commonly used program for writing scientific papers?

The most commonly used program for writing scientific papers is Microsoft Word. It is a word processing program that allows for easy formatting and organizing of text, as well as the insertion of images and graphs.

2. Are there any other programs that are commonly used for writing papers?

Yes, there are other programs that are commonly used for writing papers such as LaTeX, Google Docs, and Apple Pages. These programs offer different features and formats that may be preferred by some scientists.

3. Is there a specific program that is best for writing scientific papers?

There is no one "best" program for writing scientific papers as it ultimately depends on personal preference and the specific needs of the paper. Some scientists may prefer the advanced formatting options of LaTeX, while others may prefer the convenience of Google Docs.

4. Can I use any program to write a scientific paper?

Technically, you can use any program to write a scientific paper as long as it allows for text formatting and the insertion of images and graphs. However, it is recommended to use a program specifically designed for writing papers to ensure proper formatting and organization.

5. Are there any free programs available for writing scientific papers?

Yes, there are free programs available for writing scientific papers such as Google Docs, LibreOffice, and Overleaf. These programs offer similar features to paid programs and can be a great option for those on a budget.

Similar threads

Replies
11
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
364
  • Computing and Technology
Replies
1
Views
1K
  • STEM Academic Advising
2
Replies
52
Views
3K
  • Computing and Technology
Replies
24
Views
2K
Replies
19
Views
2K
  • Computing and Technology
Replies
9
Views
1K
  • STEM Career Guidance
Replies
3
Views
1K
  • STEM Academic Advising
Replies
8
Views
958
Replies
4
Views
284
Back
Top