Tagged Questions
2
votes
2answers
527 views
Multiple border around page
I was thinking about giving a finishing touch to my resume by adding a border to the document in black color. I tried using \fancybox but not impressed with the output.
...
0
votes
0answers
37 views
(Badge printing) Why is there a margin in my framebox? [duplicate]
Possible Duplicate:
Where are the necessary places to be appended with % to remove unwanted spaces?
I am trying to create a LaTeX template for badge printing (for a conference), based on ...
3
votes
1answer
166 views
Indenting text framed by a vertical rule
I would like to know how to modify the LaTeX based answer to this question so that the text left margin would be increased by a given amount. I've tried to change the value of \leftmargin, ...
7
votes
3answers
1k views
A beautiful border style
I need a border style that has a nice appearance. I've found something like this:
\documentclass{book}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{decorations.pathmorphing}
...
10
votes
4answers
2k views
Creating Page Border for Single Page only
I am digitizing a book and there is only a single page which has page border as shown in the attached image.
How can I create border to a single page? Is there a library where I can choose a border ...
1
vote
2answers
1k views
\fbox command destroys margin
I included a graphic the following way:
\includegraphics[width=1\textwidth]{questionnaire1.png}
Then I changed it so that a frame is drawn around the graphic:
...
16
votes
4answers
3k views
Draw true page border
Is there a way to draw a rectangle around every page?
The problem is that my document (a Ph.D. thesis) is in a funny format (16x24cm). So to print it centered on A4 paper (for reviewing) I played ...
4
votes
1answer
440 views
Print page margins of a document
Sometimes when I'm reviewing my document and rearranging images and tables, It would be sometimes great to see the page margins.
Is there any easy way to print the page margins when reviewing a ...
5
votes
2answers
691 views
Show pageframe for LNCS article class
I'm trying to see the "text boundaries" of an LNCS document to check whether my floats fit, as the package pageframe offers to do. I can't get it to work, unfortunately.
...
2
votes
1answer
1k views
Right margin discrepancy between framed and fbox/minipage
Here is an MWE which shows that something is weird in the framed package.
\documentclass{article}
\usepackage{lipsum}
\usepackage{framed}
\setlength{\FrameSep}{3pt}
\setlength{\fboxsep}{3pt}
...
8
votes
3answers
3k views
What is the easiest way to get borders around a page in LaTeX?
I want my document to have borders in all pages. I imagine I can do that using TikZ, but is there an easier way to do it?
I also asked this question here, but as the main question was something ...