Search found 4 matches
- Mon Jan 19, 2009 1:57 am
- Forum: Conversion Tools
- Topic: How do I convert LaTeX into a Microsoft Word Document?
- Replies: 7
- Views: 257694
How do I convert LaTeX into a Microsoft Word Document?
Is there a way to convert a LaTeX document, either a DVI, PS, or PDF file into a Word Document? I've tried online pdf converters but they do not preserve the equations that I put, and some other programs that claim to do it are not free. I was wondering if it was possible to turn a LaTeX document ...
- Sun Jan 18, 2009 7:01 am
- Forum: Graphics, Figures & Tables
- Topic: How do I put an image next to the text?
- Replies: 1
- Views: 16870
How do I put an image next to the text?
Right now I have this list:
AB = 1991
BC = 67
CD = 1984 Image goes here
DE = 49
EF = x
FA = y
I am aiming to put the image
\includegraphics[scale=0.5]{challenge3.png}
right next to the large blank space to the right of this list, because right now wherever I put this line for the graphics ...
AB = 1991
BC = 67
CD = 1984 Image goes here
DE = 49
EF = x
FA = y
I am aiming to put the image
\includegraphics[scale=0.5]{challenge3.png}
right next to the large blank space to the right of this list, because right now wherever I put this line for the graphics ...
- Sat Jan 17, 2009 6:50 pm
- Forum: Text Formatting
- Topic: How do I control spaces between lines?
- Replies: 3
- Views: 6344
Re: How do I control spaces between lines?
Sorry, here's what I need.
I have the following text:
sin(306)=-sin(54)
sin(234)=-sin(54)=-cos(36)
sin(162)=sin(18)
sin(90)=cos(0)
sin\theta - sin(54) - cos(36) + sin(18) + cos(0) = 0
sin18 - sin(54) - cos(36) + sin(18) + cos(0) = 0
However when I turn it into a pdf, it shows up like this.
sin ...
I have the following text:
sin(306)=-sin(54)
sin(234)=-sin(54)=-cos(36)
sin(162)=sin(18)
sin(90)=cos(0)
sin\theta - sin(54) - cos(36) + sin(18) + cos(0) = 0
sin18 - sin(54) - cos(36) + sin(18) + cos(0) = 0
However when I turn it into a pdf, it shows up like this.
sin ...
- Sat Jan 17, 2009 6:38 pm
- Forum: Text Formatting
- Topic: How do I control spaces between lines?
- Replies: 3
- Views: 6344
How do I control spaces between lines?
I have a \documentclass{article} and I want to be able to control the spacing between lines, although not a constant spacing between each line, just spacing where I need it. For example, when I output the document, everything is single-spaced, but I want some lines to have space between them and ...