Tagged Questions
6
votes
1answer
446 views
Margins of mdframed without any effect
This code
\documentclass[]{scrbook}
\usepackage{mdframed} %
\usepackage{boxedminipage}
\begin{document}
\noindent
\begin{boxedminipage}{1.0\textwidth}
Box of 100 \% width
\end{boxedminipage}
...
22
votes
1answer
638 views
Non rectangular page geometry
I am interested in using non-rectangular page geometries for my flipbook idea (in fancyhdr with image and flowing text).
The page geometry that I'm after is that the text has a little rectangle ...
0
votes
0answers
149 views
fullwidth environment doesn't work across pages [duplicate]
Possible Duplicate:
How to switch between two margin sizes?
As a young in LaTeX days now trying to find a solution to my problem. I try to use fullwidth command at tufte-book but because ...
10
votes
1answer
938 views
How to switch between two margin sizes?
This question led to a new package:
fullwidth
This is a followup to a similar question. The idea is to switch between two different margin sizes. The answer provided by @godbyk work very well. ...