开发者

In LaTeX, is there a way to get long lines along the margins?

开发者 https://www.devze.com 2022-12-30 01:29 出处:网络
I\'m working on a report, and some elements are outside the margins (but some are just barely outside the margins). I was wondering: Is there a way to make two vertical lines, one on each side, along

I'm working on a report, and some elements are outside the margins (but some are just barely outside the margins). I was wondering: Is there a way to make two vertical lines, one on each side, along the margins so that one can easily see if it goes outside them?

(Googling it, I only found information about margin notes.)

A figure is below:

|report text goes here|
|more text goes also h|ere
|and so on and so fort|h

It would certainly make correcting these kinds of mistakes very trivial. :)

Feel free to post answers that would solve/show this problem in a more "La开发者_运维问答TeX-correct" way, if that makes any sense at all.


Use the option draft in your \documentclass statement, e.g.:

\documentclass[12pt,a4paper,draft]{report}

This will produce a litte black box at the end of every overfull line (this is what Johannes Schaub must've been referring to in his comment). This makes it very easy to spot these inconvenient overlong lines ...

Alternatively, you can say \sloppy in your preamble. The typesetter will then be less strict on the grey value of your paragraphs and avoid "overfull \hbox"es more often (more frequent linebreaking).


If you're using pdflatex, try the microtype package.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号