Convert Text to LaTeX File- Easy Steps!

  • Thread starter Thread starter 3.14159265358979
  • Start date Start date
  • Tags Tags
    Text
Click For Summary

Homework Help Overview

The discussion revolves around converting a text file into a LaTeX file, with participants exploring the process of creating LaTeX documents for academic purposes, particularly in the context of first-year calculus notes.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the necessary software and steps to convert text into LaTeX format, with some expressing confusion about the tools and processes involved. Questions arise about using different text editors and ensuring files are saved in the correct format.

Discussion Status

Several participants have provided guidance on software installation and file formatting. There is acknowledgment of challenges faced by the original poster, with some participants offering encouragement and assistance. Multiple interpretations of the conversion process are being explored.

Contextual Notes

Participants mention specific software like MikTeX and various text editors, while also addressing issues related to file formats and saving methods. There is an emphasis on ensuring that files are saved as plain text to facilitate conversion.

3.14159265358979
Messages
43
Reaction score
0
how do you convert a text file into a LaTeX file? thank you soooo much...
 
Physics news on Phys.org
I'm not exactly sure what you're asking. Are you asking how do I compose a paper or article in LaTeX?

- Warren
 
i'm teaching myself first year calculus and i want to write the notes on the computer because of the convience factor...so, i typed out several problems with solutions..

example:
\[ \mathop {\lim }\limits_{x \to 2} {{[(x^2 + 1)(x^2 + 4x)]}} \]
\[ = \mathop {\lim }\limits_{x \to 2} {{(x^2 + 1)}} \mathop {\lim }\limits_{x \to 2} {{(x^2 + 4x)}} \]
\[ = {{((2)^2 + 1)}}{{((2)^2 + 4(2))}} \]
\[ = 60 \]

...now i want to convert what i have here so i can put it onto an acrobat file...so i have to convert this to LaTex (which i don't know how to do) and then convert that onto acrobat (which i do know how to do...) thanks for your help..
 
Well, download and install a package called MikTeX, if you're on Windows -- http://www.miktex.org/

Then, design a LaTeX document. Use a text editor. Put the following "preamble" in the file:

Code:
\documentclass{article}
\begin{document} 

...your stuff goes in here...

\end{document}

Open a command prompt and run pdflatex myfile.tex and you'll get myfile.pdf, all ready to go.

- Warren
 
ok, i downloaded and installed MikTeX 2.4 and opened it up and it gave me a huge list of things (fonts, programs, ect...) now what? also, you said "use a text editor"...what's that? I'm pretty slow when it comes to computers (as you can surely tell)...thanks again..
 
Use any program you'd like that can save plain text files. Notepad is one such editor that comes with Windows, and you can find it under Start -> Programs -> Accessories. If you'd like a more sophisticated editor, I personally prefer a program called TextPad (http://www.textpad.com/), though there are many to choose from.

- Warren
 
i must be doing something wrong because it's still not working..
 
i have all my work in a 'WordPad' document with the MiKTeX program and the 'click to convert' program running...now what?
 
Make sure you tell WordPad to save as plain text. By default, WordPad saves formatting information similar to MS Word.

I don't know what the "click to convert" program is. Please just do as I suggested. Open a DOS window, change to your directory, and type pdflatex myfile.tex.

- Warren
 
  • #10
PI, why not use notepad to create the file and then save it with extention of .tex ?
Then run the command line type down pdflatex myfile.tex-as said above to change it into a pdf file...
 
  • #11
chroot...you are brilliant...thank you soooo much! it took me a while...but i finally got it...your patience was and is greatly appreciated...*hand shake and a hug*
 
  • #12
Change the file extention-- it might be YOURFILE.rft or YOURFILE.doc--into YOURFILE.tex
 
  • #13
3.14159265358979 said:
chroot...you are brilliant...thank you soooo much! it took me a while...but i finally got it...your patience was and is greatly appreciated...*hand shake and a hug*
Hey, I helped you also!
 
  • #14
3.14159265358979 said:
chroot...you are brilliant...thank you soooo much! it took me a while...but i finally got it...your patience was and is greatly appreciated...*hand shake and a hug*
Anytime! LaTeX really is a beautiful piece of work, but it has a pretty steep learning curve. If you have any questions about it, please let me know. :smile:

- Warren
 
  • #15
yeah Nec, you helped too...thanks a bunch..
 
  • #16
Nec said:
Change the file extention-- it might be YOURFILE.rft or YOURFILE.doc--into YOURFILE.tex
That, by itself, is not sufficient to make WordPad save as plain text. Honestly, 3.141.., I'd rather you use NotePad or a more sophisticated editor like TextPad.

- Warren
 

Similar threads

Replies
8
Views
1K
Replies
1
Views
1K
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 23 ·
Replies
23
Views
3K
Replies
12
Views
2K
  • · Replies 15 ·
Replies
15
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K