| New Reply |
Editor for writing papers |
Share Thread | Thread Tools |
| Jan29-12, 11:46 PM | #18 |
|
|
Editor for writing papers |
| Jan29-12, 11:58 PM | #19 |
|
Recognitions:
|
[tex]\begin{bmatrix} 1 & 3 & 5 \\ 8 & 13 & 21 \end{bmatrix}[/tex]
That took like 15 seconds typing. I don't even know where the clicky buttons are to do it the other way. |
| Jan30-12, 01:43 PM | #20 |
|
|
Ok can I use TeX in MS word? I realize entering equations in TeX is quick but now I'm getting turned off by the formatting conventions in LaTeX.
One of the papers has to look pretty, and it seems like a pain to put in images etc. |
| Jan30-12, 02:52 PM | #21 |
|
Recognitions:
|
\usepackage{graphicx} And then you can include .gif, .png, .jpg, etc., using Code:
\begin{figure}
\centering
\includegraphics[width=4in]{flux_cap.png}
\caption{\it Here we see the design of the flux capacitor.}
\label{flux capacitor}
\end{figure}
Also, LaTeX will not place an image exactly where you put this code in the source. It will try to find the nearest most logical place, which is usually at the top of a page. It will then re-flow text around the picture. This will be annoying if you are used to manually controlling where your pictures appear. But once you get used to it, you will find it makes more sense. You can simply focus on what content to write, and the image will remain pinned to the top of the page, even if you have to go back and edit your text. The idea is to separate layout and formatting decisions from the content itself, so rather than agonizing over where things appear on the page, you can just write. |
| Jan30-12, 05:49 PM | #22 |
|
|
Seems much less flexible. I want to be in control of how the paper looks like. Are there tricks for doing this?
|
| Jan30-12, 09:26 PM | #23 |
|
|
|
| Jan31-12, 01:01 PM | #24 |
|
|
Sorry guys, I couldn't resist. Rhody... |
| Feb3-12, 11:51 PM | #25 |
|
|
I'm hearing everyone says to use MikTex. What's the difference.
Also I'm getting confused with the 1000 plugins needed, seems like every feature is a separate install. What's the deal here? What's with TexWorks and TexMaker? |
| Feb4-12, 11:33 AM | #26 |
|
|
MikTeX is a LaTeX distribution for Windows. TeXLive is primarily for Linux/OS X, but also supports Windows.
|
| Feb4-12, 12:14 PM | #27 |
|
|
If you don't do science, then don't do latex, but opt for a publishing tool with equation support. |
| Feb4-12, 12:44 PM | #28 |
|
|
Code:
\usepackage{} LaTeX is released as "distributions" which contain the basic typesetting program and a wide selection of the most useful packages. Most distributions include tools for managing additional packages, but sometimes you need to install them manually. MikTeX has an option to download and install needed packages on the fly. You can find almost all LaTeX packages on CTAN, the Comprehensive TeX Archive Network. |
| Feb4-12, 12:48 PM | #29 |
|
|
The equation editor in MS Word 2007 supports lots of stuff very similar to LaTeX, and I use it for quick notes and short papers (but I use MikTeX for bigger stuff). I did however have to set up keyboard macros to go into and out of equation mode as that was driving me mad. I personally use Ctrl-# to start equation mode and Ctrl-Shift-# to end (although I didn't find an "end equation mode" functions so I use a trick instead), where these keys are assigned to the following macros:
Sub InsertEquation() WordBasic.EquationEdit End Sub Sub EndEquation() Selection.TypeParagraph Selection.TypeBackspace End Sub |
| Feb4-12, 01:02 PM | #30 |
|
|
Have you checked what the 'Instructions for Authors' of the journal you intend to publish says? They may have recommendations or requirements.
|
| Feb19-12, 06:05 AM | #31 |
|
|
|
| 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 | ||