{floatrow} is a package that customizes layouts of {floats} (both the float body and its {captions}).
4
votes
1answer
60 views
TikZ externalization with floatrow package
When using the TikZ externalization library within a \ffigbox from the floatrow package, the external image is created two times. The reason is, that the argument of \ffigbox gets parsed two times. ...
2
votes
3answers
1k views
Figure next to list (caption problems)
I am trying to put a figure next to a list, where the list is talking about the figure. This is fine, I can do that with the minipage environment. However, my problem is that when I try to put a ...
3
votes
1answer
81 views
subfloatrow: incorrect continued numbering
I am using the subfloatrow environment (provided by the floatrow package) to organise the layout of figures for my thesis. For the MWE provided below, the numbering of the sub-figures in the second ...
13
votes
1answer
219 views
Spacing, subfigures and right captions (Creating a bar menu)
I am trying to create a bar menu for a student place I am part of.
Now since we are studying CS, mathematics and or physics of course he have to use latex to create our barmenus or drinking lists. An ...
1
vote
1answer
57 views
Fix overfull hbox floatrow
When using the floatrow package to layout figures with the caption to the side, I get a overfull \hbox errors.
Overfull \hbox (3.33331pt too wide) in paragraph at lines 23--23
If I set \FBwidth-1 ...
4
votes
1answer
78 views
float and caption margin mayhem
I cannot get my caption left justified correctly for wide floats. I have facing pages, and after many experiments, the closest I've come to success is a proper layout only for odd pages.
I would like ...
2
votes
2answers
253 views
subfigures using subfloatrow, overpic, tikz to add rows to annotate imported images/figures
I did my diligent search for a combination of subfloatrow, overpic, and adding arrows for annotation of imported images using tikz, but couldn't find one. These kind of images are typically found in ...
2
votes
0answers
58 views
Subfloatrow: Omitted incrementation in figure numbering when using subfigures
I suspect this question is slighty related to another question found in subfloatrow: incorrect continued numbering. Trying out the MWE below, the incrementation of the figure number of figure two is ...
7
votes
1answer
111 views
Caption positioned at the side of the figure
I would like to have the caption of the Figure on the side of the figure. Plus I want to control caption width. Also, caption and Figure should be aligned all the way to the left and right of the ...
5
votes
2answers
177 views
Table and Figure side-by-side with Table caption above, Figure caption below
A continuation of this question.
I'm fighting a page-limit in a single-column layout and I need to put a Figure and a Table side-by-side and provide them with independent captions. However, the style ...
1
vote
0answers
52 views
Smash table footnotes of floatrow
I am using the smashcaption redefinition for small images and tables with their caption situated in the margin. It smashes the caption but not additional footnotes. Furthermore, since the caption is ...
2
votes
1answer
89 views
Horizontal margincaption alignment using floatrow
I want to switch from sidecap to floatrow in putting figure captions in the margin. When using sidecapthe text is perfectly positoned within the margin. When i use floatrow there is a slight shift. ...
1
vote
0answers
118 views
Center subfigure using floatrow
I'm working with caption and subcaption to style my (sub)figure captions and especially with floatrow to center my figures. However, this does not work for subfigures, as the following nMWE (nearly ...
5
votes
0answers
82 views
Using a floatrow environment outside a figure environment
I use the floatrow package to manage my figures. Sometimes one cannot put figures inside a figure environment (e.g. inside a mdframed environment). Hopefully, the \ffigbox macro works outside the ...
5
votes
1answer
860 views
floatrow: Changing the formatting of table footnotes
The floatrow package, which is useful for customizing the layout of floats, also allows to add footnotes as well as additional explanations (besides the caption) to tables. (The main commands are ...
4
votes
1answer
79 views
floatrow and dirtree clash
I am using dirtree to visualize a directory structure. It needs to be embedded into a float as to avoid problems when a pagebreak occours. This works fine except when loading floatrow which i use to ...
0
votes
1answer
101 views
Margincaption (floatrow) in outer margin (twoside)
I'm using Want figure height to ignore side caption height to place a caption into the outer margin. Unfortunately, i can get it only to work with left pages. On right pages i can't muster bringing ...
2
votes
2answers
130 views
Framed floats and background colors for captions
i wanted to edit my floats. Found the package floatrow and got the desired frames easily for them. Now i would like to add a backgroundcolor to the captions. The problem is that the \parbox, i ...
4
votes
1answer
248 views
longtable and floatrow: font commands ignored
If I load both longtable (ltxtable) and floatrow, then \sffamily is ignored and the table is typeset in roman. If I disable floatrow everything works as expected.
floatrows \RawFloats command does ...
1
vote
2answers
146 views
about \usepackage{graphicx,floatrow} in latex
When I use the code: \usepackage{graphicx,floatrow}, the caption of a table ends up under the table. This does not meet the requirement of Springer (book publisher).
5
votes
1answer
174 views
Alignment of Margin caption with floatrow and caption
I want my captions in marginpar to be left aligned. I am using raggedright option in caption package along with floatrow package. The captions are left aligned only for long captions.
MWE
...
2
votes
1answer
195 views
Force caption to go above/below with biblatex
I have used the following to force captions above (tables) and below (figures) as per the answer to this question.
\documentclass{memoir}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
3
votes
1answer
186 views
subfloatrow and tabularx, wrong numbering of figure
I wanted to "group" a figure and a table to get one figure.
It has been proposed to use floatrow for this, with the possibility to remove the subcaptions later on (subfloatrow of package floatrow does ...
6
votes
1answer
388 views
How to layout four figures with floatrow, two of them vertically?
how can I get a layout like the one below in my document?
_____________ _____________ _______________
|Big Picture1| |Big Picture2| |Small Picture1|
| | | | |______________|
| ...
4
votes
1answer
187 views
How to set figure - caption spacing individually in a floatrow environment?
In the preamble I use :
\usepackage[labelformat=empty]{caption}
\usepackage[heightadjust=all,floatrowsep=none,captionskip=3pt]{floatrow}
With this package I'm able to put two figures horizontally ...
4
votes
1answer
117 views
Floatrow package causing missing algorithm lines
Hi I started using floatrow and noticed that it is breaking functionality of my algorithm code, both the algorithm header and footer have disappeared. Here is a picture of before and after:
Here ...
4
votes
2answers
324 views
subfloatrow of package floatrow does not work without subcaptions
I have two pictures that I want to place as subparts using the floatrow package.
The following example works if I add subcaptions to the parts, but does not if I leave them out.
I do not want any ...
2
votes
1answer
166 views
Allow floatfoot to left-align beneath figure, but extend past right
I can set my \caption and my \floatfoot as separate widths, using the following example, based on the answer to my previous question: Different width for caption and floatfoot with floatrow
...
5
votes
1answer
352 views
Different width for caption and floatfoot with floatrow
I am using the floatrow package. I would like to define a separate width for both the caption above and the \floatfoot below the floats.
I want the caption to span the entire width of the page, but ...
3
votes
1answer
59 views
Setting width of RawCaption
I have posted a question Different width for caption and floatfoot with floatrow (which contains a MWE) regarding setting caption and \floatfoot width in the floatrow package, which was answered so ...
3
votes
1answer
349 views
floatrow with subfloatrow and fcapside: adjust placement of captions
I want put two subcaptions using fcapside into one float. The captions should be placed near the respective figures and the two figures should be separated nicely. I tried the following code:
...
6
votes
1answer
342 views
Incorrect figure numbering when using subfloats in a subfloatrow
I have a document with a lot of subfigures which are different heights and need to be placed side-by-side and centered vertically. It seems like the floatrow package is ideal for this.
After much ...
5
votes
1answer
581 views
Can't get this caption right (wrapfig + floatrow)
I'm trying to get a caption to span the figure width on a wrapfig environment. But for some reasons it just won't go. Here is my code and a graphical representation:
...
11
votes
2answers
2k views
How to build and combine sophisticated layouts in figures
How can I get a layout like the one below in my document?
With this question, I am looking for:
An ...
2
votes
0answers
273 views
The [H] “put it here” placement option doesn't work with floatrow [closed]
I'm using the minted, floatrow, caption, and listing packages to create code blocks like these:
To do this, I'm using a hack based on this answer. Here is what I have:
...
\usepackage{listings}
...
3
votes
1answer
255 views
Sync listings caption numbers and add all to List of Listings
I want to create a list of all listings. Listings itself allows to add captions and list them in a list using \lstlistoflistings, but they can not float. If I set up such a floating environment using ...
6
votes
2answers
6k views
How to remove figure label?
I'm using floatrow package to organise my figures, but then would like to add an image in the preliminary chapters which should NOT contain figure label e.g. Figure 1, but only the caption To my ...
2
votes
1answer
278 views
floatrow destroys common solution for parallel figures
I really like the floatrow package, but when its code is not required I expect that everything works as normal, however the correct code fails to compile once floatrow is loaded.
What I am talking ...
9
votes
1answer
3k views
Table captions are always placed below
I have a problem with table captions in LaTeX. They appear always below the tables instead of above as required by my editor. I've read lots of documentation and everybody says that if you place the ...
3
votes
1answer
1k views
Vertical alignment with floatrow
I am playing with floatrow, however the images are not aligned at the top and I do not know what I am doing wrong.
\begin{figure}[H]
\begin{floatrow}
\floatbox{figure}[0.4\textwidth][\FBheight][t]
...
2
votes
1answer
176 views
sidesubfloats… why does this errored code work and my “correct” code doesnt?
I use the following code to get a 3 x 3 figures with automated labels that range from a-i. As you can see there is an error in the code, I use sufloatrow instead of 'subfloatrow' a few times. ...
1
vote
1answer
1k views
Caption labelfont in uppercase, what am I doing wrong?
I'm trying to get the subcaptions and captions in sanserif font and Uppercased. According the manual of the caption package this should be possible in the following way.However, this doesnt seem to ...
2
votes
1answer
365 views
How to print graphics on a new line in floatrow/subfloatrow
How can I skip to a newline in a subfloatrow environment (floatrow package) after two graphics. I want to typeset two graphics A.pdf and B.pdf on the same line, C.pdf and D.pdf should be on a new ...



