LaTeX How to create PDF documents and write in LaTex?

  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Latex Pdf
AI Thread Summary
To create PDF documents with LaTeX, users can write text in a word processor like MS Word and use a LaTeX interpreter for equations, then paste the equations as bitmaps into the document. If Adobe Acrobat is properly integrated, users can convert the Word file to PDF. Alternatively, for a more LaTeX-focused approach, users can write their entire document in LaTeX, saving it with a .tex extension. This file can be compiled using pdflatex to directly generate a PDF. For those using LaTeX, it's recommended to use it for mathematically intensive documents, as it allows for comprehensive document creation beyond just equations. Additionally, Mac users can utilize the system-wide "save as PDF" feature available in OS X.
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
What do I need to do to be able to create PDF documents and be able to write in LaTex in them like on this forum?

Thanks.
 
Physics news on Phys.org
One way is to write text in MS Word or other word processor, do equations in a LaTeX interpreter, and copy the equations and paste them as a bitmap into the Wordprocessor text file.

If Adobe Acrobat is installed and integrated properly, one should be able to convert the Word (or other wordprocessor) file into a pdf. This is the method I use at work.

Or one can do text and equations in LateX, but I don't know if the file can then be imported into Acrobat.
 
Try using pdflatex. Instead of rendering to a dvi file, it renders to a pdf.
 
If you want to write something that is mathematically-intensive, use LaTeX directly, not any other kind of word processor. Then process the document with pdflatex, as graphic7 advises. LaTeX is not just a formula writer; you can write whole articles, papers, books,... with it.
 
Type your paper in a text editor and save it with the extension .tex You can then compile this source file to a DVI file by typing

latex <filename.tex>

The DVI can be converted to a pdf file by using dvipdfm:

dvipdfm <filename.dvi>
 
you could get a mac... Os X has system wide save as PDF :-)
 

Similar threads

Back
Top