What Software is Commonly Used to Make Professional Papers?

  • Thread starter Thread starter mathlete
  • Start date Start date
  • Tags Tags
    Paper
Click For Summary

Discussion Overview

The discussion revolves around the software commonly used for writing and publishing professional papers, particularly in the context of physics and related fields. Participants explore various tools and formats, including LaTeX, Microsoft Word, and others, while considering their suitability for different types of documents such as theses and journal submissions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants suggest that LaTeX is the preferred standard for writing professional papers, citing its professional appearance.
  • Others mention that while some journals accept Word, LaTeX is still favored for its formatting capabilities.
  • A participant points out that the revtex4 style file used by Physical Review may not be suitable for project theses due to its small font size.
  • There is a discussion about the appropriateness of different formats for various purposes, with some emphasizing the need for double-spacing in academic submissions.
  • One participant notes the steep learning curve associated with LaTeX and recommends seeking help from experienced users.
  • Participants mention the utility of Ghostscript for managing postscript files and the advantages of using Origin for graphing over Excel.
  • There are suggestions for using Adobe Acrobat for converting documents to PDF format, highlighting its versatility.
  • Technical commands for processing LaTeX documents on non-Windows systems are shared, indicating familiarity with command-line tools.

Areas of Agreement / Disagreement

Participants express a range of opinions on the best software for writing papers, with no clear consensus on a single preferred tool. While LaTeX is widely recommended, some participants acknowledge the practicality of using Word for certain documents.

Contextual Notes

Participants mention the importance of style files and formatting options, indicating that the choice of software may depend on specific requirements set by journals or academic institutions. There is also an acknowledgment of the varying needs for different types of documents.

mathlete
Messages
148
Reaction score
0
This sounds like a stupid question... probably because it is. :-p But what program(s) is commonly accepted as the standard for writing and publishing papers? Obviously as an undergrad I just use Word (and Excel for the graphs) and get away with it, but when I compare the composition (not content, obviously) to real ones it looks like crud. Since I'm doing a research thesis next semester I'd like to make it look professional... so...

What's used? LaTex? Origin? Any hints or links to the formation of a good paper would be appreciated :redface:
 
Physics news on Phys.org
Always use LaTex.

Some journals are starting to except Word but Latex looks more professional, imo.

The link above will give you access to the revtex4 style file which is what Phys Rev use - for me this isn't want you want: the font is too small for a project thesis (eg. if I supervise work I dock points for small font - lack of consideration to reader).

You should check out the style files supplied by Elsevier - elsart.cls

(If you go into the elsart file you can comment out "preprint submitted to Elsevier" which will appear on the front page)

This style has a nice large font - and can be double spaced while still looking good.

Alternatively, just use the article class from standard LaTex - which, of course, you can also customise.

Finally, make all your figures in postscript (eps) format - use the includgraphics command and resize box to scale them.
 
J77 said:
The link above will give you access to the revtex4 style file which is what Phys Rev use - for me this isn't want you want: the font is too small for a project thesis (eg. if I supervise work I dock points for small font - lack of consideration to reader).

Good point... the most professional looking format (i.e. publication-ready) isn't always the most appropriate format for the purpose at hand. When I'm grading something like this, I want it double-spaced so I have plenty of room to write comments.

Of course, if you set things up properly, it's a simple matter to produce more than one format of output from the same file, by changing one or two style settings.
 
jtbell said:
Good point... the most professional looking format (i.e. publication-ready) isn't always the most appropriate format for the purpose at hand.

Nice way of putting it. Also note: LaTex is GREAT... but has a BIG learning curve. It's best to start by having someone else who uses it help you out on getting all the files... and give you their style and tex files for a similar document to the one you want to make... and making sure it compiles OK on your machine.

In addition to the revtex4 style file and resources on Exclesier, if you are writing a thesis in LaTex (and if possible, I wouldn't use ANYTHING ELSE for THAT) many universities provide a style file via an internet link on their graduate schools' webpages, if you aren't lucky enough to get it from a lab-mate.

Ghostscript freeware is also often useful for fixing small things about the format of ps/eps files... which are frequently the best format to use in LaTex. WinEdt (a downloadable that is about $20 to register) is also great for using jointly with LaTex.

I tend to use LaTex for many documents... but (ugh... ) Microsoft Word and Powerpoint for shorter (non-equation/non-table bound) documents (like my CV) and for presentations... although other people find and use freeware program that can produce .pdf files or similar formats.

In that sense... I'm also a BIG fan of the complete version of Adobe's ACROBAT program... it's useful because then you can make ANY program "print" something out in pdf format. The student version is pretty cheap. :biggrin:

I made my paper and thesis graphs in Origin (MUCH MUCH better then Excel -- which I NEVER use), printed the graphs to pdf using acrobat, converted them to eps using ghostscript, and put them into LaTex documents created in the WinEdt program (ultimately getting a pdf output when the LaTex was compiled through WinEdt). A pain ... but they looked best that way.
 
...and if you don't use windows:

latex foo.tex (or Ctrl-c-c in emacs <-- this I use for everything)
dvips foo.dvi -o giving you a postscript document...

or dvips -Ppdf -G0 foo.dvi
ps2pdf -sPAPERSIZE=a4 foo.ps giving you a pdf document.

You can pretty much get style/class files for whatever you're doing by searching Google - eg. I have one for my CV.
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
6K
Replies
20
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K