Skip to main content

Questions tagged [mdframed]

{mdframed} is a package for creating framed boxes that can break across pages.

0 votes
0 answers
15 views

How can I continue the footnote labelling in info boxes in mdframed?

I have several information boxes in a text. My code looks like this: \documentclass{article} \usepackage{blindtext} \usepackage[framemethod=tikz]{mdframed} \mdfdefinestyle{graybox}{ linecolor=gray, ...
Weiss's user avatar
  • 119
0 votes
1 answer
35 views

About \longfbox package [closed]

Can you guys help me how to make a frame that look like this (it would be even better if you know how to make colors like those in the picture). I have always used \tcolorbox but they look like ...
Ky Que's user avatar
  • 11
1 vote
0 answers
21 views

How to get repeated headings using longtable inside mdframed?

This is my first post. I have been trying to use longtable within the mdframed environment using each of \endfirsthead, \endhead, \endfoot and \endlastfoot. Within mdframed the headings and footings ...
Alex Morelli's user avatar
2 votes
1 answer
45 views

Proof Environment Inherits colour of theorem

I'm currently using the following setup with mdframed for theorems and proofs. \documentclass{article} \usepackage[usenames, dvipsnames]{xcolor} \usepackage{thmtools} \usepackage{tikz} \usepackage[...
Apollonius's user avatar
0 votes
1 answer
26 views

Problem in the color of the shadow in mdframed package [duplicate]

When I write the following theorem with latex I hope to obtain a frame with a black shadow since the color in latex is black, but in the printing the color seems gray, this is my problem, I want to ...
Mohammed Rahmani's user avatar
0 votes
1 answer
34 views

Issue with \vspace{\stretch{1}} not working inside mdframed environment

I'm encountering a problem with using \vspace{\stretch{1}} inside the mdframed environment. I'm trying to add some vertical space after a theorem inside the frame, but it seems that the \vspace{\...
user292225's user avatar
1 vote
1 answer
32 views

How to position mdframed environment at the top of a page, without topmargins being decreased?

I have a document which uses a simple custom environment for algorithms, using the mdramed package. Some times I want an algorithm to be placed at its position in text, and other times I would like an ...
Naysh's user avatar
  • 187
0 votes
0 answers
17 views

mdframe-boxes within boxes won't break properly

I'm currently working on a project for which I would like to use the mdframed-package for some structuring. Doing this I would like to create boxes within boxes, but when I do so and the inside boxes ...
Paul Schott's user avatar
0 votes
1 answer
53 views

Can mdframed (or tcolorbox) create a box with the title at the bottom and protruding from the body box?

I would like to create a custom shaded box environment with a title box --- but with the title at the bottom of the environment instead of the top. Additionally, I would like the title to be right-...
ltcomdata's user avatar
  • 935
0 votes
2 answers
50 views

Getting a rule on the left side of text that skips the first line of the environment using mdframed

I'm trying to get a definition environment where there's a rule on the left side of the text, except for the first line. I currently have the MWE below using mdframed, but I don't know how to skip the ...
George's user avatar
  • 215
2 votes
2 answers
52 views

Redefine tcolorbox theorem to make arguments optional

I have a large document in which I've been using a lot of custom mdframed theorem environments defined using \newmdtheoremenv, for example \usepackage[framemethod=tikz]{mdframed} \mdfdefinestyle{...
Alex Bogatskiy's user avatar
2 votes
1 answer
45 views

Text boxes extending till margin

I want to recreate the text boxes shown in the figure below. This is from the book Doctor Lawd's labyrinth The box starts in the page while extending till the margin. How can this be achieved? In MWE ...
Damitr's user avatar
  • 2,025
0 votes
1 answer
45 views

weird scaling in PDF when using mdframed

My goal is just to have a simple square box around text and a table. For this I read to use the mdframed package. I did this and it all worked well when previewing it in Sumatra. I am now finished ...
thunermay's user avatar
  • 163
0 votes
1 answer
28 views

How to remove the extra space between the mdframed environments?

In contrast with the amsthm environments, the gap between mdframed environments are larger than that of amsthm. The MWE is the following \PassOptionsToPackage{svgnames}{xcolor} \documentclass{book} \...
Meiu's user avatar
  • 558
1 vote
1 answer
31 views

How can I translate in spanish \begin{theo} in enviroment mdframe?

\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{amsthm} \usepackage[framemethod=TikZ]{mdframed} %%% \newcounter{theo}[section]\setcounter{theo}{0} \renewcommand{\thetheo}{\arabic{...
Bregy Choque's user avatar

15 30 50 per page
1
2 3 4 5
56