Open pgf-tikz-bot opened 18 years ago
Migrated from SourceForge Author: tantau Timestamp: 2013-08-29 09:10:15.589000
Migrated from SourceForge Author: tantau Timestamp: 2013-08-29 09:10:16.075000
This is, indeed, a nice-to-have thing, but I postpone it (after it has been postponed for 7 years...)...
Migrated from SourceForge Author: tantau Timestamp: 2013-09-30 10:31:51.568000
Migrated from SourceForge Author: mo-gul Timestamp: 2018-12-31 06:58:42.934000
Diff:
--- old
+++ new
@@ -4,7 +4,7 @@
To use `backgrounds`, one just has to additionally use
-\usepackage{pgflibrarytikzbackgrounds} +\usetikzlibrary{backgrounds}
in the preamble.
For this we'd need a scope-local bounding box. Sounds like a lot of work and a lot to keep track of. What about nested scopes?
Migrated from SourceForge Author: equaeghe Timestamp: 2006-02-22 21:53:21
Currently,
backgrounds
can be added totikzpicture
s, but not toscope
s.To use
backgrounds
, one just has to additionally usein the preamble.
An example:
This gives a framed picture.
As a
scope
can be seen and used as a logical sub-picture, it seems useful to also implement this functionality there, so one could write: