Skip to main content

Questions tagged [boxes]

{boxes} are the units used by (La)TeX to construct a page by pasting them together horizontally or vertically. A single character from a font is a box, as are the lines of type and the eventual page.

1139 votes
8 answers
581k views

Remove ugly borders around clickable cross-references and hyperlinks

I know that I can use hyperref to make cross-references and hyperlinks clickable. That makes the clickable areas outlined in fluorescent green, however. How can I make the green boxes go away?
Vebjorn Ljosa's user avatar
46 votes
4 answers
8k views

What are the ways to position things absolutely on the page?

I know that there is tikz, but also eso-pic and textpos. I'd like to see a list of possible ways (not necessarily packages) for absolute positioning of things (which I believe amounts to "boxes") on ...
79 votes
2 answers
12k views

How to keep a constant baselineskip when using minipages (or \parboxes)?

When a minipage is used to box a text paragraph, the first line of the minipaged text and the last line of the previous text paragraph are closer than two consecutive lines in a standard text ...
Gonzalo Medina's user avatar
240 votes
4 answers
248k views

What are underfull hboxes and vboxes and how can I get rid of them?

Often, TeX outputs underfull hbox and vbox warnings when running and in the generated log file. What are these and how can I get rid of them?
equaeghe's user avatar
  • 6,056
225 votes
5 answers
393k views

What does "overfull hbox" mean? (Why is there a black mark at the end of a line?)

I often see output from TeX with the warning overfull hbox, badness 10000. What does this message mean?
Phil Miller's user avatar
  • 20.5k
130 votes
2 answers
531k views

What does the phrase "Underfull \hbox (badness 10000) in paragraph" actually mean?

What does the actual phrase above mean?
Charles Boehm's user avatar
131 votes
2 answers
97k views

Do I have to care about bad boxes?

When I compile my PDF from LaTeX source, do I have to care about all the messages (currently 28) about 'bad boxes'? The PDF seems fine to me.
Rabarberski's user avatar
  • 6,469
48 votes
5 answers
73k views

Signature/date line with fixed width

I'm trying to create a signature and date line in a document. I need the date line to always be in the same spot on the page no matter what name is under the signature line, such as: ----------------...
Pat McDaniel's user avatar
66 votes
9 answers
25k views

Fit text into given box by adjusting the fontsize

I would like to fit text (potentially several paragraphs) into a box of given size. This should be done by adjusting the fontsize of the contained text. Clarification edit: The given dimensions are ...
kongo09's user avatar
  • 2,496
112 votes
5 answers
241k views

How to rotate text in multirow table?

I have a big table with a problem, when I want to rotate the text in a \multirow cell, the text is placed outside and is bigger than the dimensions of the cell, I took some advice from here, using\...
Isai's user avatar
  • 4,163
314 votes
1 answer
143k views

What are the different kinds of boxes in (La)TeX?

I've seen hbox, vbox, mbox, parbox and others used in various code samples. What are the different kinds of box in (La)Tex? Which are suitable for use in LaTeX, as opposed to plain TeX?
Mohan's user avatar
  • 16k
53 votes
4 answers
5k views

Bounding box for each letter

How can I take input text and replace each character with a solid (and/or hollow) rectangle representing the bounding box for that character? In the case where two characters are closer together from ...
Hooked's user avatar
  • 4,056
96 votes
2 answers
35k views

Function and usage of \leavevmode

I am beginner of LaTeX. From many examples I found, I notice that it's very common to use command \leavevmode. I can't find any information about this command. Could anyone tell me what's the function ...
Jason Xu's user avatar
  • 1,793
68 votes
7 answers
38k views

How to create Highlight Boxes in LaTeX?

I am writing an Article in LaTeX. Please suggest me how to create a highlight boxes like the ones shown below in LaTeX:
Sandeep Singh's user avatar
11 votes
2 answers
6k views

Making the text fit in a specific space in Latex

I'm trying to fit my text in a specific space, as it's a Graph explanation. I would like to make something like the graph below: Is it possible to make the text fit in that space? LaTex does it by ...
Josh's user avatar
  • 903

15 30 50 per page
1
2 3 4 5
33