Tagged Questions
2
votes
2answers
127 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 ...
1
vote
1answer
252 views
Adding figure in framed or shaded environment
I am currently using the shaded environment from the framed package for large calculation digressions in my papers.
\usepackage{framed}
\newenvironment{digression}[1]{\begin{shaded} ...
2
votes
1answer
397 views
How to create protocol flows inside a centred box?
Could you please give some directions how to create the following figure in latex? It is the situation of describing a two parties protocol centered in a box.
It is like a 3X4 table but i have ...
1
vote
1answer
641 views
Frame around a page latex [duplicate]
Possible Duplicate:
Creating Page Border for Single Page only
Hello I need to put a double frame around an A4 page in latex. How to do this ? I looked into psframe. Did not quite get it !
4
votes
1answer
1k views
Including multiple figures/subfigures within an fbox (minipage)
From what I understand, it's pretty much impossible to include floats within an fbox/minipage. I basically want a paragraph of framed text with a couple of subfigures included within the frame. Any ...
12
votes
2answers
660 views
Gray box around figure with a separate gray box around caption
My university requires that all figures in a thesis follow this pattern:
I'm very new to LaTeX, so far my best attempt has been this:
\begin{SCfigure}
\colorbox{darkgray}{
...
4
votes
2answers
437 views
Make all figures and tables framed by default? [duplicate]
Possible Duplicate:
Rounded corner colored box around figure
I'm interested in having all of my \begin{figure} and \begin{table} environments automatically get framed. Is there any way to ...
9
votes
2answers
844 views
Framed text with a float in it
I'd like to frame the text between \startfoo and \stopfoo, but there is a float in it.
\documentclass{article}
\begin{document}
\startfoo
\begin{figure}[h]
some float with a \caption{...}
...
7
votes
3answers
5k views
Border or frame around figure
I'd like to place a border / frame around my figure.
The figure is a bunch of equations:
\begin{figure}[ht]
\[ eqn 1 \]
\[ eqn 2 \]
\[ eqn 3 \]
\caption{\label{myfig} My caption.}
...
3
votes
2answers
264 views
Adding a frame and background color to floats in ConTeXt
I am trying to decorate the floats in my thesis as follows:
each float shall have a top/bottom frame in a custom color,
the caption and content of each float are supposed to have the same background ...
2
votes
2answers
662 views
Figures with borders problem
I am writing my thesis in TexniCenter and I have the following problem.
I want all my figures to have a border. So I use :
\usepackage{float}
\floatstyle{boxed}
\restylefloat{figure}
in the ...
3
votes
1answer
293 views
Creating an environment able to span over multiple pages or columns
I'm trying to create an environment able to understand when it's on a single/two columns layout and to span over multiple pages or columns having different style for the two cases. I would want to ...
1
vote
1answer
1k views
Figure inside leftbar environment generates error “Not in outer par mode”
! LaTeX Error: Not in outer par
mode.
I seek a solution to be able to make this figure inside leftbar environment work:
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{framed}
...
5
votes
2answers
1k views
Creating a shaded box with an outline
EDIT
I'm attempting to create a box with a different background color. However, I've tried this and the box looks unpolished. So I would like to add a line that seperates the two background colors. ...
7
votes
3answers
4k views
How can I create a multicol “figure”?
I have the following, somewhat minimal, example:
\documentclass{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\begin{minipage}{\textwidth}
\begin{framed}
The function ...
