2
votes
1answer
101 views

Custom vertical page border

I wanted to have a vertical colored bar running on all my pages, to the left of the page, in between the beginning of the sheet and the beginning of the text. Something like: |\| text | |\| text ...
4
votes
3answers
320 views

Is it possible to define a multicolumn environment with a background colour

EDIT: I should have given a MWE based on memoir (which I am using) where the inner and outer margins are initially different. I would like the margins to be the same in that new environment. (Inner ...
3
votes
1answer
218 views

problem with scrpage2 and coloured borders

I'm trying to do this \usepackage{scrpage2} \usepackage{tikz} \usetikzlibrary{shapes,arrows} \usetikzlibrary{calc} %\usetikzlibrary{intersections} %\tikzset{variable/.default=} ...
6
votes
3answers
316 views

Color page inside of the set height and width

I am trying to make a colored page in LaTeX. But so far, what I have tried colors the entire page. Which I think does not look that good. \documentclass[10pt,a4paper]{article} \usepackage{xcolor} ...
3
votes
1answer
797 views

Page border coloured

How to create a coloured page border for a document using KOMA-Script scrbook class? Something like this: (image taken from the memoir tutorial)
6
votes
2answers
1k views

Border on page's edge

How can I make a black border close to pages edge ?
5
votes
3answers
797 views

How to set a certain color (other than white) to margin areas?

I want to set a certain color to the margin areas (which is the region outside the content box of \textwidth by \textheight but inside the paper of course :-) ). How to change this from within the ...