Defines environments to typeset captions beside the figure, instead of below them.
4
votes
1answer
49 views
How to draw frame around side captioned figure
I want to draw frame around a side captioned figure. I have created side captioned figure using sidecap package and using \begin{SCfigure} \end{SCfigure} environment. I have tried mdframed package but ...
0
votes
2answers
103 views
vertical position of sidecap figure w.r.t. top aligned caption
How to change the vertical position of a sidecap figure w.r.t. its top aligned caption? I want the caption to be right from the figure but align like in the attached mockup.
\documentclass{article}
...
4
votes
1answer
85 views
Properly top align caption beside threeparttable using KOMA-script
Things look pretty good without threeparttable.
Uncomment threeparttable and tablenotes results in the caption riding up into the previous paragraph.
\documentclass{scrbook} ...
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. ...
2
votes
1answer
163 views
Package sidecap not working with Lyx 2.0.4
I tryed to use the package sidecap to put the caption beside the immage,
I didnt found any other (working ^^) way to do that apart sidecap,
but it is not working.
I tried to make a new file, ...
3
votes
1answer
261 views
Create a wrapfigure with side caption and place it in the upper right corner?
I want to use the wrapfig packet to wrap text around an image. Since the image is longer than wide I'd like the caption to be aside of the image. Finally, the image should be placed in the upper right ...
3
votes
1answer
120 views
memoir - sidecaption ignore list of figures
There is a method presented here on how to selectively ignore list of figures. Is there an equivalent method for sidecaptions in memoir?
MWE:
\documentclass{memoir}
\usepackage[english]{babel}
...
2
votes
1answer
517 views
Setting position of figure, captions using sidecap
I have a poster with 2 sidecaped graphics: one in the lower-left corner (LLC) and another in the lower-right (LRC). Problems include
both have their captions on the left. I'd prefer the LLC graphic ...
3
votes
1answer
567 views
Changing vertical position of a figure caption with sidecap/SCFigure
I use the sidecap package to add small graphics with captions on the inner side of a page with the following options in the preamble:
\usepackage[innercaption]{sidecap}
\sidecaptionvpos{figure}{t}
...
4
votes
1answer
180 views
Remove “Figure 1” in text on the right of diagram
How do I remove the label, "Figure 1:" from the caption of the diagram, using the sidecap package?
4
votes
0answers
793 views
side caption on beamer poster [closed]
I like to write caption on the side of the image in a poster using Beamer.
I write something like the below. But it doesnt work. It show me a error message:
texify.exe: Windows API error 32: The ...
7
votes
1answer
121 views
Move sidecap images to the end of the document
I'm trying to move all the figures to the end of my document, so I can judge its length based on text alone (My undergraduate thesis has to be no more then 20 pages, not counting figures).
I've been ...