Tagged Questions
7
votes
1answer
164 views
Redefining the \part environment to add a page border
How can I redefine the \part environment, in a book documentclass, to add a page border at the page margins?
By the way, it must be possible (since everything is possible in LaTeX) to get a shaded ...
5
votes
1answer
333 views
Formatting – title with underline and box around paragraph
Can you help me please with formatting?
I like this format:
How can I define this title with grey underline (width of all page)? Font is sans serif (Arial). And how can I make grey box around some ...
4
votes
1answer
171 views
How to frame/shade a whole section?
Simple Question, but it seems to tricky for me. I don't know how to redefine the sectioning in a way, that the whole content (incl. subsections, ...) assigned to one \section{...} command would be ...
4
votes
1answer
221 views
How to make boxes occupy two columns in twocolumn environment, without using float in LaTeX?
I am trying to create a new document class, similar to books, but with two columns and where new chapters always starts in a new page, printing the chapter name inside a box that should occupy two ...
20
votes
1answer
865 views
How to place a shaded box around a section label and name
In working with a publisher, I need to format section headings like this (using ASCII art):
+-----+-------------------------------------+
| 1.2 | Section name |
...
11
votes
3answers
874 views
Framing section headings
I'm attempting to put a frame around my section headings. I am using the package mdframed which adds functionality to the framed package. It basically draws a box around an object, in an ...