Tagged Questions
1
vote
0answers
36 views
includegraphics stopped working after including another graphic [closed]
Currently using Texmaker and using this line of code:
\begin{figure}[h!]
\includegraphics[scale=.5]{Figures/Blah}
\caption{\label{Blah} BLAH BLAH}
\end{figure}
Everything worked with several other ...
2
votes
1answer
393 views
error float.sty line99
Well, here is my problem. My friends can compile this document. I can't, and I don't know why. The error is:
File: "C:\Program Files\MikTex\tex\latex\float\float.sty
Type: Error
Line: Line99
...
4
votes
2answers
240 views
Subfigure captioning
I have a figure with several subfigures. The figure has a \caption, which is messy in the List of Figures. I'd prefer to put \captions on each of the \subfigures. The code I'm using at the moment:
...
0
votes
0answers
145 views
“Missing $ Inserted” when including a jpg image [closed]
There is an error when I tried to insert a jpg file. The code is
\documentclass{llncs}
%\usepackage{times}
\usepackage{pt}
%\usepackage{top}
\usepackage{units}
\usepackage{coz}
\usepackage{epsf}
...
5
votes
1answer
158 views
How to find the lost text part when having “Float(s) lost” error
I've lost some text. I don't know if theres something missing, so how can I find it? I'm not in the mood to compare the chapter1.tex to the pdf file by reading both. Chapter 1 (chapter1.tex) is rather ...
6
votes
3answers
171 views
Using full stops in figure name to replace spaces: error (confusion of file extension)
I am not sure this has been asked before, but I couldn't find it and I am hoping to get a solution or at least a good explanation of why this is a bad idea. (there are questions about using underscore ...
7
votes
1answer
508 views
wrapfigure problem: text over figure
I am a relatively new LaTeX user, so bear with me. I am using wrapfigure to present figures in a grant application (read: space is at a premium). All of a sudden, one of my figures is being ...
2
votes
1answer
175 views
Error when setting a label in an alignat-environment which is embedded in a figure-environment
I want to label equations in a alignat-environment which is embedded in a figure-environment and it won't compile.
Example:
\documentclass[11pt,a4paper,twoside,openright]{book}
\usepackage{amsmath}
...
4
votes
1answer
281 views
Packages hyperref together with subfig break when \renewcommand{\thefigure}{…} is used
The following code compiles and acts as you would expect:
\documentclass[12pt]{report}
%\usepackage{hyperref}
\usepackage{subfig}
\begin{document}
\begin{figure}
\centering
...
0
votes
0answers
552 views
Need help with error: ! LaTeX Error: Float(s) lost [closed]
I keep running to an error that relates to referring to one of the tables in my paper. Suppose I have the following figure at the bottom of the paper:
\begin{table}
\centering
\caption{This is the ...
2
votes
1answer
540 views
You've lost some text [closed]
I had several figures included in my .tex file with the use of \usepackage{graphicx} written like the following:
\begin{figure}[ht]
\center
\includegraphics{compton.jpg}
\caption{Compton scattering}
...
13
votes
2answers
3k views
Too many unprocessed floats
I'm trying to a large number of figures. The code is
\begin{figure}
\includegraphics[scale=0.5]{m2T4.pdf}
\caption{M2T, Problem Size 513}
\end{figure}
I'm not able to compile, I get the error
! ...
3
votes
1answer
3k views
Problem inserting figure to LaTeX file using Texlipse
I'm trying to insert a figure into my LaTeX file using the following syntax:
\begin{figure}
\centering
\includegraphics [width=3in]{fig1.png}
\caption{Calculation of shortest path betweenness}
...
0
votes
1answer
453 views
error in memoir: Command \newfloat already defined
Using this preamble:
\documentclass[pdftex,11pt,a4paper,openany]{memoir}
\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{indentfirst}
\usepackage{latexsym}
...
1
vote
1answer
1k views
Figure inside leftbar environment generates error “Not in outer par mode”
! LaTeX Error: Not in outer par
mode.
I seek a solution to be able to make this figure inside leftbar environment work:
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{framed}
...
1
vote
0answers
201 views
Incompatibility between classicthesis and afterpage [closed]
It looks like there is an incompatibility between afterpage and classicthesis :(
I successfully run this example: How to wrap text around landscape page.
But as soon as I incorporate it in my classic ...
14
votes
3answers
904 views
Too many unprocessed floats with marginpar
I'm updating my CV, which is written by modifying this template. I have always been very happy with the result, but now I'm getting a Too many unprocessed floats error.
For those who do not want to ...