Search found 14 matches

by nich
Sun Aug 12, 2012 1:17 am
Forum: Graphics, Figures & Tables
Topic: graphicx | Included Image and following Text not displayed
Replies: 4
Views: 3126

Re: graphicx | Included Image and following Text not display

Excellent,

I didn't even realize the whole document wasn't changing each time I compiled - thought it was just that I couldn't see text that I added after the insert graphic line.

So, for future reference, the solution was to switch on-the-fly package downloading to yes or no but not 'ask me ...
by nich
Sat Aug 11, 2012 2:35 pm
Forum: Graphics, Figures & Tables
Topic: graphicx | Included Image and following Text not displayed
Replies: 4
Views: 3126

Re: graphicx | Included Image and following Text not display

It says there were 0 errors, 0 warnings 0 bad boxes and 0 page(s)... even though the pdf is three pages long.

I've uploaded the log file which may have some clues. Haven't uploaded the png - its just a graph I made in excel
by nich
Sat Aug 11, 2012 3:08 am
Forum: Graphics, Figures & Tables
Topic: graphicx | Included Image and following Text not displayed
Replies: 4
Views: 3126

graphicx | Included Image and following Text not displayed

I'm still a bit of a LaTeX noob, and this one has got me stumped. My code is:

\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{graphicx}
\begin{document}

paragraph one

\includegraphics{ConfidenceChart.png}

paragraph two

\end{document}

Paragraph one appears in the output pdf ...
by nich
Fri Aug 10, 2012 1:13 pm
Forum: General
Topic: Check for Parity of curly Braces
Replies: 1
Views: 7611

Check for Parity of curly Braces

The most common cause of compile errors for me is unmatched brackets. For example, in the align environment, if I forget to close off a pair of curly braces, a compile error occurs and I need to find the source of the problem by checking through the equations I've written.

My questions is weather ...
by nich
Thu Sep 30, 2010 1:01 pm
Forum: BibTeX, biblatex and biber
Topic: natbib and subfiles packages
Replies: 5
Views: 12879

natbib and subfiles packages

Anyone know how I can get these two to work together.

Obviously I only want one reference list in my final document so I cant include an instruction to crease a bibliography in every subfile. But when I do not include the commands to crease a bibliography in each subfile I cant get the in text ...
by nich
Sun Sep 19, 2010 10:41 am
Forum: General
Topic: move `auxillary' files to a different folder
Replies: 1
Views: 1740

move `auxillary' files to a different folder

As I'm sure everyone who has ever used LaTeX knows, several files are created when one compiled a document. Specifically I get a performance monitor file, a text document, a BBL file and a .aux file in addition to the pdf file. Is there a way to make all these files except the pdf appear in another ...
by nich
Fri Sep 17, 2010 3:44 pm
Forum: Math & Science
Topic: Spread underbrace text over two lines
Replies: 2
Views: 13469

Re: Spread underbrace text over two lines

Brilliant, I had tried \parbox but didn't realize that I could set the width of the parbox.

Thanks a lot
by nich
Fri Sep 17, 2010 1:28 pm
Forum: Math & Science
Topic: Spread underbrace text over two lines
Replies: 2
Views: 13469

Spread underbrace text over two lines

Is there a way to spread the text which an under-brace refers to over two lines?

For example, I have the code:

Code: Select all

\[ \underbrace{\int_0^1 J_t^2 dN_t}_\text{discontinuous component}
and I would like to have the word `continuous' on one line and `discontinuous' immediately below it.

Thanks
by nich
Thu Sep 16, 2010 9:51 am
Forum: Graphics, Figures & Tables
Topic: Floating Wrapfig?
Replies: 1
Views: 1335

Floating Wrapfig?

Is there a way to create floating wrap figures? I use the Wrapfig package quite a bit and I really don't have the benefit of `you do the typing, Latex does the formatting' if I have to go through and adjust the positioning of these figures all the time.

Thanks