Search found 3 matches

by Dooley
Mon Apr 21, 2008 3:59 pm
Forum: General
Topic: Display source code in latex
Replies: 1
Views: 14536

Display source code in latex

Hey all,

I have a few questions on inserting source code into a latex document.
I'm using the package listings, but its not going great.

Firstly I'm having a basic problem, the code I'm using doesn't go onto a new line,
so all of my code gets cut off.

Here's how I set the system to implement ...
by Dooley
Fri Apr 11, 2008 8:46 pm
Forum: General
Topic: Figures keep shoving down to next page
Replies: 4
Views: 8804

Re: Figures keep shoving down to next page

Thank you both for your replies, I used ht! and it seems to work perfectly. I could have sworn I had tried that before.

Cheers again.
by Dooley
Fri Apr 11, 2008 8:11 pm
Forum: General
Topic: Figures keep shoving down to next page
Replies: 4
Views: 8804

Figures keep shoving down to next page

Hi all I'm having a problem display images in latex, it's been a problem for me for quite a while so I hope someone can help. Say I write something like this in latex.

Some text.
\begin{figure}[!h]
\centering
%\underline{Edit-Survey Screen}\\
\includegraphics[width=1\textwidth]{images/myimage ...