Search found 19 matches

by Adam_LUFC
Sat Apr 02, 2011 4:19 pm
Forum: General
Topic: Import word documents into latex
Replies: 2
Views: 8230

Import word documents into latex

Hi

I need to include a document in word in my latex project.

How do i do this?

Thanks Adam
by Adam_LUFC
Mon Mar 21, 2011 10:30 pm
Forum: General
Topic: numberwithin
Replies: 1
Views: 2101

numberwithin

Hi

I need to label every equation i do in number order.

And have stumbled across this numberwithin.

How do i use this and what do i need to put in my preamble?

Code: Select all

\usepackage{amsmath,parskip,graphicx,rotating,afterpage}
Thanks Adam
by Adam_LUFC
Sun Jan 30, 2011 3:38 pm
Forum: Graphics, Figures & Tables
Topic: Graph going to last page
Replies: 2
Views: 1640

Re: Graph going to last page

I've managed to get rid of the filename by deleting the spaces the filename was saved as.

But it is still putting my graph at the end.
by Adam_LUFC
Sun Jan 30, 2011 3:31 pm
Forum: Graphics, Figures & Tables
Topic: Graph going to last page
Replies: 2
Views: 1640

Graph going to last page

I want a graph to be landscape on one page. But it keeps sending it to the end. Also it puts the name of my file newxt to it for soem reason :?

\usepackage{amsmath,parskip,graphicx,rotating,afterpage}

\subsection{Winning and Drawing Fraction Results}

The graph below (Figure 2) shows us that ...
by Adam_LUFC
Wed Jan 26, 2011 4:02 pm
Forum: Graphics, Figures & Tables
Topic: Picture from paint
Replies: 1
Views: 1369

Picture from paint

In paint my picture is saved as WinningFraction so i have done

Code: Select all

\usepackage{graphicx} 

\includegraphics{WinningFraction}
But nothing appears :?
by Adam_LUFC
Tue Jan 25, 2011 10:17 pm
Forum: General
Topic: Packages not working
Replies: 4
Views: 5650

Packages not working

I had 3 packages and my pdf was not updating, i then got rid of 1. And it was working fine.

Now i want to import a picture.

So i put

\usepackage{graphicx}

And now its stopped updating.
by Adam_LUFC
Tue Jan 25, 2011 9:48 pm
Forum: General
Topic: Subsection not showing up
Replies: 16
Views: 13894

Subsection not showing up

There are some fishy things there. Check your configuration settings for TXC -- it looks like it's trying to use BibTeX and makeindex, but nothing in your document calls for those things.

There's also an error there about "GUI framework cannot be initiated" -- which may be the error discussed here ...
by Adam_LUFC
Tue Jan 25, 2011 9:30 pm
Forum: General
Topic: Subsection not showing up
Replies: 16
Views: 13894

Subsection not showing up

Image
by Adam_LUFC
Tue Jan 25, 2011 9:29 pm
Forum: General
Topic: Subsection not showing up
Replies: 16
Views: 13894

Re: Subsection not showing up

Ok i've done that, but it's still not working :(
by Adam_LUFC
Tue Jan 25, 2011 8:17 pm
Forum: General
Topic: Subsection not showing up
Replies: 16
Views: 13894

Subsection not showing up

frabjous wrote:Try deleting all the ancillary files that LaTeX creates, like .aux, etc., and try it again.
Is this under TeXnic Centre or MiKTeX 2.8?