I am using xkeyval to write a TikZ-like environment and set of commands to be used in that environment. I would like the user to be able to set an option globally, i.e.
\begin{myenvironment}[myoptiona=blue, myoptionb=20pt]
or when using each instance of a certain command, i.e.
\mycommand ...
Search found 3 matches
- Tue Jan 28, 2014 1:49 am
- Forum: General
- Topic: Global and Individual Definition of Key Options
- Replies: 0
- Views: 3545
- Thu Aug 29, 2013 8:31 pm
- Forum: Page Layout
- Topic: Figure Placement in Flow Frames
- Replies: 2
- Views: 6259
Re: Figure Placement in Flow Frames
Thanks for the response. When I was using a staticfigure, I was defining it within a staticframe. The code you posted appears to post a staticfigure in a flowframe, which I did not realize was possible. When I used a staticframe, the graphic was shifted up and left about a quarter inch. Not sure why ...
- Wed Aug 28, 2013 11:58 pm
- Forum: Page Layout
- Topic: Figure Placement in Flow Frames
- Replies: 2
- Views: 6259
Figure Placement in Flow Frames
I am trying to put a figure in a flow frame using the flowfram package. I do not want to use a static figure (I know about staticfigure , but I tried that and it created a different problem). I would like my first flow frame to contain just my figure and nothing else. Here is a minimum working ...