Search found 12 matches

by fboehlandt
Fri Jul 19, 2013 4:20 pm
Forum: Graphics, Figures & Tables
Topic: No counter 'subfigure@save' defined (subfigure not installed
Replies: 5
Views: 40572

Re: No counter 'subfigure@save' defined (subfigure not insta

not stupid at all. And I don't. It is probably a good idea to keep an eye on the packages installed/called and remove the ones you don't use.
by fboehlandt
Fri Jul 19, 2013 1:02 pm
Forum: Graphics, Figures & Tables
Topic: No counter 'subfigure@save' defined (subfigure not installed
Replies: 5
Views: 40572

Re: No counter 'subfigure@save' defined (subfigure not insta

I found the culprit: as suspected, subcaption and subfig do not go together. Does anybody know why?
by fboehlandt
Fri Jul 19, 2013 12:34 pm
Forum: Graphics, Figures & Tables
Topic: No counter 'subfigure@save' defined (subfigure not installed
Replies: 5
Views: 40572

No counter 'subfigure@save' defined (subfigure not installed

And here the minimum 'non'-working example. I have included all packages that I use

\documentclass[preprint,authoryear,12pt]{elsarticle}

\showboxdepth=5
\showboxbreadth=5

%% usepackage
\usepackage{graphicx}
\usepackage[graphicx]{realboxes}
\usepackage{float}
\usepackage{booktabs, multicol ...
by fboehlandt
Fri Jul 19, 2013 12:27 pm
Forum: Graphics, Figures & Tables
Topic: No counter 'subfigure@save' defined (subfigure not installed
Replies: 5
Views: 40572

No counter 'subfigure@save' defined (subfigure not installed

Hi everyone,

I'm trying to use the subfig package. However, I get the known error:
No counter 'subfigure@save' defined
I don't have the subfigure package installed however. Does it create conflicts with other packages ( subcaption for instance)?

I am preparing a minimum working example to post
by fboehlandt
Fri Apr 19, 2013 4:35 pm
Forum: Graphics, Figures & Tables
Topic: Overfull Box with Margin Figures
Replies: 3
Views: 17835

Re: Overfull Box with Margin Figures

Whoa! Thanks a lot for all the effort. I'm actually German but I suppose it never hurts to have this information in English as well. Great stuff...
by fboehlandt
Thu Apr 18, 2013 2:12 pm
Forum: Graphics, Figures & Tables
Topic: Overfull Box with Margin Figures
Replies: 3
Views: 17835

Overfull Box with Margin Figures

Hello everyone,

It's the old overfull \vbox problem again. I would like to understand how it works exactly. I have a figure that clearly does not violate the page margins but I'm still getting the 'overfull' error. I'm not sure whether these errors pertain to the figure/table itself or to the ...
by fboehlandt
Thu Apr 18, 2013 1:58 pm
Forum: Graphics, Figures & Tables
Topic: Overfull Box in Cell of Table with full Width
Replies: 4
Views: 5669

Overfull Box in Cell of Table with full Width

http://tex.stackexchange.com/questions/16519/adding-space-between-columns-in-a-table
this should suffice to answer questions regarding intercolumn space
by fboehlandt
Wed Apr 17, 2013 3:47 pm
Forum: Graphics, Figures & Tables
Topic: Line Break in Table Cells spanning multiple Rows
Replies: 1
Views: 5931

Line Break in Table Cells spanning multiple Rows

Hello everyone,

I have a problem concerning line breaks when using multirow . The 'natural' width * ignores the table definitions for column width. The text overlaps the adjacent column. A dummy solution is to enter a column width manually based on what looks good after compilation. This is clearly ...
by fboehlandt
Wed Apr 17, 2013 3:33 pm
Forum: Graphics, Figures & Tables
Topic: Column Properties in Table with full Width
Replies: 3
Views: 7890

Re: Column Properties in Table with full Width

Hi Clemens,
thanks for your input. I guess full working examples do make life easier :) especially since it is easy to do in Latex. With your help I was able to implement all layout requirements.
Even though I am new to Latex, I love what you can do with this type-setting program (plus all freeware ...
by fboehlandt
Wed Apr 17, 2013 3:24 pm
Forum: Graphics, Figures & Tables
Topic: Overfull Box in Cell of Table with full Width
Replies: 4
Views: 5669

Re: Overfull Box in Cell of Table with full Width

Hello,
you are right in your assumption. However, looking at the table after compiling it suggests that there is plenty of space. I guess it has to do with enforcing equal column widths, My solution was to shorten the cell contents for column 2, but that obviously doesn't help others encountering ...