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 subcaptions for these parts.
Am I doing something…
I try to place to figures side by side, as can be seen below the resulting figures are to wide, they expand over the right document border. Do I have to take the gap into account when sizing the images, and if so how do I do it, so that I don"t have…
I have the following problem, I am trying to make the caption of my table as big as the table itself. The floatrow package seems to do the trick. But in my case the caption for a reason I do not understand is always slightly to long - about 0.2 cm…
For a long time, I had an issue when using the floatrow package together with the twocolumn option of the article class. I did solve the problem by trial and error but I'd like to understand what I did and if my workaround has some side effects.
So,…
I am trying to use the floatrow package to place to figures side by side in a subfloatrow, while this works fine I have problems following the sugested labeling method from the manual.
On page 73, of the 2009/08/02 version of the english manual of…
According to this question floatrow: change caption position in odd and even pages I asked for help in order to auto position the caption text of a figure from the floatrow package in odd and even pages.
The question was fully answered, but now I…
I am using floatrow and have a global setup with \floatsetup. However I have one subfloatrow in my document which requires different settings. How do I locally adjust the \floatsetup/options for one float?
In this document I tried to have wide figures hang in the outside margins.
\documentclass[twoside]{book}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{floatrow}
\floatsetup[widefigure]{margins=hangoutside}
\begin{document}
~\newpage % just…
All, I used to run my my .tex code without any problem until this week where I started getting error
! LaTeX Error: File `floatrow.sty' not found
with the package \usepackage{floatrow}
I dont see what I am doing wrong.…
What I want to do is to use Figure, Table and Alternative Figure captions, placed on the left or the right side depending on whether the current page is odd or even.
Thanks to the great help of the user which answered my two questions floatrow:…
I want to use captions beside figures, so I used the floatrow package. Yet, as illustrated below, I can't auto change the positioning of the caption text from left to right, depending on odd or even page.
Any thoughts would be appreciated.…
I am using floatrow package to place image and table side-by-side. I use the following mark-up:
\begin{figure}
\begin{floatrow}
\ffigbox{%
\includegraphics[height=.7\linewidth]{images/task_2/1_1.png}
}{%
\caption{A…
I get "floatrow.sty error; line 485; No room for a new \dimen . ...finable\flrow@foot{\newinsert\flrow@foot}"
The code used is given below. Any help to solve this is highly appreciated. Adding \usepackage{etex} didn't…
I'm using floatrow and want to change the the font of a single float object. It says here that this should be possible by placing \fleatsetup{} inside the float object. This doesn't work for me.
My…