! Package subcaption Error: This package can't be used in cooperation
(subcaption) with the subfigure package.
You can't mix the subfigure, subfig, and subcaption packages. You have to decide which one to take, and you can take only one of them.
Note that: i use the following code as a ...
Search found 13 matches
- Tue Mar 06, 2012 10:35 am
- Forum: Graphics, Figures & Tables
- Topic: Figure with four Sub-figures across two Pages
- Replies: 8
- Views: 23292
- Tue Mar 06, 2012 7:02 am
- Forum: Graphics, Figures & Tables
- Topic: Figure with four Sub-figures across two Pages
- Replies: 8
- Views: 23292
Figure with four Sub-figures across two Pages
[…] the example which you gave me didn't work at all. […]
This is an absolutely inadequate problem description . Tell us exactly what does not work e. g. by giving the concrete error messages from the log file.
[…] So i used the easiest way by splitting the four sub-figures into two figures, each ...
This is an absolutely inadequate problem description . Tell us exactly what does not work e. g. by giving the concrete error messages from the log file.
[…] So i used the easiest way by splitting the four sub-figures into two figures, each ...
- Mon Mar 05, 2012 12:25 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure with four Sub-figures across two Pages
- Replies: 8
- Views: 23292
Figure with four Sub-figures across two Pages
I have no problem with this example.
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{hyperref}
\begin{document}
\listoffigures
\begin{figure}[!p]
\centering
\begin{subfigure}[b]{0.75\linewidth}
\rule{\linewidth}{0.75\linewidth ...
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{hyperref}
\begin{document}
\listoffigures
\begin{figure}[!p]
\centering
\begin{subfigure}[b]{0.75\linewidth}
\rule{\linewidth}{0.75\linewidth ...
- Sun Mar 04, 2012 4:02 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure with four Sub-figures across two Pages
- Replies: 8
- Views: 23292
Figure with four Sub-figures across two Pages
Hi Sam,
for subfigures, I would use the subfig package or the subcaption package. However, I would not split a figure in two figures and still use the same figure number. For example, a page reference would not be definite, for example there can be an issue in the list of figures. Before you ...
for subfigures, I would use the subfig package or the subcaption package. However, I would not split a figure in two figures and still use the same figure number. For example, a page reference would not be definite, for example there can be an issue in the list of figures. Before you ...
- Sun Mar 04, 2012 3:44 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure with four Sub-figures across two Pages
- Replies: 8
- Views: 23292
Figure with four Sub-figures across two Pages
Dear all,
I have a figure fig.1 consists of 4 sub-figures, 1(a),1(b),1(c), and 1(d).
I want to write a latex code to include the first two sub-figures in the current page and the rest two figures in the next page. i.e. 1(a) and 1(b) in the current page and 1(c) and 1(d) in the next page.
so how ...
I have a figure fig.1 consists of 4 sub-figures, 1(a),1(b),1(c), and 1(d).
I want to write a latex code to include the first two sub-figures in the current page and the rest two figures in the next page. i.e. 1(a) and 1(b) in the current page and 1(c) and 1(d) in the next page.
so how ...
- Fri Mar 02, 2012 3:55 pm
- Forum: Graphics, Figures & Tables
- Topic: "LaTeX -> PDF" Compilation with EPS Graphics Files
- Replies: 13
- Views: 8441
"LaTeX -> PDF" Compilation with EPS Graphics Files
In the .log file I can see that there are problems with file names and extenstions, respectively:
! LaTeX Error: Unknown graphics extension: .5_p2_0.5_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.25_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.75_00.eps.
...
You ...
! LaTeX Error: Unknown graphics extension: .5_p2_0.5_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.25_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.75_00.eps.
...
You ...
- Fri Mar 02, 2012 3:54 pm
- Forum: Graphics, Figures & Tables
- Topic: "LaTeX -> PDF" Compilation with EPS Graphics Files
- Replies: 13
- Views: 8441
Re: "LaTeX -> PDF" Compilation with EPS Graphics Files
Dear Stefan,
I think i found the problem, it was with the names of .eps figure that i saved. I wrongly named it by a name has dots "." like:
kernel_p1_0.75_p2_0.75_12.eps
which was not accepted by pdflatex. I will try to rename all of it and let you know ASAP.
Thanks for the great hint from you ...
I think i found the problem, it was with the names of .eps figure that i saved. I wrongly named it by a name has dots "." like:
kernel_p1_0.75_p2_0.75_12.eps
which was not accepted by pdflatex. I will try to rename all of it and let you know ASAP.
Thanks for the great hint from you ...
- Fri Mar 02, 2012 3:35 pm
- Forum: Graphics, Figures & Tables
- Topic: "LaTeX -> PDF" Compilation with EPS Graphics Files
- Replies: 13
- Views: 8441
"LaTeX -> PDF" Compilation with EPS Graphics Files
Hi Sam,
check the .log file what happened, check how the other figures differ. Perhaps try
epstopdf filename.eps
at the command prompt, for testing if it works at all. You could also post the .log file here as attachment.
Stefan
dear stefan,
I also tried to use command prompt to convert some ...
check the .log file what happened, check how the other figures differ. Perhaps try
epstopdf filename.eps
at the command prompt, for testing if it works at all. You could also post the .log file here as attachment.
Stefan
dear stefan,
I also tried to use command prompt to convert some ...
- Fri Mar 02, 2012 2:20 pm
- Forum: Graphics, Figures & Tables
- Topic: "LaTeX -> PDF" Compilation with EPS Graphics Files
- Replies: 13
- Views: 8441
"LaTeX -> PDF" Compilation with EPS Graphics Files
[…] but still doesn't work. […]
Not quite an adequate problem description . Check the log file for any irregularities, especially for messages from the epstopdf package.
[…] what i miss? […]
Hard to say with a remote diagnosis. You could check out the working directory where your source file is ...
Not quite an adequate problem description . Check the log file for any irregularities, especially for messages from the epstopdf package.
[…] what i miss? […]
Hard to say with a remote diagnosis. You could check out the working directory where your source file is ...
- Wed Feb 29, 2012 11:49 am
- Forum: Graphics, Figures & Tables
- Topic: "LaTeX -> PDF" Compilation with EPS Graphics Files
- Replies: 13
- Views: 8441
"LaTeX -> PDF" Compilation with EPS Graphics Files
Hi Sam,
yes you can do it directly. Thorsten's solution would be the best choice. What do you mean by you tried but did not get good results yet? Didn't it work at all? Did you get an error message?
Have a look at: Enable shell escape for epstopdf , this is for activating that feature in ...
yes you can do it directly. Thorsten's solution would be the best choice. What do you mean by you tried but did not get good results yet? Didn't it work at all? Did you get an error message?
Have a look at: Enable shell escape for epstopdf , this is for activating that feature in ...