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 ...
Search found 14 matches
- Sun Aug 12, 2012 1:17 am
- Forum: Graphics, Figures & Tables
- Topic: graphicx | Included Image and following Text not displayed
- Replies: 4
- Views: 3126
- 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
I've uploaded the log file which may have some clues. Haven't uploaded the png - its just a graph I made in excel
- 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 ...
\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 ...
- 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 ...
My questions is weather ...
- 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 ...
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 ...
- 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 ...
- 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
Thanks a lot
- 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:
and I would like to have the word `continuous' on one line and `discontinuous' immediately below it.
Thanks
For example, I have the code:
Code: Select all
\[ \underbrace{\int_0^1 J_t^2 dN_t}_\text{discontinuous component}
Thanks
- 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
Thanks
- Mon Aug 30, 2010 10:14 am
- Forum: BibTeX, biblatex and biber
- Topic: How to cite a report from a research institution
- Replies: 2
- Views: 12360