Does anyone know how to control the width and color of the left bar in the leftbar environment?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
Ignore the optional argument:
Specify the optional argument:You can specify the optional argument as the following example:
|
|||||||||
|
|
The width and color (i.e. the non-use of color) seems to be hard-coded into this environment:
Simply define your own version which the appropriate color and width. The best thing is to add length register which values can be changed afterwards:
|
||||
|
|




leftbarenvironment of theframedpackage, don't you? Note that this package is kind of superseded by the similarmdframedpackage. – Martin Scharrer♦ Jul 7 '11 at 13:53